Jump to content

URL Target with Iframes


blackcell

Recommended Posts

I am wanting a link to load in a separate iframe. Is there a way to do this with the target or will it require javascript? 

My setup is

 

<iframe src="frame1.php" id='display_frame' width="800" height="800"></iframe>

<iframe src="frame2.php" id='work_frame' width="800" height="800"></iframe>

 

I want to click a link in frame1.php and want it to load in frame2.php

 

Link to comment
https://forums.phpfreaks.com/topic/109019-url-target-with-iframes/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.