Re: JS Assistance

2007-01-30 Thread Bruce Sorge
Thanks Doug, that did the trick. Bruce ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/pr

Re: JS Assistance

2007-01-30 Thread Bruce Sorge
Well I need to do the popup. This is a site written in Java that I am converting to CF, and they want to retain the same functionality. Bruce On 1/30/07, Scott Weikert <[EMAIL PROTECTED]> wrote: > > > That's not really a JS issue to start with. The only JS you really need > is a window.open() cal

Re: JS Assistance

2007-01-30 Thread Doug Brown
Bruce, Once the user enters the info and submits the new info WILL appear in the parent when it refreshes. Doug B. - Original Message - From: "Bruce Sorge" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Tuesday, January 30, 2007 3:32 PM Subject: Re: JS Assistance

Re: JS Assistance

2007-01-30 Thread Damien McKenna
On 1/30/07 5:19 PM, Bruce Sorge wrote: > What I want is to be able to open the window, fill the form, and upon > submission close the window and refresh the calling window so that the > private information shows. How about just opening up a DIV if there isn't any private information, rather than d

Re: JS Assistance

2007-01-30 Thread Bruce Sorge
Yes. I want to enter the new information, then refresh the parent window so that the new information shows up. Bruce ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs

Re: JS Assistance

2007-01-30 Thread Doug Brown
Here is something to help you. http://javascript.internet.com/generators/popup-window.html And to close them Close Doug B. - Original Message - From: "Bruce Sorge" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Tuesday, January 30, 2007 3:19 PM Subject: J

Re: JS Assistance

2007-01-30 Thread Scott Weikert
Bruce Sorge wrote: > Hello all, > I suck at JS and need a little assistance. I have an edit form that checks > to see - among other things - if the user has private information in the > private table. If not, then I let them know there is no private information > and have a link opening a new windo

Re: JS Assistance

2007-01-30 Thread Charlie Griefer
ah wait... need to get information from the popup form into the opener... will reloading the opener show the new info? On 1/30/07, Charlie Griefer <[EMAIL PROTECTED]> wrote: > in the popup (on the form's action page). > > [ code to insert stuff into database ] > > > opener.reload(); >

Re: JS Assistance

2007-01-30 Thread Charlie Griefer
in the popup (on the form's action page). [ code to insert stuff into database ] opener.reload(); self.close(); On 1/30/07, Bruce Sorge <[EMAIL PROTECTED]> wrote: > Hello all, > I suck at JS and need a little assistance. I have an edit form that checks > to see - among other things -

JS Assistance

2007-01-30 Thread Bruce Sorge
Hello all, I suck at JS and need a little assistance. I have an edit form that checks to see - among other things - if the user has private information in the private table. If not, then I let them know there is no private information and have a link opening a new window where they can add this inf