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 . Link to comment https://forums.phpfreaks.com/topic/119327-any-nice-jsers-would-like-helping-me-with-jumpbox-dont-know-how-to-do-it/ 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> Link to comment https://forums.phpfreaks.com/topic/119327-any-nice-jsers-would-like-helping-me-with-jumpbox-dont-know-how-to-do-it/#findComment-614693 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 .. Link to comment https://forums.phpfreaks.com/topic/119327-any-nice-jsers-would-like-helping-me-with-jumpbox-dont-know-how-to-do-it/#findComment-614699 Share on other sites More sharing options...
adam84 Posted August 12, 2008 Share Posted August 12, 2008 ??? I hope your a lady Link to comment https://forums.phpfreaks.com/topic/119327-any-nice-jsers-would-like-helping-me-with-jumpbox-dont-know-how-to-do-it/#findComment-614705 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. Link to comment https://forums.phpfreaks.com/topic/119327-any-nice-jsers-would-like-helping-me-with-jumpbox-dont-know-how-to-do-it/#findComment-614720 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.