Go Back  HTML Forums - Free Webmaster Forums and Help Forums > WEBSITE DEVELOPMENT > Client Side Scripting
User Name:
Password:
 

Reply
Thread Tools   Display Modes
  View First Unread
 
Old 09-17-2005, 08:35 PM
  #1
ccollingsworth
Fighter (Level 4)
 
Join Date: Aug 2005
Posts: 34
iTrader: (0)
ccollingsworth is an unknown quantity at this point
Submit form using Hyperlink

Code:
<form name="home" method="post" action="<?php echo $PHP_SELF."?id=".$id; ?>"><input name="act" type="hidden" value="home"></form>
		<form name="refer" method="post" action="<?php echo $PHP_SELF."?id=".$id; ?>"><input name="act" type="hidden" value="refer"></form>
		<p>What would you like to do?<br>Go to the <a href="#" onClick="">Home Page</a><br><a href="#" onClick="">Become a referrer</a></p>
How do I make the Home Page text to submit the form named "home" and the Become a referrer text to submit the form name "refer"?

Thanks.
ccollingsworth is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 09-18-2005, 02:47 AM
  #2
coothead
~ bald headed old fart ~
 
coothead's Avatar
 
Join Date: Aug 2003
Location: chertsey, a small town 25 miles south west of london, england.
Posts: 7,922
iTrader: (0)
coothead is a splendid one to beholdcoothead is a splendid one to beholdcoothead is a splendid one to beholdcoothead is a splendid one to beholdcoothead is a splendid one to beholdcoothead is a splendid one to beholdcoothead is a splendid one to behold
Hi there thekidscareya,

try it like this...
Code:

Go to the 
<a href="#" onclick="document.home.submit();return false">Home Page</a><br>
<a href="#" onclick="document.refer.submit();return false">Become a referrer</a>
</p>
...or this...
Code:

Go to the 
<a href="#" onclick="document.forms[0].submit();return false">Home Page</a><br>
<a href="#" onclick="document.forms[1].submit();return false">Become a referrer</a>
</p>
__________________
coothead is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote

Reply
KEEP TABS
SPONSORS
 
Boxedart
 
 


 
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
  
 
 
 



 
  POSTING RULES
 
 
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Thread Tools
Display Modes

Forum Jump

 

All times are GMT -5. The time now is 02:30 AM.

   

Mascot team created by Drawshop.com

Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

Server Monitoring by ENIACmonitor 0.01
HTMLforums.com © Big Resources, Inc. Web Design by BoxedArt.com
vRewrite 1.5 beta SEOed URLs completed by Tech Help Forum and Chalo Na.