Compatibility Issue
October 13, 2006 12:00 AM
There may be some but I am unaware of them. More info please. 0. Do you get a JavaScript error as soon as the page loads before you click a button?1. Do the buttons run a JavaScript function defined either in an HTML block or included JavaScript file?2. What happens when you change the JavaScript in one button to "JavaScript: alert("test")"? This will tell you whether or not it runs JavaScript at all.3. If you are running functions, what happens when you put a JavaScript alert("test"); it the beginning of the function? It this works, start moving it down a few lines at a time to see where it fails.4. What does the javascript do?Edited By: bpitman on 2006-10-13 15:45:23
Discussions have been disabled for this post