Page 1 of 1
PHP webpage viewer like iFrame
Posted: Thu May 29, 2008 2:39 pm
by corbo950
is there anyway to write a server side HTML viewer like Java's iFrame so that you can effectively create a Browser with in your browser i know this can be done by including a webpage on your PHP page but i want it so that u can click on a link on the inner HTML page and have the PHP script then deliver that is this at all possible? maybe in Java instead? it just needs to be server side and i cant use a proxy thanks
Re: PHP webpage viewer like iFrame
Posted: Thu May 29, 2008 3:04 pm
by Jade
http://www.hotscripts.com -- i know i've seen something like that on there before. Pretty simple idea. Grab all the names of the files in the directory and display them in one frame. Then using frames or div layers or ajax (however you want to do it) send the contents of the file from to the correct place.
Re: PHP webpage viewer like iFrame
Posted: Thu May 29, 2008 4:07 pm
by panic!
Java
JavaScript
HTML
research the difference between these.
Re: PHP webpage viewer like iFrame
Posted: Thu May 29, 2008 4:40 pm
by corbo950
Jade thanks for the link i havent found it yet but will keep looking
Re: PHP webpage viewer like iFrame
Posted: Sun Jun 01, 2008 9:36 am
by corbo950
does anyone know of a good java sript forum i could also post this on to see if there is a way to modify iFrame to use a proxy