Jump to content

Recommended Posts

Guest bishop2001
Posted

Greetings id like to add a submit button to my existing form which currently auto submits when you select a choice from the dropdown

 

 

HTML Code:

<form action="../">

<select onchange="window.open(this.options[this.selectedIndex].value,'_top')">

<option value="">Choose a destination...</option>

<option selected disabled hidden value=''></option>"

<option value="8.15.42.html">New York</option>

<option value="8.14.15.html">New York</option>

</select>

</form>

 

Continue reading...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...