Jump to content

Any Nice JSers would like helping me with Jumpbox .. dont know how to do it


yanivkalfa

Recommended Posts

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 .

<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>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.