ASKER
JavaScript is a dynamic, object-based language commonly used for client-side scripting in web browsers. Recently, server side JavaScript frameworks have also emerged. JavaScript runs on nearly every operating system and in almost every mainstream web browser.
TRUSTED BY
else if (navigator.appName=="Netsc
NS6=parseInt(navigator.app
NS4=4>=parseInt(navigator.
these tests for "Netscape" are not valid, as "Netscape" no longer exists, , . .
In my view, Your best bet is to abandon that old javascript code, and start over with code that is more current, and corresponds to the HTML and Javascript standards used in browsers today.
Also, you can use non-Jquery, plain javascript to eliminate the "Inline" HTML javascript used.