Hello,
I am having some difficulties. I have a script that outputs a hyperlink, and when you click on the hyperlink it goes to the specific page.
for example and here is the asp portion
then str = " & str
GetData = "<a href=""" & str & """>" & strTitle & "</a>"
is there a way to add an extension to the hyperlink so it would show
can I add the .jpg in the asp code?
I am having some difficulties. I have a script that outputs a hyperlink, and when you click on the hyperlink it goes to the specific page.
for example and here is the asp portion
then str = " & str
GetData = "<a href=""" & str & """>" & strTitle & "</a>"
is there a way to add an extension to the hyperlink so it would show
can I add the .jpg in the asp code?