on click - popup window

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
burnhallian
Forum Commoner
Posts: 28
Joined: Tue Jul 12, 2005 2:47 am

on click - popup window

Post 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 :)
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Moved to Client-Side.
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post 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
Post Reply