Script copier

 From:  Michael Gibson
4441.4 In reply to 4441.3 
Hi Colin, can you please post the particular RingCircle script that you're using as an attachment here so I'm sure that I am looking at the right one? It looks like it will be these files: RingCircle2.js and RingCircle2.htm


It looks like it should be a 1 line fix - the UI is using the 'all' collection to go through the different <select> tags in the UI and that particular way of doing it is only supported by Internet Explorer. There's a different method called getElementsByTagName() which can be used instead of that.


Anyway if you can please post the plug-in files here I should be able to easily tune them up.

- Michael