> I have a dropdown on a page (contact_us.asp) that when it is changed
> the page reloads and displays the contact details selected
Oh dear. http://www.cs.tut.fi/~jkorpela/forms/navmenu.html
> var varID = fmContacts.offices.value;
What is "fmContacts"? Do you expect browsers to create global variables to
reference anything with a name or id?
http://jibbering.com/faq/#FAQ4_13
> This works in IE but does nothing in Firefox ......
What about Opera? Konqueror? Safari? There are more then two browsers.

Signature
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
btmanmeh@verizon.net - 31 Mar 2005 05:10 GMT
> > I have a dropdown on a page (contact_us.asp) that when it is changed
> > the page reloads and displays the contact details selected
[quoted text clipped - 15 lines]
> David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
> Home is where the ~/.bashrc is
This is actually due to IE specific javascript I believe. I don't think
that it can understand window.navigate and should be calling
window.location.....Try it. I have the same problem with Verizon sites
because they are calling window.navigate, and they just hang forever
unless you go back.
Max