Re: Pop-up window question

2002-04-27 Thread Samuel Goldberg
Gary, you can work with Javascript, where you can address the Parent window as "opener": function myfunc(f) { for (var i = 0; i < f.elements.length; i++) { // do some stuff with the form fields. Build some url string with them, if you wish. } opener.location.href = ... +

Re: Pop-up window question

2002-04-27 Thread Justin Scott
quot;CF-Talk" <[EMAIL PROTECTED]> Sent: Saturday, April 27, 2002 2:55 PM Subject: Pop-up window question > I am developing a shopping cart application where the specifications call > for the user being able to view product details and select order the > quantity from a pop-u

Re: Pop-up window question

2002-04-27 Thread Douglas Brown
rday, April 27, 2002 11:55 AM Subject: Pop-up window question > I am developing a shopping cart application where the specifications call > for the user being able to view product details and select order the > quantity from a pop-up "Child" window. They will be given the optio

Pop-up window question

2002-04-27 Thread Gary Groomer
I am developing a shopping cart application where the specifications call for the user being able to view product details and select order the quantity from a pop-up "Child" window. They will be given the option to close the Child window and continue shopping. If they want to order the item, the