#1 (permalink)  
Old 11-28-2008, 09:32 AM
Registered User
 
Join Date: Nov 2008
Posts: 3
Another question

Hi. Ive got another question. Im trying to change the value of a text input value when a selection is made in a select box (but no button is clicked). I hope this uses the right terminology. My code is below - Does anybody know what Ive done wrong please?

<script type=text/javascript>

function suburb(cityselected) {
var suburbtext=["a","b","c"];

for(i=0; 3) {
if cityselected==[i]{
document.getElementById("suburb").value="Please enter your suburb (e.g"+suburbtext[i]+")";
}
else {
document.getElementById("suburb").value="Please enter your suburb";
}
}
</script>


<select name="city" size=1 style="font-size:14px; font: Calibri; background: #ffffcc; width: 700px" onChange="suburb(this.selectedIndex)">
<option value="">Please select a city</option>
<option value="London">London</option>
<option value="Manchester">Manchester</option>
<option value="Birmingham">Birmingham</option></select>


<input name="suburb" id="suburb" type="text" style="font-size:14px; font: Calibri; background: #ffffcc; width: 700px" maxlength="60">

Closed Thread


Thread Tools
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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic PHP question Leprakawn Programming and Scripting 8 02-06-2008 06:30 AM
ASP/Access Question curtiss Databases 1 04-03-2007 11:47 AM
Javascript Code Question O~Snapple Programming and Scripting 1 02-16-2007 01:36 PM
general iframes question ice77ice Programming and Scripting 3 04-05-2006 06:00 PM
HTML question Error Programming and Scripting 1 12-25-2005 07:44 AM


All times are GMT -5. The time now is 02:05 PM.

 
Clicky Web Analytics
CloudContacts
Loop11
Page.ly


Subscribe to our feed | add to myYahoo!

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.1 PL1
© 1997-2009 HTMLCenter