Help!!!!

Hi,I want to display a Msgbox like in visual basic. How can i do it using jsp? Thanx in advance....
[134 byte] By [caiyun01] at [2007-9-26 3:19:43]
# 1
this is a ridiculous request. anyway, u can always display javascript alert box from jsp code<%// ur jsp codee%><Script Language="Javascript"> alert("****") ;</Script><%// continue ur jsp code%>
Zerg2000 at 2007-6-29 11:34:59 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
HiUse for exampleJOptionPane.showMessageDialog( null , "Your message here" );Guido
Guido Ebeling at 2007-6-29 11:34:59 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...