This topic is locked

Hyperlinks

10/29/2003 12:39:00 AM
ASPRunnerPro General questions
author

I have an Access database with a hyperlink column that works fine in Access but when I execute ASP Runner and then look through by browser the hyperlinks don't work.
Can anyone help? Is there some special techinique in Access that will make it work or do I need to special code the asp page?
Dan

M
MaxLm 10/29/2003

Had the same problem in 2.2. YOu need to do the hyperlink directly from ASPrunner and not from access mdb.

500066 10/30/2003

Thanks. Fixed it. Apparently the edit functions ASP page created a "http:/" under the "GetData" function under Hyperlink. I simply changed it to: "" and now the links work perfectly.
Cool
Thanks,

Dan