Re: [ACFUG Discuss] JS thing

2007-09-07 Thread Dean H. Saxe
L PROTECTED]> To: discussion@acfug.org Sent: Friday, September 7, 2007 9:32:55 AM Subject: Re: [ACFUG Discuss] JS thing Ahhh! Try using the document.domain property to set the domain to whatever.org on both scripts. This might allow you to violate the SOP, but I have never tried this explicitly.

Re: [ACFUG Discuss] JS thing

2007-09-07 Thread shawn gorrell
ROTECTED]> To: discussion@acfug.org Sent: Friday, September 7, 2007 9:32:55 AM Subject: Re: [ACFUG Discuss] JS thing Ahhh! Try using the document.domain property to set the domain to whatever.org on both scripts. This might allow you to violate the SOP, but I have never tried this explicitly

Re: [ACFUG Discuss] JS thing

2007-09-07 Thread shawn gorrell
Thanks man. I'll try the document.domain idea from your other response too. I'll let you know how it works out. - Original Message From: Dean H. Saxe <[EMAIL PROTECTED]> To: discussion@acfug.org Sent: Friday, September 7, 2007 9:31:48 AM Subject: Re: [ACFUG Discuss]

Re: [ACFUG Discuss] JS thing

2007-09-07 Thread Dean H. Saxe
ver.org I just tested using fully qualified paths and got the same error message. - Original Message From: "Fennell, Mark P." <[EMAIL PROTECTED]> To: discussion@acfug.org Sent: Friday, September 7, 2007 9:10:31 AM Subject: RE: [ACFUG Discuss] JS thing Are the servers

Re: [ACFUG Discuss] JS thing

2007-09-07 Thread Dean H. Saxe
--- Original Message From: "Fennell, Mark P." <[EMAIL PROTECTED]> To: discussion@acfug.org Sent: Friday, September 7, 2007 8:56:37 AM Subject: RE: [ACFUG Discuss] JS thing Check on using opener.document.formname.textfield.value in the child window. Also, we use this as part of a

Re: [ACFUG Discuss] JS thing

2007-09-07 Thread shawn gorrell
day, September 7, 2007 9:10:31 AM Subject: RE: [ACFUG Discuss] JS thing DIV { MARGIN:0px;} Are the servers in the same domain? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of shawn gorrell Sent: Friday, September 07, 2007 9:06 AM To: discussion@acfug.org Subject: Re: [AC

RE: [ACFUG Discuss] JS thing

2007-09-07 Thread Fennell, Mark P.
Are the servers in the same domain? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of shawn gorrell Sent: Friday, September 07, 2007 9:06 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] JS thing I know how to do that, but see if you can do

Re: [ACFUG Discuss] JS thing

2007-09-07 Thread shawn gorrell
07 8:56:37 AM Subject: RE: [ACFUG Discuss] JS thing DIV { MARGIN:0px;} Check on using opener.document.formname.textfield.value in the child window. Also, we use this as part of a custom tag to built date cfinput text boxes. http://www.dynarch.com/projects/calendar/ Looks something li

RE: [ACFUG Discuss] JS thing

2007-09-07 Thread Fennell, Mark P.
] [mailto:[EMAIL PROTECTED] On Behalf Of shawn gorrell Sent: Friday, September 07, 2007 8:13 AM To: discussion@acfug.org Subject: Re: [ACFUG Discuss] JS thing No, it isn't like that. Think of a text field with a calendar picker that pops up and injects the picked date back into the field. The

Re: [ACFUG Discuss] JS thing

2007-09-07 Thread shawn gorrell
r 7, 2007 8:05:00 AM Subject: Re: [ACFUG Discuss] JS thing Anyway to just do a GET or POST to the non CF box? Might need to mod a little of the CF code though. On 9/7/07, shawn gorrell <[EMAIL PROTECTED]> wrote: > I'm having an issue where browser security is getting in the way of

Re: [ACFUG Discuss] JS thing

2007-09-07 Thread Douglas Knudsen
Anyway to just do a GET or POST to the non CF box? Might need to mod a little of the CF code though. On 9/7/07, shawn gorrell <[EMAIL PROTECTED]> wrote: > I'm having an issue where browser security is getting in the way of > something I need to do and was wondering if any of you have an idea of