Jump to content

Re direct when select


Talon21

Recommended Posts

Hi,

 

I have the following select fields:

 

<label for="insurancePolicy">בחר את סוג הביטוח:</label>

<select name='insurancePolicy' style="width:154px;">

<option>בחר את סוג הביטוח</option>

<option value='1' name='ביטוח דירה'></option>

<option value='2' name='ביטוח נסיעות'>ביטוח נסיעות</option>

<option value='3' name='ביטוח בריאות'>ביטוח בריאות</option>

<option value='4' name='ביטוח רכב'>ביטוח רכב</option>

</select>

 

And I want when the user select value='ביטוח רכב' he will redirect to a diffrent page.

 

How can I do that?

 

Thanks in Advance

Link to comment
https://forums.phpfreaks.com/topic/149957-re-direct-when-select/
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.