DHTML Forum  

Go Back   DHTML Forum > dhtmlcentral.com > Crossbrowser DHTML
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 24.05.2005, 15:34
Booshed Booshed is offline
Neuer Benutzer
 
Join Date: 24.05.2005
Location: United Kingdom
Posts: 1
Default

I've got a weird fault that happens on IE6 but not IE5 when trying to open an href link (to code used to open Excel spreadsheets). Basically the code where the error is raised (after clicking on link) is as follows:-

<a href ='/test/testing/testFile.asp?fileID=51511&ud=28362&fileno=4'>Ready</a>

The error (Description: Unspecified Error , Err no: -2147467259) that comes up is actually referring to the line highlighted below. Do you know why this would be the case? displayHelp does exist as a div tag.

function hideTips() {
var oDisplay = document.all['displayHelp'];
oDisplay.className = 'helpHide';
}

hideTips() is called by the code below which is loaded on a onload event.

function setBodyEvents() {
var oBodyTag = document.all['IDBodyTag'];
oBodyTag.onmouseover = new Function("showTips()");
oBodyTag.onmouseout = new Function("hideTips()");
oBodyTag.onclick = new Function("showActualTips()");
}

Any ideas as to what could be triggering this error or the solution to it would be greatly appreciated.

Cheers




Cheers
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

All times are GMT +2. The time now is 08:29.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.