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.
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.