Hi,
Newbie here so bear with me please.
I'm wondering if it's possible to use Javascript to write a new page
that contains other pages in the same domain without using frame or
layer.
Say I have "http://mydomain.com/page1.htm" and
"http://mydomain.com/page2.htm"
already. Is it possible to put a Javascript on
"http://mydomain.com/page3.htm"
and it reads page1 and page2 and then writes out a new page like this -
PAGE1 STARTS HERE
<<<<<<<<<<<<<<< <<<<< page1.htm content goes here
PAGE2 STARTS HERE
<<<<<<<<<<<<<<< <<<<< page2.htm content goes here
If so, is it possible to parse/edit page1.htm and page2.htm before
writing
them out.
Thank you in advance.
Barry
Newbie here so bear with me please.
I'm wondering if it's possible to use Javascript to write a new page
that contains other pages in the same domain without using frame or
layer.
Say I have "http://mydomain.com/page1.htm" and
"http://mydomain.com/page2.htm"
already. Is it possible to put a Javascript on
"http://mydomain.com/page3.htm"
and it reads page1 and page2 and then writes out a new page like this -
PAGE1 STARTS HERE
<<<<<<<<<<<<<<< <<<<< page1.htm content goes here
PAGE2 STARTS HERE
<<<<<<<<<<<<<<< <<<<< page2.htm content goes here
If so, is it possible to parse/edit page1.htm and page2.htm before
writing
them out.
Thank you in advance.
Barry
Comment