javascript - How to make a "Go" button that makes you go to the link in the input text box -



javascript - How to make a "Go" button that makes you go to the link in the input text box -

how create "go" button makes go link in input text box

<input type="text" id="stbox" onclick="selectall('stbox')" />

plz, help :d

i suggest read this: how create html button acts link?

as suggested balusc, can this:

<form action="yoruwebsite.com"> <input type="submit" value="go "> </form>

javascript html

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -