THis is a very simple question, I have it all working execpt on aspect of it. I have a hyperlink field in an Access DB. I diplay the link in a asp page. the following is a example of the code I use:
<A HREF="<%=DInternet%>" target="top">click here</A>
now the link in the database is a full url to an out side site. BUt when I click on it it goes to
any ideas h0w to get ride of the first part and treat this like a param!!??
Thanks
Corey
<A HREF="<%=DInternet%>" target="top">click here</A>
now the link in the database is a full url to an out side site. BUt when I click on it it goes to
any ideas h0w to get ride of the first part and treat this like a param!!??
Thanks
Corey