Click here to Skip to main content
15,921,716 members
Home / Discussions / Web Development
   

Web Development

 
QuestionDisable BACK button? Pin
devvvy20-May-05 16:36
devvvy20-May-05 16:36 
AnswerRe: Disable BACK button? Pin
Vasudevan Deepak Kumar21-May-05 3:09
Vasudevan Deepak Kumar21-May-05 3:09 
GeneralRe: Disable BACK button? Pin
devvvy22-May-05 5:42
devvvy22-May-05 5:42 
GeneralRe: Disable BACK button? Pin
Vasudevan Deepak Kumar24-May-05 4:23
Vasudevan Deepak Kumar24-May-05 4:23 
Generalsending data to different pages Pin
tonydevlin20-May-05 9:35
tonydevlin20-May-05 9:35 
GeneralRe: sending data to different pages Pin
Anonymous27-May-05 17:11
Anonymous27-May-05 17:11 
QuestionHow do I find the version number of my PHPBB? Pin
Anonymous20-May-05 8:29
Anonymous20-May-05 8:29 
GeneralJavaScript Error : Unspecified Error Pin
Mighty Booshed20-May-05 3:56
Mighty Booshed20-May-05 3:56 
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'><B>Ready</B></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. Confused | :confused:

Cheers
General&quot;Getting Error while publishing on uddi server programatically&quot; Pin
Member 197389619-May-05 20:36
Member 197389619-May-05 20:36 
QuestionPHP + Access DB = please help? Pin
Member 196994119-May-05 10:36
Member 196994119-May-05 10:36 
AnswerRe: PHP + Access DB = please help? Pin
Vasudevan Deepak Kumar21-May-05 3:06
Vasudevan Deepak Kumar21-May-05 3:06 
GeneralDownloading, editing and uploading files on the fly Pin
Julio Aragao19-May-05 10:05
Julio Aragao19-May-05 10:05 
GeneralRe: Downloading, editing and uploading files on the fly Pin
niansah19-May-05 21:30
niansah19-May-05 21:30 
GeneralRe: Downloading, editing and uploading files on the fly Pin
Julio Aragao20-May-05 2:26
Julio Aragao20-May-05 2:26 
GeneralRe: Downloading, editing and uploading files on the fly Pin
Anonymous27-May-05 17:14
Anonymous27-May-05 17:14 
GeneralProblems redirecting to a frame Pin
brian5519-May-05 7:43
brian5519-May-05 7:43 
GeneralRe: Problems redirecting to a frame Pin
Alsvha22-May-05 23:40
Alsvha22-May-05 23:40 
GeneralEmpty HttpWebResponse length for some urls Pin
Jason Manfield18-May-05 18:11
Jason Manfield18-May-05 18:11 
GeneralRe: Empty HttpWebResponse length for some urls Pin
minhpc_bk19-May-05 19:52
minhpc_bk19-May-05 19:52 
GeneralRe: Empty HttpWebResponse length for some urls Pin
Jason Manfield20-May-05 9:18
Jason Manfield20-May-05 9:18 
GeneralLinefeed in normal text Pin
Brendan Vogt18-May-05 4:42
Brendan Vogt18-May-05 4:42 
GeneralRe: Linefeed in normal text Pin
Ted Ferenc18-May-05 5:30
Ted Ferenc18-May-05 5:30 
GeneralRe: Linefeed in normal text Pin
JKroschel18-May-05 10:49
JKroschel18-May-05 10:49 
GeneralRe: Linefeed in normal text Pin
niansah19-May-05 2:08
niansah19-May-05 2:08 
GeneralRe: Linefeed in normal text Pin
Brendan Vogt19-May-05 2:13
Brendan Vogt19-May-05 2:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.