Jump to content

On selecting option another one comes up


jvcgamer

Recommended Posts

Hello, my question is simple  but i cant doit and thats why im asking for help. Im tring to make a Value box apear once i put an option of another one.

example: theres a selecting box and it says Pay Per Slot so the after you select that the other value opens and tells you how  many you whant. This is the code i have:

 

<p>Choose one <select name="choises" size="1">
<option value=" Basic ">Basic</option>
<option value=" Median ">Median</option>
<option value=" Pro ">Pro</option>
<option value=" Gold ">Gold</option>
<option value=" Super ">Super</option>
<option value=" Pay Per SLot ">Pay Per Slot</option>      <-- This Option
</select>

 

once a person chooses Pay Per Slot a new value box apears like this one:

 

<p>Slots: <select name="slots" size="1">
<option value=" 1-20 ">1-20</option>
<option value=" 30-40 ">30-40</option>
</select>

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.