PDA

View Full Version : inline frame type thing


CHeeKY
06-21-2003, 05:11 AM
Basically I want to place another page within my forum home but im not sure how. I dont want to link to it I want to be able to see it there on the on the forum home.
I tried include(./bla.php) and it just ended up being at the very top of the page so not really the disired effect.
Any help much appreciated.

Cloudrunner
06-21-2003, 09:20 AM
<iframe>blah blah blah</iframe>

or

<iframe src="./blah.htm"></iframe>

This will allow also height and width specifications.

CHeeKY
06-21-2003, 04:14 PM
yeah I tried that also but it wont show on forum home.

The page I have is php based and if i change to html extention it ceases to work even with the <?php tags in there.

What im trying to do is place a live news marquee on the main page. the marquee auto refreshes so that news is updated constanstly. I have the stand alone marquee I now need to import it into vb and I thought iframe might be the best idea since this marquee connects to a seperate dbase for its info.

Cloudrunner
06-21-2003, 06:21 PM
well then, just:

eval('./blah.php');