javascript thread: Copy screen area from one location to another.
Oh I see, its an image...
You could try something like this:
document.images[...].src
window.frames("innerframe").document.images[...].src;
I may not have got the IFRAME reference right, but you get the general
idea...
-----Original Message-----
From: Oleg Kapeljushnik [mailto:c-oleg.kapeljushnik@w...]
Sent: 23 May 2002 15:25
To: javascript
Subject: [javascript] RE: Copy screen area from one location to another.
Sorry for confusion,
what I mean is to copy it as some kind of image cause if I'll change some
style
property in one frame and just copy it as innerHTML function it will not
effect
this change.
I also tried to clone node from one frame to another but it impossible as I
could
see since they tied to they documents objects and I can't switch it so
easily .
Any other ideas ?
Thanks,
Oleg.
-----Original Message-----
From: Alex Shiell, ITS, EB, SE [mailto:alex.shiell@s...]
Sent: May 23, 2002 9:55 AM
To: javascript
Subject: [javascript] RE: Copy screen area from one location to another.
yeah, just copy the innerHTML of the IFRAME to a div or span in the new
location
-----Original Message-----
From: Oleg Kapeljushnik [mailto:c-oleg.kapeljushnik@w...]
Sent: 23 May 2002 13:26
To: javascript
Subject: [javascript] Copy screen area from one location to another.
Hi All,
I was wondering is it possible to copy some area no the screen and copy it
into another are on the same screen but
in different position.
I have some IFRAME that have some information in it and I need to present it
twice.
I cant just reload it since it takes some time to load this frame in the
first place and if I perform
some operation in one frame that effect presentation I'll have to
synchronize and perform the same
operation twice.
Somebody have any ideas if its possible and if so what the way to do it ?
Thanks in advance,
Oleg.
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com
Headquarters Address & Contact Numbers
150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel: +44 (0) 141 248 2700.
Fax: +44 (0)141 221 3217
This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.