I have a html code:
<<select name="select" size="8" style="width:200">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
<option>11</option>
<option>12</option>
<option>13</option>
</select>
How do I get a button, which sends the user to a page, depending on what option he chose? For example if you choose 1 and press the button you got to google.com, and if you select 2 and press the button you get to yahoo.com.
Hope you get my question
<<select name="select" size="8" style="width:200">
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option>
<option>11</option>
<option>12</option>
<option>13</option>
</select>
How do I get a button, which sends the user to a page, depending on what option he chose? For example if you choose 1 and press the button you got to google.com, and if you select 2 and press the button you get to yahoo.com.
Hope you get my question
