Hi Chuck, "Access denied" - Scripting across domains is typically a security 'feature' for browsers.
There may be other methods around this, but if the form you are opening on the other Domain isn't overly large, try opening the page with <@URL>, so that technically the 'form' is opened in your new child Window within your Domain. Hope this helps. Cheers... ----- Original Message ----- From: "Chuck Lockwood" <[EMAIL PROTECTED]> To: "Multiple recipients of list witango-talk" <[EMAIL PROTECTED]> Sent: Wednesday, September 25, 2002 4:21 PM Subject: Witango-Talk: OT - JavaScript windows ?? > If a window opens another window, arguments can be passed from the form in > the child back to the parent, as in: > opener.document.customer.LastName.value="value collected in child from"; > > however, if the child window contains a form on an external url, it doesn't > get passed back, a javascript error occurs. as in > tafwin2 = window.open(http://www.someurl/some.taf,"lookupwindow") > > Anyone have any insight? > > Thanks, as always. (Without this list, I be fired! (And I'm self > employed!)) > > Chuck Lockwood > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > LockData Technologies, Inc. > 309 Main Avenue, Hawley, Pa 18428 > 570-226-7340 ~ Fax: 570-226-7341 > [EMAIL PROTECTED] ~ www.lockdata.com > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body > ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
