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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using "a ref=" tag to submit form?

Status
Not open for further replies.

spewn

Programmer
May 7, 2001
1,034
i have the submit button right now pulling the string...how can i accomplish same but with the a href, so i can create my own "send" text with a little box around it? the button is eyesore time.

crispy

me@crispyhippo.com
 
ask in html, this isn't a perl question. "If you think you're too small to make a difference, try spending a night in a closed tent with a mosquito."
 
i appreciate your quick response.

- crispy

 
You can't.

The send button gathers the information from the form and sends it.

I would suggest that you use CSS (Cascading Style Sheets) to make the button look nice.

Ask in the HTML/CSS forum how to do so.


Hope this helps,
-Vic vic cherubini
vikter@epicsoftware.com
====
Knows: Perl, HTML, JavScript, C/C++, PHP, Flash, Director
====
 
Code:
<a href=&quot;javascript:void(0) onClick=&quot;formname.submit()&quot;>Submit</a>

Yeah, I know it belongs in another forum, but it was easy to answer.
Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top