|
-
April 23rd, 2002, 10:00 AM
#1
Frame to frame form copying
This is probably extremely simple (I hate javascript and HTML). I am basically wondering if there is a way to "grab" from say "Frame1" (upperframe) to "Frame2" (lowerframe) or vice versa. Even if the frames are in different domains. My intentions on this are totally honorable.
-
April 23rd, 2002, 11:17 PM
#2
I'm assuming you're referring to Javascript here.
Moving data between different windows (And frames count here) is strictly regulated, generally speaking accessing any data from another domain is disallowed.
You could post the data to a script on the other server I suppose, then it could write it back, but that would be messy.
-
April 25th, 2002, 12:41 AM
#3
I found this out actually (Permission denied messages glore).
-
April 25th, 2002, 09:30 AM
#4
actually I don't have access to the page I am trying to pull the data to to setup a script there....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|