mull300
07-03-2007, 07:12 PM
So this is baffling me why this doesnt work. First here is the code i dumbed it down for IE as much as possible but still as usual IE is trowing an error.
javascript function:
function showTab(){
alert(1);
}
told you i dumbed it down.
html code:
<div id="friendsTab" class="tabGrey" onclick="showTab();"> Friends </div>
So why is this throwing a javascript Object Expected error in IE...
javascript function:
function showTab(){
alert(1);
}
told you i dumbed it down.
html code:
<div id="friendsTab" class="tabGrey" onclick="showTab();"> Friends </div>
So why is this throwing a javascript Object Expected error in IE...