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
Moderator: General Moderators
Code: Select all
var bob = window.open('bob.php','bobs','width=200,height=200');
bob.focus();