Open new window |
2/3/2004 5:31:36 AM |
ASPRunnerPro General questions | |
M
merlin author
I have created a data base with Access. Within one of the tables I have defined a field like hyperlink. When doing click above is opened in a new window. Soon, I have used to asprunner to create the archives asp. In step 9 I have defined the same field like hyperlink (view as). |
|
swat 2/3/2004 | |
merlin- <a href="www.asprunner.com">Download</a>
<href="ww.asprunner.com">Download</a>
|
|
500996 2/4/2004 |
Wonderful, |
|
500997 2/4/2004 |
Wonderful, In the file aspfunctions: GetData = "<a href=""" & str & """>" & strTitle & "</a>" by GetData = "<a target=_blank href=""" & str & """>" & strTitle & "</a>" Thanks Swat <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=1030&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> Best regards
|
M
|
merlin author 2/4/2004 |
merlin- Just add your code target =_blank , this will open up new window for your links. try to change it to this: <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=1031&image=1&table=forumreplies' class='bbc_emoticon' alt='B)' />
|