Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: how to insert a Popup window


Message #1 by "tan chye ting" <chyeting18@h...> on Sat, 19 Jan 2002 02:41:10
You need to use the WINDOW.OPEN command for example

newwin=window.open("test.html","hello there");

then you can reference the new window in the current page by using NEWWIN. 
and reference the current page from the window using WINDOW.OPENER.

At 02:41 19/01/02 +0000, you wrote:
>can anyone tell me how to insert a popup window using javascript.how do i
>pass data from the popup window to the main window which is open at that
>time.  a complete simple running coding will be most appreciated...than you



  Return to Index