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

Malcolm J. McAtee malcolm at manlikemalcolm.net
Thu Jan 17 00:29:28 CST 2002


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








More information about the thelist mailing list