Jump to content

passing values


apg1985

Recommended Posts

Ive got a select box and a input box. All I want to do is select a value and that value to appear in the inputbox but I cant use a button. Please help

 

<select name="select">

<option name="1000" value="1000">£1000</option>

<option name="2000" value="2000">£2000</option>

</select>

 

<input type="text" name="value" id="value">

Link to comment
https://forums.phpfreaks.com/topic/141061-passing-values/
Share on other sites

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.