PDA

View Full Version : I wanna do something like an iframe, need help!



dawizman
June 6th, 2002, 20:20
Hey all,

I lsorta like the effect of Iframe, but I sorta dont. So I want to know if there is a way to make something similar with php/perl/ssi. For istance if I click on a link, it opens an external txt/htm/php etc... file in the content table on my site. Is there any way to do this?? And if there is please help!!


Thanks in advance.:)

dawizman
June 8th, 2002, 00:30
well, I guess this is not possible or something. :cry2:

Kabir
June 18th, 2002, 13:59
jus use iframes and give it a name... for example <iframe name="content" src="intro.html">

then when u make a navigational links section give the links a target to the iframe <a href="news.html" target="content">

hope this helps,

-Kabir

spec
June 18th, 2002, 14:12
yes its possible:
www.clanhq.net/spec_index/index.php
you can get that off my site

dawizman
June 18th, 2002, 17:57
thank you spec, I have already dowloaded that.