PHP webpage viewer like iFrame

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
corbo950
Forum Newbie
Posts: 13
Joined: Wed May 07, 2008 1:59 am

PHP webpage viewer like iFrame

Post 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
User avatar
Jade
Forum Regular
Posts: 908
Joined: Sun Dec 29, 2002 5:40 pm
Location: VA

Re: PHP webpage viewer like iFrame

Post 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.
User avatar
panic!
Forum Regular
Posts: 516
Joined: Mon Jul 31, 2006 7:59 am
Location: Brighton, UK

Re: PHP webpage viewer like iFrame

Post by panic! »

Java

JavaScript

HTML

research the difference between these.
corbo950
Forum Newbie
Posts: 13
Joined: Wed May 07, 2008 1:59 am

Re: PHP webpage viewer like iFrame

Post by corbo950 »

Jade thanks for the link i havent found it yet but will keep looking
corbo950
Forum Newbie
Posts: 13
Joined: Wed May 07, 2008 1:59 am

Re: PHP webpage viewer like iFrame

Post 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
Post Reply