This topic is locked

menu points to external site in iframe?

12/22/2010 1:49:40 AM
PHPRunner General questions
A
aclhkaclhk author

i could make a menu to point to another website but how to make that website within phprunner page using iframe?

Sergey Kornilov admin 12/22/2010
A
aclhkaclhk author 12/23/2010

I have read this forum before. In the visual editor, I click 'menu page' and change to html mode. I find the menu variable "<!-- MainMenuBegin -->{$mainmenu}<!-- MainMenuEnd -->". How can I add the <iframe> tag ?
Pls advice which html or php page to modify for menu?

Sergey Kornilov admin 12/23/2010

You cannot add iframe tag to the menu. You can insert iframe into the target page, one that menu link points to.

501372 12/23/2010

I haven't used it for awhile but I think this is the code
code for iframe

<IFRAME style="POSITION: absolute; WIDTH: 850px; HEIGHT: 950px" height=950

marginHeight=0 src="http://www.yoursite.com/"; frameBorder=0

width=950 name=body1 marginWidth=0></IFRAME>
what would be neat is to have a menu item point to a highslide js