Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: How to get a pop window?


Message #1 by Edward King <zhangsc@n...> on Thu, 29 Aug 2002 18:39:20 +0800
Only by using either a MsgBox  from VBScript so IE only or a small new 
window as a modal dialog.
Joe


>From: Edward King <zhangsc@n...>
>Reply-To: "javascript" <javascript@p...>
>To: "javascript" <javascript@p...>
>Subject: [javascript] How to get a pop window?
>Date: Thu, 29 Aug 2002 18:39:20 +0800
>
>I want to pop a message window in JSP,so I used Javascript in JSP,it 
>follows:
>
><SCRIPT language=javascript>
>   <!--
>   function display(message)
>   {
>     alert(message);
>   }
>   -->
>   </script>
></script>
>...
><td width="225px" onclick="display(&quot;hello 
>world&quot;)"><B><%=brief%></B></td>
>...
>
>When I call display function of Javascript,it pop a windows in which shows 
>"hello world".But there is a excalmatory mark in this windows. I want to 
>get rid of excalmatory mark in pop windows.I want to know how to do it? Or 
>is there another function can realize this function?
>
>Thanks in advance!
>Best regards,
>Edward King
>
>
>
>---
>
>Improve your web design skills with these new books from Glasshaus.
>
>Usable Web Menus
>http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
>r-20
>Constructing Accessible Web Sites
>http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
>r-20
>Practical JavaScript for the Usable Web
>http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
>r-20




_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


  Return to Index