P
peterken
another weird question
Is there any way of using only PART of another page in a new page WITHOUT
loosing script-functionality of the original page residing on another server
?
I was thinking of running some kind of script which filters out parts of the
original page (eg by specific strings) and replaces it with new code (eg
using document.write())...
Prob seems to be it creates a new page locally, thus loosing the original
pages' functionality...
Method I was thinking about is using layers, loading original page in first
invisible layer, then starting to copy parts of original-to-"new" on a
second visible layer.
Would this method be "too much of the goodies" ?
Only thing I've got at hand is Javascript.
thanks
Is there any way of using only PART of another page in a new page WITHOUT
loosing script-functionality of the original page residing on another server
?
I was thinking of running some kind of script which filters out parts of the
original page (eg by specific strings) and replaces it with new code (eg
using document.write())...
Prob seems to be it creates a new page locally, thus loosing the original
pages' functionality...
Method I was thinking about is using layers, loading original page in first
invisible layer, then starting to copy parts of original-to-"new" on a
second visible layer.
Would this method be "too much of the goodies" ?
Only thing I've got at hand is Javascript.
thanks