Can anyone tell me how you refer to an iframe from javascript in Netscape6+? I need to 
load a new page into an iframe and have tried:

document.myFrame.location =
document.frames.myFrame.location =
window.frames["myFrame"].location =
window.frames.myFrame.location =

all of which work in IE6 but none of which work in NS6.2

Any pointers much appreciated.

Douglas

--
** 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