This topic is locked

Target iframe

2/16/2009 7:30:41 AM
ASPRunnerPro General questions
R
revolution35 author

Hi all!!
With AspRunner how to set a link with target iframe?
thanks

J
Jane 2/16/2009

Hi,
use custom format on the "View as" settings dialog on the Visual Editortab for this purpose.

H
huffharper 2/18/2009

revolution
I tried this string in View As Settings in Vsual editor/Custom and couldn't get [ID] to pass. Edit window opens in my target but no data populated.
strValue="<a target='Center' href='http://www.myWeb.com/myPage_view.asp?editid1='; & [ID]>Link</a>"
Did you have any luck?
Help..
Huff

J
Jane 2/19/2009

Huff,
here is a sample:

strValue="<a target='Center' href='http://www.myWeb.com/myPage_view.asp?editid1="; & rs("ID") & "'>Link</a>"