-
can find error outputted by IE
hi
i finaly got myself opening up IE to test the application im making and for one thing, it was cool that IE spits out some errors that firefox doesnt, like missing vars. thats cool.
but any how, im getting now this error that i cannot find as i was hoping someone new what i could do to fix this, other than starting to cut out bits and pieces of code to locate the issue.
the error looks something like:
Line: 72
Char: 2
Error: Object required
Code: 0
the problem is, on line 71, char 2, i cannot find an error.
here is the code
function confirmation(var1) { // line 71
var answer = confirm(ls_confDelUser);
if (answer){
get_object(var1).blur();
// Call the Remove User function.
removeUser(get_object(var1).parentNode.parentNode.id);
}
}
must i start cutting out code to find the source of the error or can anyone shed some light as to why this error occurs?
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks