Hyperlink on a button

  • Thread starter Reiner Wahnsiedler
  • Start date
R

Reiner Wahnsiedler

Hello,

I like to have a hyperlink on a button

<a href="page1.htm">
<input type="button" value="Go" name="Go"></a>

but it doesn't work.

Who can help?

Thanks in advance,

Reiner
 
T

Toby A Inkster

Reiner said:
<a href="page1.htm">
<input type="button" value="Go" name="Go"></a>

Try:

<form action="page1.htm" method="get">
<div><input type="submit" value="Go"></div>
</form>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,102
Messages
2,570,646
Members
47,247
Latest member
GabrieleL2

Latest Threads

Top