This topic is locked

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).
Later from the explorer I have called to the page ...default.asp and When doing click on one of the hyperlink is opened in the same window of the explorer.
My question is: It is possible and that way to obtain that it is opened in a new window?.

Thanks <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=334&image=1&table=forumtopics' class='bbc_emoticon' alt=':blink:' />

swat 2/3/2004

merlin-
Just add your code target =_blank , this will open up new window for your links.

<a href="www.asprunner.com">Download</a>;


try to change it to this:

<href="ww.asprunner.com">Download</a>


<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=1018&image=1&table=forumreplies' class='bbc_emoticon' alt='B)' />

500996 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=1029&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />
Best regards

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



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=2&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)' />



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=1031&image=2&table=forumreplies' class='bbc_emoticon' alt=':)' />
Best regards