Title: Message
top.frame1.document.formname
is the correct syntax for netscape.
 
or from more cross browser friendly code use getElementbyId()
 
Russ
-----Original Message-----
From: Allan Cliff - CFUG Spain [mailto:[EMAIL PROTECTED]
Sent: 21 May 2004 11:36
To: [EMAIL PROTECTED]
Subject: Re: [cf-dev] RE: [ cf-dev ] Quickie

I have 1 frame for each select and 1 for the submit button.
It works fine in IE but Netscape says top.frame1.formname has no properties.
 
Maybe i missed some netscape specific syntax. I'll have a double check.
 
Allan
----- Original Message -----
Sent: Friday, May 21, 2004 12:09 PM
Subject: [cf-dev] RE: [ cf-dev ] Quickie

I have used frames before to submit data and had no problems with netscape passing info between frames.
what exactly is the problem or whats not being passed?
are you submititng forms to frames, using _javascript_, what?
 
 
-----Original Message-----
From: Allan Cliff - CFUG Spain [mailto:[EMAIL PROTECTED]
Sent: 21 May 2004 10:54
To: CF - List
Subject: [ cf-dev ] Quickie

I am doing a site which drills down through areas from country to street using selects.
 
To speed up navigation and not reload the whole page everytime there is an OnChange what can i do?
 
I have got it working with frames but netscape won't read data from 1 frame to another.
 
I could do it i suppose in Flash and send a call to the db on every change but haven't used Flash/CF before.
(Any tutorials / books recommended for this)
 
Or any other ideas?
 
Thanks
Allan

Reply via email to