This topic is locked

iframes questions

8/1/2008 6:34:33 PM
PHPRunner General questions
author

I've built my page and have an iframe on the view page.
inside the html box

<iframe name="body1" src="http://www.mysite.com/forms/clicktoview.htm";

width="950" height="850" scrolling="auto" frameborder="0" marginwidth="5"

marginheight="0" >

</iframe>


then under custom

$value="<a href=\"http://".$value."\" target=body1>".$value."</a>";


everything works great
now what I want to do is I've created a custom view in phprunner and I want to call that custom view page (with the correct results) into the iframe... how do I do that? I can put the url for a page in but I need it to select the correct job_id.
thanks

Patti

T
thesofa 8/1/2008

search here for passing master keys, it will be a session variable with masterkey in it somewhere.

J
Jane 8/4/2008

Hi,
turn on HTML mode on the Visual Editor tab, then find View link and add target=body1 parameter to the this link.

<a target=body1 id=viewlink{$row.1recno} ...