problem with IE 6.0

0 views
Skip to first unread message

somd...@gmail.com

unread,
Dec 22, 2005, 1:26:37 AM12/22/05
to DOM Menu Library
Hi,
I have used domMenu.js in a project .It works fine with the tooltip.But
creates problem when using a hyperlink.
I have created a hyperling clicking of which downloade of a csv file
will start.It downloads a file but ended with a
java script error in IE Access is dednied ---Line 106 in domMenu.js.

var eventobj=domTT_isIE?event:In_event

in the code snippet
if (domTT_useLibrary && domTT_useGlobalMousePosition) {
- document.onmousemove = function(in_event) {
- var eventObj = domTT_isIE ? event : in_event;
- domTT_currentMousePosition = domTT_getEventPosition(eventObj);
- domTT_dragUpdate(in_event);
- }
-}
I am using IE 6.0.

Reply all
Reply to author
Forward
0 new messages