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

emailing an href

Status
Not open for further replies.

frogggg

Programmer
Jan 17, 2002
182
US
In the message of my automatically emailed message, I need to supply a referencing link to my site.
I have the page, and it looks something like this:
viewResumes.asp?CandidateID=" & candidateID

where candidateID is a variable coming from the page.

What do I need to do so this will come up as a link to this page in the website?

Thanks.
 
This should work:

<a href=&quot;viewResumes.asp?CandidateID=&quot; & candidateID>CandidateName</a>
 
But how will that link to the site itself?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top