PDA

View Full Version : Open external links in a nested frame


jcr
05-27-2005, 02:31 PM
Okay

How do I put a dynamic url from a variable into a frame?


<frameset rows="60,*" frameborder="NO" border="0" framespacing="0">
<frame src="/myheader.php" name="topFrame" scrolling="NO" noresize>
<frame src="URL from varibale here" name="mainFrame">
</frameset>


I need a script that opens up all external links ( not on my vB Board ) in a frame, with MY header on top, and the external link in the frame below.

I knew how to do this a couple of years ago, but now.. in the heat. Not a clue :P , Google is not very friendly on my searches today either.

David_R
05-27-2005, 03:16 PM
Okay

How do I put a dynamic url from a variable into a frame?


<frameset rows="60,*" frameborder="NO" border="0" framespacing="0">
<frame src="/myheader.php" name="topFrame" scrolling="NO" noresize>
<frame src="URL from varibale here" name="mainFrame">
</frameset>


I need a script that opens up all external links ( not on my vB Board ) in a frame, with MY header on top, and the external link in the frame below.

I knew how to do this a couple of years ago, but now.. in the heat. Not a clue :P , Google is not very friendly on my searches today either.
This is a Nice idea

MortysTW
02-02-2006, 10:32 PM
Did anyone ever come up with something for this?

David_R
02-03-2006, 10:33 PM
sounds very impressive idea shouldnt be a big problem to acheive.

just a thought ?