Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q900

Feedback on: irt.org FAQ Knowledge Base Q900

Sent by Dennis on July 06, 2000 at 11:41:30: - feedback #1460

Worth:
Worth reading

Comments:
The script, as is, did not work on either of my test browsers (Netscape 4.5 and IE5).
It will work with a small change.
Instead of:
<select onChange="swap(this)">
Try:
<select onChange="swap(this.options[selectedIndex].value)">

Thanks for providing all the examples at IRT. I've used them many times and it has saved me a great deal of time. This is the first one I've come across that did not work for me.


Sent by Justin on Sunday November 25, 2007 at 02:49:18 - feedback #5159

Worth:
Very worth reading

Length:
Just right

Technical:

Comments:
The code seems to work just fine with IE7, but Netscape seems to have issues with the code. Any solutions out there for this ?




©2018 Martin Webb