PDA

View Full Version : Help using double combo boxes


portalplanet
01-08-2003, 03:55 PM
Hi all. I am trying to use the code at http://javascriptkit.com/script/cut183.shtml with one slight change. I am having the javascript open a new window rather than just saying "location=". This works fine the first time through but after I close the new window the dropdowns don't respond anymore. Has anyone had this happen to them? What can I do as a work around to this problem?

Thanks,
Justin

Tails
01-08-2003, 08:15 PM
I had a problem where IE would keep combo boxes where they were left when you reload the page and that caused problems since I had images change for each change in the box. My example at http://XFox_Prower.tripod.com/s3kc/edit. For your problem with the dropdowns, are you trying to make an immediate jump to an address? Try something with onChange event.