Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hover button as submit button

Status
Not open for further replies.

DH

Programmer
Dec 8, 2000
168
Is it possible to tell a hover button created in FP to submit a form? If so any suggestions on the coding?

Thanks,

DH
 
A little late in replying to this, but maybe this will help. To use an image to submit a form, this is the format I have used:

<INPUT TYPE=&quot;image&quot; border=&quot;0&quot; alt=&quot;Click to Enter!&quot; src=&quot;images/entercdbutton.gif&quot;>

Now you will have to alter this to work with the hover button created in FrontPage. I have not tried it, as I code all of my hovers using either stylesheets or JavaScript, but the general idea is there. The important part is the INPUT TYPE=&quot;image&quot;.

Hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top