Help!

 
Post new topic   Reply to topic    Aprelium Forum Index -> Off Topic Discussions
View previous topic :: View next topic  
Author Message
Arctic
-


Joined: 24 Sep 2004
Posts: 560

PostPosted: Sun Jul 17, 2005 6:46 am    Post subject: Help! Reply with quote

How do I turn this button:

<input type="submit" name="search" value="Go" />

Into plain text but with the same function? Like [Go]
Back to top View user's profile Send private message ICQ Number
aprelium
-


Joined: 22 Mar 2002
Posts: 6800

PostPosted: Sun Jul 17, 2005 11:15 am    Post subject: Re: Help! Reply with quote

Arctic,

Code:
<A HREF="#" ONCLICK="document.FORMNAME.submit()">[GO]</A>


Change FORMNAME with the name of the FORM you want to associate this text link with. For example, if your FORM is declared as:

Code:
<form id="mainform" ACTION="process.php" method="POST">
.
.
</form>


Then, the code for the link should be:

Code:
<A HREF="#" ONCLICK="document.mainform.submit()">[GO]</A>

_________________
Support Team
Aprelium - http://www.aprelium.com
Back to top View user's profile Send private message Send e-mail
Arctic
-


Joined: 24 Sep 2004
Posts: 560

PostPosted: Sun Jul 17, 2005 1:38 pm    Post subject: Reply with quote

Thank you, Aprelium :-D
Back to top View user's profile Send private message ICQ Number
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> Off Topic Discussions All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group