Click to See Complete Forum and Search --> : popup windows


hayslcoachdave
11-22-2002, 11:37 PM
hello all'
I am a beginner at all this java script stuff. I would like to use a popup window to link to an online survey that I am triing to set up for our soccer league. Is this possible and how do i do this. Woould it be like ahyperlink or is there more to it.

Thanks
hayslcoachdave

Charles
11-23-2002, 06:22 AM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Content-Script-Type" content="text/javascript">
<title>Window Example</title>
<p><a href="http://www.w3.org/" onclick="window.open(this.href); return false">The W3C</a></p>


And see http://developer.netscape.com/docs/manuals/js/client/jsref/window.htm#1202731 for more details.