I am using prototype.js for ease of use and for some ajaxy stuff later. Anyway, the class "hide" has display:none; and my goal is when the link is clicked, the openbox div will show. For this to happen I want to disable the link in javascript (NOT inline with the page).
This code I wrote works in Firefox, but not in IE. In IE, it follows the link instead of being disabled.