yanivkalfa Posted August 12, 2008 Share Posted August 12, 2008 hey . i am trying to do a Jump box like this one : http://www.webapplikations.com/pages/html_js/forms/DropDownShowSelectionInTextField.html well i know how ot bring the HTML form for this but dont know how to make it to actualy work thanks in advanced . Quote Link to comment Share on other sites More sharing options...
adam84 Posted August 12, 2008 Share Posted August 12, 2008 <BODY> <SELECT ONCHANGE="document.getElementById('box').value = this.value";> <OPTION VALUE=''/>Select Price <OPTION VALUE='25.36'/>25.36 <OPTION VALUE='19.98'/>19.98 <OPTION VALUE='36.95'/>36.95 </SELECT> <INPUT TYPE=TEXTFEILD NAME=box ID=box> </BODY> Quote Link to comment Share on other sites More sharing options...
yanivkalfa Posted August 12, 2008 Author Share Posted August 12, 2008 DUDE so many kisses thanks thanks thanks . 2 days i am trying to see how this working .. Quote Link to comment Share on other sites More sharing options...
adam84 Posted August 12, 2008 Share Posted August 12, 2008 ??? I hope your a lady Quote Link to comment Share on other sites More sharing options...
yanivkalfa Posted August 12, 2008 Author Share Posted August 12, 2008 I am a stright guy but still Planty of Kisses dude . waited so long .. you see i mostly do PHP CSS and HTML .. Need to start JS / Adjax soon but first need to finish this project i am on now. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.