This topic is locked

Help please, _blank in variable

4/7/2005 7:19:24 PM
ASPRunnerPro General questions
J
JArnold author

end if
' pedigree

if Format = FORMAT_PEDIGREELINK then

str = GetData
' pedigree link

if Left(str,7)="http://www.boxerbase.com/ops/ped.asp?search="'>http://www.boxerbase.com/ops/ped.asp?search="; then

strTitle = Mid(str,8)

else

strTitle = str

str = "<href= "http://www.boxerbase.com/ops/ped.asp?search="'>http://www.boxerbase.com/ops/ped.asp?search="; target= _blank >" & str

end if
When you click on a name in the _list.asp it does a search on that dog you selected and displays the pedigree, Not bad for a week in asp huh <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=1306&image=1&table=forumtopics' class='bbc_emoticon' alt=';)' />, But however I woudl like it to popup in a new window, do you have any help or suggestions how I would add this?
I almost got enough money to buy ASPrunner Pro, I love it.
-James

J
JArnold author 4/7/2005

WOOHOOO i figured it out..
GetData = "<a href=""" & str & """ target= _blank>" & strTitle & "</a>"