Hi Everyone,
I'd like to create a web page with several websites in it
so that they can all be viewed as once by scrolling down.
I'm looking to create something like I'm wondering if there's a way to do this using frames
i.e. have a frameset with each of the frames having the
appropriate web site as the src. But I'd like the frames
to take up as much space as needed to display the
entire page of the website. Then I could just use the
scrolling of my browser window to scroll down to the
appropriate frame.
Any ideas if/how this could be done ?
I've tried the following but, obviously, it doesn't work
since the scroll bars are individual to each frame.
I'd like for the frames themselves to have no scrollbars
but to extend downwards in the page and then to have
just a single scroll bar to scroll down the page to
access all the sites (as in
<html>
<frameset rows="33%,33%,33%">
<frame src=" />
<frame src=" <frame src=" />
</frameset>
</html>
Any other suggestions for how this could be accomplished ?
Javascript ? JSP ?
I need to do this for my boss, and he insists on
viewing multiple web sites in a single scrollable
browser window...
Thanks
I'd like to create a web page with several websites in it
so that they can all be viewed as once by scrolling down.
I'm looking to create something like I'm wondering if there's a way to do this using frames
i.e. have a frameset with each of the frames having the
appropriate web site as the src. But I'd like the frames
to take up as much space as needed to display the
entire page of the website. Then I could just use the
scrolling of my browser window to scroll down to the
appropriate frame.
Any ideas if/how this could be done ?
I've tried the following but, obviously, it doesn't work
since the scroll bars are individual to each frame.
I'd like for the frames themselves to have no scrollbars
but to extend downwards in the page and then to have
just a single scroll bar to scroll down the page to
access all the sites (as in
<html>
<frameset rows="33%,33%,33%">
<frame src=" />
<frame src=" <frame src=" />
</frameset>
</html>
Any other suggestions for how this could be accomplished ?
Javascript ? JSP ?
I need to do this for my boss, and he insists on
viewing multiple web sites in a single scrollable
browser window...
Thanks