ccollingsworth
09-17-2005, 08:35 PM
<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.
<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.