OT: Javascript across windows

2002-11-07 Thread Ben Doom
Does anyone know how to pass information between browser windows using Javascript (or anything else for that matter). Specifically, I'm using javascript to open a second browser window for a user to fill out a small form which needs to return the results to the creating browser window. The

Re: OT: Javascript across windows

2002-11-07 Thread Robert Polickoski
Ben, window.opener is an object reference in the child to the parent. You can use widow.opener.document.all.elementid or window.opener.formname.fieldname to reference objects in the parent. Robert J. Polickoski Senior Programmer, ISRD Inc. (540) 842-6339 [EMAIL PROTECTED] AIM - RobertJFP

Re: OT: Javascript across windows

2002-11-07 Thread Cutter - \(CFTalk List\)
look at window.opener in a JavaScript reference (maybe on Webmonkey.com) Cutter Falcon Knives Ben Doom writes: Does anyone know how to pass information between browser windows using Javascript (or anything else for that matter). Specifically, I'm using javascript to open a second