
05-27-2005, 02:16 PM
|
|
|
Join Date: Mar 2005
Location: Los Angeles
Posts: 212
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by jcr
Okay
How do I put a dynamic url from a variable into a frame?
HTML Code:
<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
|