|
| |
|
|
travismp
Posts: 237 Joined: 2/1/2002 From: hutchinson ks USA Status: offline
|
Formatting Issue with Access 'hyperlink' field type - 11/17/2003 12:02:06
Hey all. Using Access 2000 with FP 2000. I have a field in my database that is a full hyperlink field. If I click the link in my database I go directly to the link fine. I also have an online search that displays the same info, but the online link does not work. When the hyperlink is displayed onscreen there is a # sign in front of and after the hyperlink. <%=FP_FieldVal(fp_rs,"insurance_click")%> Am I doing something wrong, or could it be some setting on the server? I do not know what is missing? thanks
< Message edited by Spooky -- 11/20/2003 4:50:50 PM >
|
|
|
|
travismp
Posts: 237 Joined: 2/1/2002 From: hutchinson ks USA Status: offline
|
RE: Hyperlink Issue - 11/17/2003 14:02:39
"Youll need to tell the DRW the results contain html" How do I do that?
|
|
|
|
travismp
Posts: 237 Joined: 2/1/2002 From: hutchinson ks USA Status: offline
|
RE: Hyperlink Issue - 11/17/2003 14:12:20
I am working with a pre-writtin script someone else set up a long time ago. If DRW stands for Database Results Wizard (a guess hope I am correct) then there is not one. This was not set up with a Database wizard. I can send you a copy of the page and you can see the code if it would help Spooky. I changed my script to look just like the one you provided for that column and no difference.
|
|
|
|
travismp
Posts: 237 Joined: 2/1/2002 From: hutchinson ks USA Status: offline
|
RE: Hyperlink Issue - 11/18/2003 10:23:51
thanks for the help so far. I am stumped. I thought it would be easy to figure out, but I have been playing with it for about 4 days now with no luck.
|
|
|
|
travismp
Posts: 237 Joined: 2/1/2002 From: hutchinson ks USA Status: offline
|
RE: Hyperlink Issue - 11/18/2003 14:37:05
http://www.nationalcompliance.com/download.htm I can not upload because of my low status, so i just set up a small zip file online that you can download. The field is "insurance_click" In the database it works perfect, but online it adds the # sign to the front and back of the results. Thanks.
|
|
|
|
travismp
Posts: 237 Joined: 2/1/2002 From: hutchinson ks USA Status: offline
|
RE: Hyperlink Issue - 11/18/2003 14:55:44
Copied your code directly: now the web displays: Insurance <a href=https://www.nationalcompliance.com/osha/insurance/AAENVIRONMENTAL.tif>#https://www.nationalcompliance.com/osha/insurance/AAENVIRONMENTAL.tif#</a> where it should only have: https://www.nationalcompliance.com/osha/insurance/AAENVIRONMENTAL.tif See....
|
|
|
|
travismp
Posts: 237 Joined: 2/1/2002 From: hutchinson ks USA Status: offline
|
RE: Hyperlink Issue - 11/18/2003 15:33:48
This is some crazy stuff. That did it pretty much.... it left the two # signs on the side, but the link does work again.... I am happy with it working so do not worry about the two little # signs, I just put that out there just in case. You are a smart man. thanks. I will consider this case closed. What does all of this mean: <a href=' & Mid([insurance_click],2,Len([insurance_click])-2) & '>' & [insurance_click] & '</a>' If you have time to teach, if not thianks for all.
|
|
|
|
travismp
Posts: 237 Joined: 2/1/2002 From: hutchinson ks USA Status: offline
|
RE: Hyperlink Issue - 11/20/2003 14:08:46
That worked perfect. thanks for everything. I am trying to learn as we do this to cut down on the questions. Thanks again.
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|