simple javascript question

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
snpo123
Forum Commoner
Posts: 77
Joined: Sat Apr 17, 2004 6:31 pm

simple javascript question

Post by snpo123 »

How do I make a pop up window in java script? For example, I have a place where people can upload a picture to my server, and it looks like this:

-----------------------------------------------------------------------------------

Upload Picture: (?)
______________
|__FORM HERE__| |Browse...|

|Submit|

----------------------------------------------------------------------------------

When someone clicks on the question mark next to upload picture, I want a small popup window to come up with all the rules for uploading a picture to my server. How to I achieve this?

thanks.
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post by markl999 »

User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Post by Joe »

Post Reply