The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
how to create perm iframe?
hello, i want to make iframe (to some page)
when a user enter my website i want the iframe to be activated (and stay) without refreshing the iframe all the time (when moving pages) how can i do it ? |
#2
|
||||
|
||||
If I understand you correctly , try this as your say index page and call the page you require
Code:
<html> <head> <title>No title</title> </head> <frameset rows="100%" cols="1*"> <frame name="main" scrolling="auto" marginwidth="0" marginheight="0" src="your_page.php"> <noframes> <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> <p>To view this page correctly, you need a Web browser that supports frames.</p> </body> </noframes> </frameset> </html> |
#3
|
|||
|
|||
thanks for replay.
i want the iframe will be invisible & integrated in the index.php of the forum |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|