Greenguy's Board


Go Back   Greenguy's Board > Programming & Scripting
Register FAQ Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
Old 2004-01-14, 04:58 PM   #1
dionysos
Operator! Give me the number for 911!
 
dionysos's Avatar
 
Join Date: Nov 2003
Location: Denmark
Posts: 130
Send a message via ICQ to dionysos
Text Tield code?

I have this Text Tield code. You select an item from the dropdown and click the Submit button, and you are taken to the destination url. But I cant make it work.....

Anyone knows hov it should look, to lets say: go to google on Location 1, and yahoo on Location 2?




<span class="text">Select a location in the list below<br>and click the "Go"
button.</span><br><br>

<SCRIPT LANGUAGE="JavaScript">
<!--function goto_URL(object) {
window.location.href = object.options[object.selectedIndex].value;
}
//--></SCRIPT>

<select name="selectName" style="font-size:9px;">
<option value="destination_url1.htm">Location 1</option>
<option value="destination_url2.htm">Location 2</option>
<option value="destination_url3.htm">Location 3</option>
</select>

<input type="button" value="Go" onClick="goto_URL(document.dynamiclist.selectName)">
dionysos is offline   Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:35 PM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc