IMG and A tag links being replaced wth full string |
7/19/2005 11:39:43 AM |
ASPRunnerPro General questions | |
Sergey - this is not an error but more of a unwanted feature/bug of a type in the code. |
|
A
|
annayevs 7/19/2005 |
I had a related issue. I was displaying a list of links, internally, and the links were pointing to network drives. The string that was by default had http://blahblahblah. I modified the code to look like this: if InStr(1,Left(str,7),"://")=0 and Left(str,7)<>"mailto:" then str = "" & str
"target = _blank" b/c that's what I needed. |
|
garydee author 7/20/2005 |
Thanks Anna - still confused tho |
![]() |
Sergey Kornilov admin 7/20/2005 |
Garydee, |
|
garydee author 7/20/2005 |
Hi Sergey - thanks for getting back to me
|
|
500299 7/20/2005 |
Hi Gareth, |
|
500300 7/20/2005 |
To Anna: in ASPRunnerPro 3.2 you can specify any custom URL prefix like file:// or \\server. Also you can open link in new window. You can do this on the Formatting tab in ASPRunnerPro.
|