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

How do i return a HTML link from the ASP script?

Status
Not open for further replies.

Tommy6D

Programmer
Jan 23, 2003
1
GB
I am using vbscript in an ASP to access a database - i want to make the returned data into a link to move to another page but am having difficulty with the speech marks "". if anyone could help it would be great

Thanks
Tom
 
I'm not sure how your using the quotes but have you tried a single quote (') or use ASCII ie; chr$(39) or chr$(34).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top