How to concatening/pasting multiple web pages into one browser window with FRAMESET ???

W

Wladimir Borsov

I would like to load multiple web pages from Internet into ONE single browser
window - one below the other. How do I do that most easily ?

One idea is to built a frameset (for e.g 6 web pages) like:

<FRAMESET ROWS="*,*,*,*,*,100%" BORDER=0 FRAMEBORDER=0>
<FRAME SRC="http://www.firstdomain.com/index.html" NAME="first" MARGINWIDTH=1 SCROLLING=NO TITLE=1>
<FRAME SRC="http://www.secdomain.com/welcome.html" NAME="second" MARGINWIDTH=1 SCROLLING=NO TITLE=2>
<FRAME SRC="http://www.thirddomain.com" NAME="third" MARGINWIDTH=1 SCROLLING=NO TITLE=3>
<FRAME SRC="http://www.fourthdomain.com/intro.html" NAME="fourth" MARGINWIDTH=1 SCROLLING=NO TITLE=4>
<FRAME SRC="http://www.fifthdomain.com" NAME="fifth" MARGINWIDTH=1 SCROLLING=NO TITLE=5>
.....

The problem is that "*" in the frameset definition as a placeholder for
"use as much place as you need" does not work. How can I cope with that problem ?

Wladi
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,535
Members
45,007
Latest member
obedient dusk

Latest Threads

Top