|
Rank: Newbie Groups: Member
Joined: 9/15/2007 Posts: 2
|
IE 7.0
Line: 6 Unknown runtime error
Debuger show error on next statement "this.aaap.innerHTML=b" value of this.aaap.innerHTML -> "Сентбрь 2007" value of b -> "Сентбрь 2007"
Help. Please
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I am not sure how that happens. Can you make a reproducing sample for us so that we can take a look?
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 9/15/2007 Posts: 2
|
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, Inside your page you have the following HTML code:
Code: HTML/ASPX
<table class="insideTableMain" cellpadding="0" cellspacing="0" border="0">
<form runat="server">
.....
</form>
</table>
You can not have contents directly inside a table element, the contents must be inside a td. That should be what causing the problem. Thanks
|
|