Download  |  Search  |  Log in  |  FAQ  |  Memberlist  |  Online  |  TYPO3.org Developer Resource
Home » Backend » Frontend Editing
Post new topic   Reply to topic Page 1 of 1 [5 Posts] IE script error
Author Message
AlexCAN



Joined: 27 May 2006
Posts: 8
Location: Canada

PostPosted: 27 Jun 2006 - 6:08 am    Post subject:  IE script error
Subject description: IE displays - " Done, but with with errors on page"
Reply with quote

Hi All

Basic html template, no custom scripts. IE 6.0 displays an error "Done, but with with errors on page". Description says: Line: 2, Сhar: 1 syntax error". Mozilla - no problem at all.

Any suggestions?
Thanks!

Alex
Back to top
View user's profile Send private message
aquar



Joined: 13 Oct 2005
Posts: 66

PostPosted: 27 Jun 2006 - 4:25 pm    Post subject: Reply with quote

Can you post your HTML code here?

aquar
Back to top
View user's profile Send private message
AlexCAN



Joined: 27 May 2006
Posts: 8
Location: Canada

PostPosted: 27 Jun 2006 - 6:28 pm    Post subject: Reply with quote

website: aa-computers.com

Line:  Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html
   PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<!--
   This website is brought to you by TYPO3 - get.content.right
   TYPO3 is a free open source Content Management Framework created by Kasper Skaarhoj and licensed under GNU/GPL.
   TYPO3 is copyright 1998-2005 of Kasper Skaarhoj. Extensions are copyright of their respective owners.
   Information and contribution at http://www.typo3.com
-->

   <style type="text/css">
      /*<![CDATA[*/
   <!--
   /* default styles for extension "tx_indexedsearch" */
   .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
   .tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
   .tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
   .tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
   .tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
   .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
   .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
   .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
   .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
   .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:red; }
   .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeff; }
   .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
   .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
   .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }
   .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
   .tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }
   -->
      /*]]>*/
   </style>
   <link rel="stylesheet" type="text/css" href="fileadmin/templates/style.css" />
   <title>A&amp;A Computers Inc.: Special</title>
   <meta name="generator" content="TYPO3 3.8 CMS" />
   <script type="text/javascript">
      /*<![CDATA[*/
   <!--
      browserName = navigator.appName;
      browserVer = parseInt(navigator.appVersion);
      var msie4 = (browserName == "Microsoft Internet Explorer" && browserVer >= 4);
      if ((browserName == "Netscape" && browserVer >= 3) || msie4 || browserName=="Konqueror") {version = "n3";} else {version = "n2";}
         // Blurring links:
      function blurLink(theObject)   {   //
         if (msie4)   {theObject.blur();}
      }
      
   // -->
      /*]]>*/
   </script>


</head>
<body bgcolor="#FFFFFF">

<div align="center" style="width: 1004; height: 408">
<table width="750" border="0" cellpadding="0" cellspacing="0">
<tr>
  <td width="10">&nbsp;</td>
  <td width="340">
  <span class="headBlue">A&A</span><span class="headGray">Computers</span><br>
  <span class="headSmall">An Independent Hardware Retailer</span></td>
  <td width="400" align="right" class="topSearch">
  ENTER SEARCH TERM&nbsp;
  <input type="text" onFocus="this.style.background='FFFFFF';" onBlur="this.style.background='F9F9F9';" size="20">
  <input type="submit" style="padding:0;background-color:0080FF;border:0;color:FFFFFF;width:25;font-weight:bold" value="GO">
  <br><span style="font-size:8px"><br></span>
  </td>
</tr>
</table>

<table width="750" border="0" cellpadding="0" cellspacing="0">
<tr>
  <td width="548" height="3" bgcolor="0060DD"></td>
  <td width="2" bgcolor="FFFFFF"></td>
  <td width="200" bgcolor="AAAAAA"></td>
</tr>
<tr>
  <td width="548" height="1" bgcolor="FFFFFF"></td>
  <td width="2" bgcolor="FFFFFF"></td>
  <td width="200" bgcolor="FFFFFF"></td>
</tr>
<tr>
  <td width="548" height="21" bgcolor="0080FF">
 
  <div id="topNavBlue">
  <a href="#" class="topNavBlue"><span class="topNavBlue"><a href="index.php?id=6" onfocus="blurLink(this);">Special</a>&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;</span><span class="topNavBlue"><a href="index.php?id=5" onfocus="blurLink(this);">Clearance</a>&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;</span><span class="topNavBlue"><a href="index.php?id=4" onfocus="blurLink(this);">Contact Us</a>&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;</span><span class="topNavBlue"><a href="index.php?id=3" onfocus="blurLink(this);">Products</a>&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;</span></a>
  </div>
 
  </td>
  <td width="2" bgcolor="FFFFFF"></td>
  <td width="200" height="21" bgcolor="DDDDDD" align="right" class="topNavGray">
  <script src="script.js" type="text/javascript"></script>
  </td>
</tr>
<tr>
  <td width="548" height="1" bgcolor="F0F0F0"></td>
  <td width="2" bgcolor="FFFFFF"></td>
  <td width="200" bgcolor="F0F0F0"></td>
</tr>
</table>
<table width="750" border="0" cellpadding="0" cellspacing="0">
<tr>
  <td width="190" bgcolor="0060DD" valign="top">
   <table width="190" border="0" cellpadding="0" cellspacing="0" bgcolor="0060DD" height="301">

   
   <div id="navcontainer">
   <ul class="navcontainer"><li class="navcontainer"><a href="index.php?id=6" onfocus="blurLink(this);">Special</a></li><li class="navcontainer"><a href="index.php?id=5" onfocus="blurLink(this);">Clearance</a></li><li class="navcontainer"><a href="index.php?id=4" onfocus="blurLink(this);">Contact Us</a></li><li class="navcontainer"><a href="index.php?id=3" onfocus="blurLink(this);">Products</a><ul class="navcontainer"><li class="navcontainer"><a href="index.php?id=13" onfocus="blurLink(this);">CPU</a></li><li class="navcontainer"><a href="index.php?id=12" onfocus="blurLink(this);">HDD</a></li><li class="navcontainer"><a href="index.php?id=11" onfocus="blurLink(this);">Memory</a></li><li class="navcontainer"><a href="index.php?id=10" onfocus="blurLink(this);">Motherboard</a></li><li class="navcontainer"><a href="index.php?id=15" onfocus="blurLink(this);">Cases</a></li><li class="navcontainer"><a href="index.php?id=9" onfocus="blurLink(this);">Sound</a></li><li class="navcontainer"><a href="index.php?id=8" onfocus="blurLink(this);">Video card</a></li><li class="navcontainer"><a href="index.php?id=7" onfocus="blurLink(this);">Systems</a></li></ul></li></ul>
   </div>
   
    <tr>
     <td width="20" height="129"></td>
     <td width="160" height="129">
      <table width="160" border="0" cellpadding="10" cellspacing="1" bgcolor="002288">
       <tr><td class="navBoxTop">ANNOUNCEMENTS</td></tr>
       <tr>
        <td class="navBox">
         <table width="140" border="0" cellpadding="0" cellspacing="0" class="navBox">
          <tr>
           <td colspan="2" class="navBoxDate">
           Friday 06/23/06
           </td>
          </tr>
          <tr><td colspan="2" height="2"></td></tr>
          <tr>
           <td width="7" valign="top">-</td>
           <td width="133">
           Search not functional yet. Work in progress...
           </td>
          </tr>
          <tr><td colspan="2" height="8"></td></tr>
          <tr>
           <td colspan="2" class="navBoxDate">
           Friday 06/23/06
           </td>
          </tr>
          <tr><td colspan="2" height="2"></td></tr>
          <tr>
           <td width="7" valign="top">-</td>
           <td width="133">
           New website and dynamic content!
           </td>
          </tr>
         </table>
        </td>
       </tr>
      </table>
     </td>
     <td width="10" height="129"></td>
   </table>
  </td>
  <td width="1" bgcolor="FFFFFF"></td>
  <td class="navSide"></td>
  <td width="1" bgcolor="F0F0F0"></td>
  <td width="550" bgcolor="FFFFFF" valign="top" align="right">
 
   <table width="535" border="0" cellpadding="0" cellspacing="0">
    <tr><td colspan="3" width="535" height="12" bgcolor="FFFFFF"></td></tr>
    <tr>
     <td width="15" bgcolor="FFFFFF"></td>
     <td class="content">
     <div align="justify">
     
     </div>
     </td>
     <td width="15" bgcolor="FFFFFF"></td>
    </tr>
    </table>
  </td>
</tr>
</table>
<table width="750" border="0" cellpadding="0" cellspacing="0">
<tr><td width="750" height="1" bgcolor="F0F0F0"></td></tr>
<tr>
  <td width="750" height="21" bgcolor="DDDDDD" class="topNavGray" align="right">
  COPYRIGHT © <a href="http://www.aa-computers.com" class="bottom">A&A COMPUTERS INC</a>. ALL RIGHTS RESERVED. | Web Development <a href="http://www.cmsintegra.com" class="bottom">CMSIntegra.com</a>
  </td>
</tr>
<tr><td width="750" height="1" bgcolor="FFFFFF"></td></tr>
<tr><td width="750" height="3" bgcolor="AAAAAA"></td></tr>
</table>
</div>

</body>
</html>

 Show complete code
Back to top
View user's profile Send private message
aquar



Joined: 13 Oct 2005
Posts: 66

PostPosted: 27 Jun 2006 - 6:58 pm    Post subject: Reply with quote

Line 1-2

take the full doctype line e.g.

http://www.htmlhelp.com/tools/validator/doctype.html
Back to top
View user's profile Send private message
AlexCAN



Joined: 27 May 2006
Posts: 8
Location: Canada

PostPosted: 27 Jun 2006 - 8:02 pm    Post subject: Reply with quote

Thanks aquar

For some reason it's not updating. I'm editing my html template, right?
The full doctype line is there now but when I view source - same thing as before.... Cache cleared. BTW when I'm doing html validation I'm getting whole bunch of errors(13)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [5 Posts] View previous topic :: View next topic
Home » Backend » Frontend Editing
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum