Page 1 of 1

on click - popup window

Posted: Thu Jul 14, 2005 9:42 pm
by burnhallian
Hello All,

hey can somebody tell me how to get a popup window. Actually i want to keep a popup window to give a little comment. whats the way to have that text of popup in the same script. Do i need to use java script ?

Eager for ur replies :)

Posted: Thu Jul 14, 2005 10:15 pm
by John Cartwright
Moved to Client-Side.

Posted: Thu Jul 14, 2005 11:02 pm
by Burrito

Code: Select all

var bob = window.open('bob.php','bobs','width=200,height=200');
bob.focus();
there's a pop up window 8O