|
| |
|
|
abdulsamikhan
Posts: 105 Joined: 12/23/2003 From: Pakistan Status: offline
|
DRW External Hyperlink? URGENT PLZ - 1/19/2004 9:21:01
Hello Gurus! Hope you all will be fine. I am stuck in the probelm. I want to assign an external hyperlink (http://www.yahoo.com) to the Text (Access Database Field-Text) and want that the link should open in new window, if use the Spooky's method it suffixes the http://mydomain.com/http://www.yahoo.com I am storing the URL in URL field and assigning it to the another Text Field using DRW. Note: (I have no knowledge of ASP) I am just using the DRW... Waiting for reply... Thanks
|
|
|
|
Eli
Posts: 2659 From: ... er ... Status: offline
|
RE: DRW External Hyperlink? URGENT PLZ - 1/19/2004 10:32:54
if your text box text has the full url (ie http://www) then put this this as the hyperlink: <%=FP_FieldLink(fp_rs,"Url")%> if you need to add the prefix (which looks like you do) then put this this as the hyperlink: http://www.<%=FP_FieldLink(fp_rs,"Url")%>
< Message edited by Micah -- 1/19/2004 15:33:17 >
_____________________________
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning
|
|
|
|
abdulsamikhan
Posts: 105 Joined: 12/23/2003 From: Pakistan Status: offline
|
RE: DRW External Hyperlink? URGENT PLZ - 1/20/2004 0:48:41
Hi Micah! Thank you very much, my problem has been solved, thank you for you excellent tip. Hope to see you again. Take care
|
|
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
|
|
|