You can submit a form from top.cfm to base.cfm by using TARGET in the form tag to point to the destination window. Of course only possible if the 2 windows are related, i.e. parent-child or siblings. Otherwise you don't have a window name to reference in the TARGET.
Regards: Ayudh +----------------------------------------------------------------+ | SOAP is the glue! Hook up your server directly to your bank. | | Connect to VeriPay xServ, the Australian Payments Web Service. | | Reliable, Secure, FAST: http://www.xilo.com/xserv | +----------------------------------------------------------------+ ----- Original Message ----- From: "Balaji" <[EMAIL PROTECTED]> To: "CFAussie Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, December 02, 2003 3:54 PM Subject: [cfaussie] send value for top window to window. > > Hi All, > > I need suggestion for the below problem. > > I have two windows open. > > base.cfm and top.cfm > > base.cfm has a table with two rows. > > top.cfm has a select box. > > When the user selects a value in top.cfm, it should > write that value in last <td> </td> of base.cfm > > > thanks > Balaji > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > > MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia > http://www.mxdu.com/ + 24-25 February, 2004 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
