Author |
Topic |
leatherlips
Senior Member
USA
1838 Posts |
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
Posted - 22 July 2009 : 01:40:23
|
are you sure that is the line it refers too. yellow exclamations indicate javascript errors, but the code you posted is not javascript |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 22 July 2009 : 03:13:43
|
It's not referring to the asp file leatherlips. It is referring to the compiled html code. View the source of the page when viewing it and find line 53.
Browsers cannot find server side errors. It can only tell you about errors in the resulting code, like in html, javascript, css, etc. If there was an error in the asp code, the server would give you the error. |
Support Snitz Forums
|
Edited by - Davio on 22 July 2009 03:15:31 |
|
|
leatherlips
Senior Member
USA
1838 Posts |
|
modifichicci
Average Member
Italy
787 Posts |
|
leatherlips
Senior Member
USA
1838 Posts |
|
Etymon
Advanced Member
United States
2385 Posts |
Posted - 22 July 2009 : 10:37:58
|
Hey leatherlips,
I just wanted to say that's a fine job you did there on that forum. It is very smooth and inviting!
Etymon |
|
|
leatherlips
Senior Member
USA
1838 Posts |
|
modifichicci
Average Member
Italy
787 Posts |
|
leatherlips
Senior Member
USA
1838 Posts |
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 22 July 2009 : 14:15:36
|
That is indeed weird. Line 53 refers to the following code:
function openPollWindow(url,w,h) {
line 53 popupWin = window.open(url,'new_page','width='+w+',height='+h+',scrollbars=yes')
} What is even weirder is that, the error refers to the topic.asp file, only after clicking on the Reply link. But there is no error when loading topic.asp at all.
What tags are you adding and what are they doing? |
Support Snitz Forums
|
|
|
HuwR
Forum Admin
United Kingdom
20584 Posts |
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 22 July 2009 : 14:45:53
|
lol so line 53 isn't actually line 53 eh? lol It makes the error reporting in IE 8 pretty dumb, since it won't take us to line 53 and we have to search for it ourselves. Doing a view source doesn't show us the "real" line 53, going by your reasoning. Uhg!
*bang head on table* |
Support Snitz Forums
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 22 July 2009 : 14:52:20
|
He has javascript files being referenced before those too Huwr. First script is <script type="text/javascript" src="googiespell/AJS.js"></script>
But this is accessed in all the forum files.
But line 53 is:
isOpera: function() {
return (navigator.userAgent.toLowerCase().indexOf("opera") != -1);
|
Support Snitz Forums
|
|
|
leatherlips
Senior Member
USA
1838 Posts |
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 22 July 2009 : 15:16:37
|
Well, I would have suggested you just ignore IE 8 error for now, since it doesn't seem to be stopping your tags from working properly. Hopefully you can undo any changes you made to try and prevent the javascript error in IE 8. |
Support Snitz Forums
|
|
|
Topic |
|