Problem was the firefox needs document infrount of the form name so
 
window.opener.document.form.field.value works
window.opener.form.field.value does not work.
 

Brian Knott 
BI Analyst Developer - BI Service Delivery 
................................................... 
Level 4, SMC 
ph.  (07) 38355977 (ext 55977) 

 

________________________________

From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Andrew Scott
Sent: Friday, 23 February 2007 10:54 AM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Firefox Javascript problem


Brian,
 
Have you looke at Firebug? If you haven't change your channel to
www.getfirebug.com and I tell you this, you will wonder how you ever
lived without it.


 
On 2/23/07, Andrew Bateman <[EMAIL PROTECTED]> wrote: 


        Try using document.forms["yourFormname"].confirmForm.value  or
        document.getElementById("yourFormId").value instead. I am pretty
sure 
        that document.[objectname] is bad joo-joo for many browsers.
        
        
        




-- 



Senior Coldfusion Developer
Aegeon Pty. Ltd.
www.aegeon.com.au
Phone: +613  8676 4223
Mobile: 0404 998 273 



-----------------------------------------------------------------------------------
This e-mail is sent by Suncorp-Metway Limited ABN 66 010 831 722 or one of its 
related entities "Suncorp". 

Suncorp may be contacted at Level 18, 36 Wickham Terrace, Brisbane or on 13 11 
55  or at suncorp.com.au.

The content of this e-mail is the view of the sender or stated author and does 
not necessarily reflect the view of Suncorp. The content, including 
attachments, is a confidential communication between Suncorp and the intended 
recipient. If you are not the intended recipient, any use, interference with, 
disclosure or copying of this e-mail, including attachments, is unauthorised 
and expressly prohibited. If you have received this e-mail in error please 
contact the sender immediately and delete the e-mail and any attachments from 
your system.

If this e-mail constitutes a commercial message of a type that you no longer 
wish to receive please reply to this e-mail by typing Unsubscribe in the 
subject line.



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to