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

Problem With Email Link

Status
Not open for further replies.

rry2k

Programmer
Joined
Jun 28, 2001
Messages
678
Location
US
I'm trying to put an email link in a page and I would swear I have the syntax right but obviously not. This line of code doesn't even show up on the page??

<p><A href=&quot;mailto:russregner@yahoo.com&quot;>email us for details</A></P>

Thanks..Russ
 
The mailto should be in the <form> tag, like this:
<form name=&quot;form1&quot; method=&quot;post&quot; action=mailto:&quot;site@addyhere.com&quot;>
I have not failed; I merely found 100,000 different ways of not succeding...
 
Wullie,

That did the trick. Thanks..Russ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top