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 like this...
 <cfinput type="Text" name="#attributes.fname#" value="#value#"
message="#message#  [#attributes.fname#]" required="#req#" size="#size#"
id="#attributes.fname#" maxlength="12" onFocus="return
showCalendar('#attributes.fname#', '#dateForm#');">
 
hth.
mf

________________________________

From: [EMAIL PROTECTED] [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. Then the
full form is submitted. 


----- Original Message ----
From: Douglas Knudsen <[EMAIL PROTECTED]>
To: discussion@acfug.org
Sent: Friday, September 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
> something I need to do and was wondering if any of you have an idea of
how
> to solve it.
>
> Here's the deal. We have a non-CF application on a server which has an
HTML
> form that pops up a window with a form on a different CF server. What
I'm
> trying to do is inject the selected data back into the form field on
the
> non-CF box. Normally that is pretty easy if the whole thing is on one
box
> with an opener.blahblah. But since it is across boxes we're getting a
> permission denied sort of error.
>
> I was considering doing a copy to clipboard sort of thing and make
them
> paste it in the other form, but that is very clunky.
>
>
>
> Any ideas for a fix or work around?
>
>
>
>
>
>
> -------------------------------------------------------------
>
> Annual Sponsor FigLeaf Software - http://www.figleaf.com
>
>
>
> To unsubscribe from this list, manage your profile @
>
> http://www.acfug.org?fa=login.edituserform
>
>
>
> For more info, see http://www.acfug.org/mailinglists
>
> Archive @ http://www.mail-archive.com/discussion%40acfug.org/
>
> List hosted by http://www.fusionlink.com
>
> -------------------------------------------------------------
>
>
>


-- 
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


-------------------------------------------------------------
Annual Sponsor FigLeaf Software - http://www.figleaf.com

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform

For more info, see http://www.acfug.org/mailinglists
Archive @ http://www.mail-archive.com/discussion%40acfug.org/
List hosted by http://www.fusionlink.com
-------------------------------------------------------------






------------------------------------------------------------- 
Annual Sponsor - Figleaf Software <http://www.figleaf.com>  

To unsubscribe from this list, manage your profile @ 
http://www.acfug.org?fa=login.edituserform 

For more info, see http://www.acfug.org/mailinglists 
Archive @ http://www.mail-archive.com/discussion%40acfug.org/ 
List hosted by FusionLink <http://www.fusionlink.com>  
------------------------------------------------------------- 



-------------------------------------------------------------

Annual Sponsor FigLeaf Software - http://www.figleaf.com



To unsubscribe from this list, manage your profile @ 

http://www.acfug.org?fa=login.edituserform



For more info, see http://www.acfug.org/mailinglists

Archive @ http://www.mail-archive.com/discussion%40acfug.org/

List hosted by http://www.fusionlink.com

-------------------------------------------------------------


Reply via email to