Buttons...

  • Thread starter Thread starter Richelle
  • Start date Start date
R

Richelle

I want to turn the submit/reset buttons into
hyperlinks...how do I do this??

Richelle
 
Create images of the buttons.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Hi,
don't understand - you want the buttons to take users to another page or you
want to use a text hyperlink to submit a form?
for the first - <input type="button" onclick="location.href='page.htm';">
for the second
<a href="javascript:;" onclick="document.forms[0].submit(); return
false;">submit form</a>

If you want something please post back with more info

Jon
Microsoft MVP - FP
 

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

Back
Top