Tuesday, 15 May 2012

html - Load a link after has been selected without submitting -



html - Load a link after <option> has been selected without submitting -

i have form 2 options , whenever user selects alternative want go url. can done without submitting form? if not, help me submit part?

here's code:

<select> <option value="webclient" name="">web client</a></option> <option value="downloadclient" name="">download client</option> </select>

<select name="forma" onchange="location = this.options[this.selectedindex].value;"> <option value="home.php">home</option> <option value="contact.php">contact</option> <option value="sitemap.php">sitemap</option> </select>

html forms submit html-select

No comments:

Post a Comment