Forum Moderators: open

Message Too Old, No Replies

Netscape 4 problem

Dynamically adding to a drop-down list

         

prinsinn

10:55 am on Jun 26, 2002 (gmt 0)



Hi
I am trying to dynamically adding to a drop down list, but the options i add do not show up, i have tried to rezise the window, but nothing happens, can anyone help me?

regards
prinsinn

Reflect

11:52 am on Jun 26, 2002 (gmt 0)

10+ Year Member



Hi,

Could you post the code here so we could take a peak or put your URL in your profile?

Brian

P.S. Welcome to Webmaster World!!!

rewboss

8:55 am on Jun 27, 2002 (gmt 0)

10+ Year Member



If the thread title is anything to go by, your script works with MSIE and NS6, but not NS4.

That's because Netscape 4 simply doesn't allow you to dynamically change the items in a drop-down menu. At least not easily; I suppose it might be possible with <layer> and a lot of sophisticated programming, but it's not something I'd like to tackle without a really good reason.

You might need to use multiple-page forms instead. Slower, but more reliable, possibly less confusing and not dependent on JavaScript being activated.