An iframe Is the same as any ofther frame, so it's

Document.frame1ID.frame2ID.formname

Or, I don't remember if this was netscape only, or in general, so it might
be

Document.frame1ID.document.frame2ID.document.formname

Russ Michaels
Macromedia/Allaire Certified ColdFusion Developer
 
CFDeveloper
The free resource and community for ColdFusion developer.
http://www.cfdeveloper.co.uk

Join the CFDeveloper discussion lists.
To subscribe send an e-mail to [EMAIL PROTECTED]


> -----Original Message-----
> From: Peter Dray [mailto:[EMAIL PROTECTED]
> Sent: 22 January 2004 14:30
> To: [EMAIL PROTECTED]
> Subject: [ cf-dev ] OT: iframe / javascript
> 
> 
> Can anyone tell me the correct way of addressing a form on a
> page that contains an iframe from within that iframe
> 
> I tried:
> 
> function enableContinue(){
>       var form = document.woven;
>       for (var i=0; i < form.checkOptions.length; i++) {
>               if (form.checkOptions[i].checked) {
>                parent.page3form.continueButton.disabled = false;
>               } else {
>                parent.page3form.continueButton.disabled = true;
>               }
>       }
> }
> 
> along with a few other attempts to no avail.
> 
> Anyone got a clue?
> 
> Cheers
> 
> Pete
> 
> --
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED] For human help, e-mail: 
> [EMAIL PROTECTED]
> 


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to