Click to See Complete Forum and Search --> : the best way to tackle this problem?


qwerty1472
March 22nd, 2006, 09:39 AM
Hi

I am trying to create something that will allow me to view two or more web pages on screen simultaneously.

Ideally this will take the form of a website that displays other pages, imagine what html frames do but better. Is this possible in any web scripting language? Another slant to looking at this is how to overlay two pages on top of each other.

Failing this my other alternative is to create an application by hacking a web browser like mozilla or use jdic to do the job but that is not ideal and time consuming.

Any thoughts on how to achieve this, what technologies to consider, languages, tools or a starting point would be greatly appreciated.

thanks

yiannakop
March 23rd, 2006, 02:53 AM
I suppose you can do this by writting a java applet with multiple frames, each one of which will load a different page (maybe using the ShowDocument() method of the AppletContext interface).