10-16-2002, 08:55 AM
|
#1
|
|
Member (8 bit)
Join Date: Aug 2002
Posts: 246
|
more JS q's
Hello,
I know js isnt a "real" language, but I have to use it often and I had a question. I need to retrieve the content of a remote window (we'll call it "B") and dump it into a variable in the current window (call it "A" lol). So from A, we would open B and copy B's contents into a variable in A.
I do not have access to the actual B file, it would only be its URL. I been looking everywhere but nothing near what I need.
So far, I was able to retrieve A's contents by using a document.body.innerHTML command, BUT when I try to use it from A to get B, it simply says... "ACCESS DENIED"?! ***... i dont get it, please help me. Thanks in advance!
|
|
|