[thelist] Javascript: pulll-down-pop-up!

Bob Boisvert webdad at tampabay.rr.com
Thu Jan 17 22:37:56 CST 2002


I hope this is the correction your looking for:

<script language="JavaScript">
<!--

function openWindow(theURL,winName,features){
window.open(theURL,winName,features);

//-->
}
</script>
<form>
  <select name="theURL" onChange=
"openWindow('','portfolio','width=600,height=400');">
    <option value="#" selected>Completed Projects</option>
    <option value="../project.html" >project .001</option>
  </select>
</form>

...-----Original Message-----
...From: thelist-admin at lists.evolt.org
...[mailto:thelist-admin at lists.evolt.org]On Behalf Of Malcolm J. McAtee
...Sent: Wednesday, January 16, 2002 4:22 PM
...To: thelist at lists.evolt.org
...Subject: [thelist] Javascript: pulll-down-pop-up!
...
...
...I am being dumb today! ---
...help please..
...
...
...<script language="JavaScript">
...function openWindow(theURL,winName,features)
...window.open(theURL,winName,features);
...}
...</script>
...
...
... <select name="theURL" onChange=
..."openWindow('','portfolio','width=600,height=400')">
...          <option value="#" selected>Completed Projects</option>
...          <option value="../project.html" >project .001</option>
...
... </select>
...</form>
...
...Thanks Malcolm
...
...Malcolm J. McAtee
...Web Design and Development
...malcolm at manlikemalcolm.net
...www.manlikemalcolm.net
...
...
...
...
...
...--
...For unsubscribe and other options, including
...the Tip Harvester and archive of TheList go to:
...http://lists.evolt.org Workers of the Web, evolt !
...---
...Incoming mail is certified Virus Free.
...Checked by AVG anti-virus system (http://www.grisoft.com).
...Version: 6.0.313 / Virus Database: 174 - Release Date: 1/2/02
...

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.313 / Virus Database: 174 - Release Date: 1/2/02






More information about the thelist mailing list