Dave Anderson said:
In general, non-displaying pages result from malformed HTML. It's not a
great surprise to see the behavior you describe, especially in a page with
as much nesting as you use.
Hi Dave, thanks for your response but i dont think its only because of
malformed HTML. Because
after your criteria, i check my codes with W3C HTML Validator and i
corrected most of the errors. Previously
I had 79 errors but now i have only 8 errors but it still does not showing
anything. when i click go button 2nd times it shows only. Below is the
results of W3C HTML Validator and the errors that i have is only about
leftmargin, bordercolor, etc... which IE6 should recognize. Do you have any
more idea ?
===========================================
File: C:\WINDOWS\Profiles\bayram\Desktop\ogrenci.html
Encoding: windows-1254
Doctype: HTML 4.0 Transitional
Errors: 8
This page is not Valid HTML 4.0 Transitional!
Below are the results of attempting to parse this document with an SGML
parser.
Line 40, column 27: end tag for element "MARQUEE" which is not open
(explain...).
document.write("</marquee>")
^
Line 101, column 17: there is no attribute "LEFTMARGIN" (explain...).
<BODY leftMargin=15 rightMargin=0 topMargin=0 bgcolor="#ffffff">
^
Line 101, column 32: there is no attribute "RIGHTMARGIN" (explain...).
<BODY leftMargin=15 rightMargin=0 topMargin=0 bgcolor="#ffffff">
^
Line 101, column 44: there is no attribute "TOPMARGIN" (explain...).
<BODY leftMargin=15 rightMargin=0 topMargin=0 bgcolor="#ffffff">
^
Line 110, column 44: there is no attribute "HEIGHT" (explain...).
style="WIDTH: 399px; HEIGHT: 1px" height=5
^
Line 115, column 25: there is no attribute "BORDERCOLOR" (explain...).
<TABLE borderColor="#318CBD" borderColorDark="#318CBD"
^
Line 115, column 51: there is no attribute "BORDERCOLORDARK" (explain...).
<TABLE borderColor="#318CBD" borderColorDark="#318CBD"
^
Line 116, column 18: there is no attribute "BORDERCOLORLIGHT" (explain...).
borderColorLight="#318CBD" cellPadding=0 cellSpacing=0
^
Source Listing
Below is the source input I used for this validation:
1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2: <HTML>
3: <HEAD>
4: <link href="css/green.css" rel="stylesheet" type="text/css">
5: <META HTTP-EQUIV="Content-Type" CONTENT="text/html;
charset=iso-8859-9">
6: <META HTTP-EQUIV="Content-Type" CONTENT="text/html;
charset=windows-1254">
7: <META HTTP-EQUIV="content-language" content="TR">
8:
9:
10: <script language="JavaScript" type="text/javascript">
11: <!--
12: ////
13: var version = "other"
14: browserName = navigator.appName;
15: browserVer = parseInt(navigator.appVersion);
16:
17: if (browserName == "Netscape" && browserVer >= 3) version = "n3";
18: else if (browserName == "Netscape" && browserVer < 3) version = "n2";
19: else if (browserName == "Microsoft Internet Explorer" && browserVer >=
4) version = "e4";
20: else if (browserName == "Microsoft Internet Explorer" && browserVer <
4) version = "e3";
21:
22: function stopError()
23: {
24: return true;
25: }
26: window.onerror = stopError;
27:
28: function wireOpen()
29: {
30: if (version == "e4")
31: {
32: document.write("<marquee behavior=scroll direction=up width=140
height=150 scrollamount=2.5 scrolldelay=75 onmouseover='this.stop()'
onmouseout='this.start()'>")
33: }
34: }
35:
36: function wireClose()
37: {
38: if (version == "e4")
39: {
40: document.write("</marquee>")
41: }
42: }
43:
44: function degis()
45: {
46: ogrenci.src="resimler/ogrenci_of.salo.gif";
47: }
48:
49: function degis2()
50: {
51: ogrenci.src="resimler/ogrenci_on.salo.gif";
52: }
53:
54: function degis3()
55: {
56: devam.src="resimler/devam_of.salo.gif";
57: }
58:
59: function degis4()
60: {
61: devam.src="resimler/devam_on.salo.gif";
62: }
63:
64: function degis5()
65: {
66: notlar.src="resimler/not_of.salo.gif";
67: }
68:
69: function degis6()
70: {
71: notlar.src="resimler/not_on.salo.gif";
72: }
73: function window_ogrenci(url)
74: {
75:
link=window.open(url,"link","toolbar=no,location=no,directories=no,status=no
,menubar=no,scrollbars=no,resizable=no,top=100,left=410,
width=370,height=200");
76: }
77: function window_devam(url)
78: {
79:
link=window.open(url,"link","toolbar=no,location=no,directories=no,status=no
,menubar=no,scrollbars=no,resizable=no,top=100,left=50,
width=370,height=260");
80: }
81: function window_not(url)
82: {
83:
link=window.open(url,"link","toolbar=no,location=no,directories=no,status=no
,menubar=no,scrollbars=no,resizable=no,top=100,left=100,
width=370,height=200");
84: }
85:
86: // -->
87: </script>
88:
89: <TITLE>.:Öðrenci Takip Sistemi</TITLE>
90:
91: <link href="css\red.css" rel="stylesheet" type="text/css">
92: <link href="css\yellow.css" rel="stylesheet" type="text/css">
93: <link href="css\green.css" rel="stylesheet" type="text/css">
94: <link href="css\blue.css" rel="stylesheet" type="text/css">
95: <META content="text/html; charset=windows-1254"
http-equiv=Content-Type>
96: <META content="MSHTML 5.00.2314.1000" name=GENERATOR>
97:
98:
99: </HEAD>
100:
101: <BODY leftMargin=15 rightMargin=0 topMargin=0 bgcolor="#ffffff">
102: <DIV align=left>
103:
104: <TABLE cellPadding=0 cellSpacing=0 style="WIDTH: 755px; HEIGHT: 31px"
border="0">
105: <TR>
106: <TD vAlign=bottom>
107: <br><br>
108: <DIV align=left>
109: <TABLE bgColor="#318CBD" cellPadding=0 cellSpacing=2
110: style="WIDTH: 399px; HEIGHT: 1px" height=5
111: width=290>
112:
113: <TR>
114: <TD></TD></TR></TABLE></DIV>
115: <TABLE borderColor="#318CBD" borderColorDark="#318CBD"
116: borderColorLight="#318CBD" cellPadding=0 cellSpacing=0
117: style="WIDTH: 3px; HEIGHT: 33px">
118:
119: <TR>
120: <TD bgColor="#318CBD"><BR></TD></TR></TABLE></TD>
121: <TD vAlign=middle>
122: <P align=left><IMG height=31 alt="" src="resimler/menu.salo.gif"
123: border=0></P> </TD>
124: <TD vAlign=bottom>
125: <DIV align=left>
126: <TABLE bgColor="#318CBD" borderColorDark="#318CBD"
borderColorLight="#318CBD"
127: cellPadding=0 cellSpacing=2 style="WIDTH: 49px; HEIGHT: 5px">
128:
129: <TR>
130: <TD bgColor="#318CBD"></TD></TR></TABLE></DIV>
131: <DIV align=right>
132: <TABLE border=0 borderColor="#318CBD" borderColorLight="#318CBD"
cellPadding=0
133: cellSpacing=0 style="WIDTH: 3px; HEIGHT: 33px">
134:
135: <TR>
136: <TD bgColor="#318CBD"
valign="TOP"><BR></TD></TR></TABLE></DIV>
137:
138: </TD></TR></TABLE></DIV>
139: <DIV align=left>
140: <TABLE borderColor="#318CBD" borderColorDark="#318CBD"
141: cellPadding=0 cellSpacing=0 frame=vsides rules=cols
bordercolorlight="#318CBD" border="0">
142:
143: <TR>
144: <TD valign="top">
145: <TABLE align="center" bgColor="#ffffff" borderColor="#989898"
146: borderColorDark="#989898" borderColorLight="#989898"
cellPadding=0
147: cellSpacing=0 height=400 style="WIDTH: 749px; HEIGHT: 400px"
148: width="98%" border="0">
149: <TR>
150: <TD align=center height=400 width="23%" valign="top">
151: <TABLE cellPadding=0 cellSpacing=0
152: style="WIDTH: 148px; HEIGHT: 205px" border="0"
bordercolor="red">
153:
154: <TR>
155: <TD valign="top">
156: <DIV align=center>
157: <TABLE cellPadding=0 cellSpacing=0
158: style="WIDTH: 148px; HEIGHT: 140px">
159:
160: <TR>
161: <TD>
162: <P align=center><IMG height=31 alt=""
163: src="resimler/mesaj.salo.jpg" width=147
border=0><BR>
164: <TABLE cellPadding=0 cellSpacing=0 style="WIDTH: 145px;
HEIGHT: 135px" border=1 borderColor="#3791c5" borderColorDark="#3791c5"
borderColorLight="#3791c5" frame=vsides>
165: <TR>
166: <td>
167: <script language="JavaScript"
type="text/javascript">
168: <!--
169: function kenar(secenek)
170: {
171: if(secenek==1)
172: {
173: salo.style.border="thin solid Red";
174: }
175: if(secenek==2)
176: {
177: salo1.style.border="thin solid Red";
178: }
179: if(secenek==3)
180: {
181: salo2.style.border="thin solid Red";
182: }
183:
184: }
185: function kenarsiz(secenek1)
186: {
187: if(secenek1==1)
188: {
189: salo.style.border="thin solid White";
190: }
191: if(secenek1==2)
192: {
193: salo1.style.border="thin solid White";
194: }
195: if(secenek1==3)
196: {
197: salo2.style.border="thin solid White";
198: }
199:
200: }
201: -->
202: </SCRIPT>
203:
204: <table>
205: <tr>
206: <td valign="bottom">
207: <img src="resimler/mektup.salo.gif" border="0" id="salo"
style="height:22; width:29; border: thin solid White;" alt="mektup">
208: </TD>
209: <TD>
210: <a href="mesaj\mesajliste.asp" class="blue" style="border: thin
solid White;" onMouseOver="kenar(1)" onMouseOut="kenarsiz(1)"><font
face="Verdana" size="1">YENÝ GELEN:</font></a> <FONT face="arial"
color="#ff0000" size="2"><B>0</B></FONT>
211: </td>
212: </tr>
213:
214: <tr>
215: <td valign="bottom">
216: <img src="resimler/mouse.salo.gif" border="0" id="salo1"
style="height:22; width:29; border: thin solid White;" alt="mouse">
217: </TD>
218: <TD>
219: <a href="mesaj\ogrmesajy2.asp" class="blue" style="border: thin solid
White;" onMouseOver="kenar(2)" onMouseOut="kenarsiz(2)"><font face="Verdana"
size="1">YENÝ GÖNDER</font></a>
220: </td>
221: </tr>
222: <tr>
223: <td valign="bottom">
224: <img src="resimler/m_kutusu.salo.gif" border="0" id="salo2"
style="height:22; width:29; border: thin solid White;" alt="mesaj kutusu">
225: </TD>
226: <TD>
227: <a href="mesaj\mesajliste.asp" class="blue" style="border: thin solid
White;" onMouseOver="kenar(3)" onMouseOut="kenarsiz(3)"><font face="Verdana"
size="1">MESAJ KUTUSU</font></a>
228: </td>
229: </tr>
230: </table>
231:
232:
233: </TD>
234: </TR>
235: </TABLE>
236: </table>
237: </div>
238:
239: <TABLE bgColor="#3791c5" borderColor="#3791c5"
240: borderColorDark="#3791c5" borderColorLight="#3791c5"
cellPadding=0
241: cellSpacing=0 style="WIDTH: 145px; HEIGHT: 6px">
242:
243: <TR>
244: <TD></TD></TR></TABLE><BR></TD></TR></TABLE>
245: <DIV align=center>
246: <TABLE cellPadding=0 cellSpacing=0
247: style="WIDTH: 150px; HEIGHT: 170px">
248:
249: <TR vAlign=top>
250: <TD height=130>
251: <P align=center><IMG height=32 alt=""
252: src="resimler/duyuru.salo.jpg" width=147
border=0><BR>
253: <TABLE cellPadding=0 cellSpacing=0 height=198
254: style="WIDTH: 146px; HEIGHT: 150px"
255: border=1 borderColor="#169fcc"
borderColorDark="#169fcc"
256: borderColorLight="#169fcc" frame=vsides>
257:
258: <TR>
259: <TD>
260:
261: <script language="JavaScript" type="text/javascript">
262: wireOpen();
263: </script>
264:
265: <script language="javascript" type="text/javascript">
266: <!--
267: function openWindow(lnk){
268: open
(lnk,"","height=400,width=500,scrollbars=no,resize=no,status=no,menubar=no,t
oolbar=no,location=no,top=30,left=95")
269: }
270: // -->
271: </script>
272:
273: <center><a href="javascript

penWindow('haber_taslak.asp?no=2 ')"
class="red">DAK OTS test yayinina baslamistir.
</a><br><br></center>
274:
275:
276: <script language="JavaScript" type="text/javascript">
277: wireClose();
278: </script>
279:
280:
281: </TD></TR></TABLE>
282: <TABLE bgColor="#3791c5" borderColor="#3791c5"
283: borderColorDark="#3791c5" borderColorLight="#3791c5"
cellPadding=0
284: cellSpacing=0 style="WIDTH: 147px; HEIGHT: 5px">
285:
286: <TR>
287: <TD bgColor="#3791c5"></TD></TR></TABLE>
288: </TD></TR></TABLE>
289:
290: <TABLE align="center">
291: <TR><TD align="center" valign="top">
292: <IMG alt=".

ers Programý" src="resimler/ders_prog.salo.gif"
border=0 >
293: <TABLE cellPadding=0 cellSpacing=0 width="158"
align="center">
294: <TR>
295: <TD align="center"><a
href="ogr_program_taslak.asp?ogrn_no=19980107 " class="blue">DERS
PROGRAMI</a></TD>
296: </TR>
297: </TABLE>
298:
299: </TD>
300: </TR>
301: </TABLE>
302:
303:
304: </div></td>
305: <TD align="center" bgColor="#ffffff" height=400 vAlign=top
306: width="1%">
307: <TABLE border=0 cellPadding=0 cellSpacing=0
308: style="WIDTH: 1px; HEIGHT: 400px" width=3>
309:
310: <TR>
311: <TD bgColor="#cdcac7"></TD></TR></TABLE></TD>
312: <TD align="center" height=400 vAlign=top width="75%">
313: <TABLE border="0">
314:
315: <TR>
316: <TD><font face="Verdana" size="2">
317: Ögrenci Takip Sisteminin Internet sitesine hoþgeldin FATMA.</font>
318: </TD>
319: </TR>
320: </TABLE>
321:
322: <TABLE border="0" cellPadding=1 cellSpacing=1 width="98%"
height="200" style=" HEIGHT: 170px">
323:
324: <TR>
325: <TD width="86%" valign="top">
326: <TABLE border="0" style="WIDTH: 269px; HEIGHT:
170px" width=275>
327:
328: <TR>
329: <TD width="90%">
330: <map name="yardim">
331: <area
href="javascript:window_ogrenci('yardim/yardim_ogrenci.html'" shape="circle"
coords="253,30,10" alt="Yardým">
332: </map>
333: <IMG id="ogrenci" height=57 alt=".:Öðrenci Bilgileri"
src="resimler/ogrenci_on.salo.gif" width=265 border=0 usemap="#yardim"><BR>
334: <TABLE border=1 borderColor="#E79C08"
cellPadding=0
335: cellSpacing=0 frame=vsides rules=cols
336: style="WIDTH: 265px; HEIGHT: 100px" width=265>
337:
338: <TR>
339: <TD>
340:
341: <TABLE>
342:
343: <TR>
344: <TD><font face="Verdana"
size="2">Ad Soyad:</FONT></TD>
345: <TD>
346:
347: <font face=Verdana size=2>FATMA DJELAL </font>
348: </TD></TR>
349: <TR>
350: <TD><FONT face=Verdana size=2>
351: Okul
352: No:</FONT></TD>
353: <TD><FONT face=Verdana
354: size=2>19980107 </FONT></TD></TR>
355: <TR>
356: <TD>
357: <FONT face=Verdana size=2>Sýnýf:
358: </FONT></TD>
359: <TD><FONT face=Verdana size=2>4E
360: </FONT></TD></TR></TABLE> <FONT
color="#166698">
361: <FONT color="#ffcc00" face="Arial Black"
size="1">>>></FONT>
362: <A class=yellow
href="ogrenci_taslak.asp" onmouseover="degis()"
onmouseout="degis2()">Ayrýntýlý Bilgiler için týklayýnýz...</A>
363: <BR></FONT></TD></TR></TABLE>
364: <IMG height=17 src="resimler/aile_alt.salo.gif" width=265
border=0 alt="aile"></TD></TR></TABLE> </TD>
365: <TD vAlign=top width="14%"> </TD>
366: <TD vAlign=top width="14%">
367: <TABLE style="WIDTH: 286px; HEIGHT: 170px" width=392
border="0">
368:
369: <TR>
370: <TD> <map name="devamk">
371: <area
href="javascript:window_devam('yardim/yardim_devam.html')" shape="circle"
coords="261,23,10" alt="Yardým">
372: </map>
373: <IMG id="devam" height=57 alt=".

evamsýzlýk Bilgileri"
src="resimler/devam_on.salo.gif" width=278 border=0 usemap="#devamk"><BR>
374: <TABLE border=1 borderColor="#BD0000"
cellPadding=0
375: cellSpacing=0 frame=vsides
376: style="WIDTH: 278px; HEIGHT: 100px" width=278>
377:
378: <TR><TD>
379:
380: <table>
381: <tr>
382: <td>
383: <font face=Verdana size=2>Günlük:</font>0
</td><td><font face="Verdana" size="2">saat devamsýzlýk</font>
384: </td>
385: </tr>
386: <tr>
387: <td>
388: <font face=Verdana size=2>Haftalýk:</font>0
</td><td><font face="Verdana" size="2">saat devamsýzlýk</font>
389: </td>
390: </tr>
391: <tr>
392: <td>
393: <font face=Verdana size=2>
Toplam:0</font></td><td><font face="Verdana" size="2">saat
devamsýzlýk</font>
394: </td>
395: </tr>
396: </table>
397:
398: <FONT face="Arial Black" color="#cc0033"
size="1"> <STRONG>>>></STRONG></FONT>
399: <FONT face="Verdana" size="2"><a class="red"
href="devam_taslak_ogr.asp?ogrn_no=" onmouseover="degis3()"
onmouseout="degis4()">
400: Ayrýntýlý Bilgiler için týklayýnýz...</a></font>
401: </TD></TR></TABLE>
402: <IMG height=18 src="resimler/devam_alt.salo.gif"
width=278 border=0 alt="devam"></TD></TR></TABLE></TD></TR></TABLE>
403: <TABLE border=0 width="95%" style="WIDTH: 565px; HEIGHT:
200px">
404:
405: <TR vAlign=top>
406: <TD height=200>
407: <TABLE style="WIDTH: 292px; HEIGHT: 170px"
width=280 align="center">
408:
409: <TR>
410: <TD>
411: <map name="notk">
412: <area href="javascript:window_not('yardim/yardim_not1.html')"
shape="circle" coords="412,25,10" alt="Yardým">
413: </map>
414: <IMG height=55 alt=".:Sýnav Notlarý"
src="resimler/not_on.salo.gif" width=429 border=0 id="notlar"
usemap="#notk"><BR>
415: <TABLE border=1 borderColor="#39a539" cellPadding=0
cellSpacing=0 frame=vsides style="WIDTH: 349px; HEIGHT: 60px" width=349
align="center">
416: <TR>
417: <TD align="center">
418: <div style="overflow:auto; width:420; height:50; scrollbar-face-color:
#F1FFF1; scrollbar-3d-light-color: #F0F8FF;">
419:
420: <!--karne basi-->
421: <!--karne sonu-->
422:
423: <a href="#" onmouseover="degis5()" onmouseout="degis6()"
class="green"><font face="verdana" size="2">Okul Sýnavlarý
Ýstatistikleri.</font></a><br>
424: <a href="karne_goster1.asp?ogrn_no=" onmouseover="degis5()"
onmouseout="degis6()" class="green"><font face="verdana" size="2">Akademik
Bilgi için Týklayýnýz.</font></a></div>
425: </TD>
426: </TR>
427: </TABLE>
428: <IMG style="WIDTH: 426px; HEIGHT: 14px" height=14
src="resimler/notlar_alt.salo.gif" width=426 border=0 alt="notlar">
429: </TD>
430: </TR>
431: </TABLE></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE>
432: <TABLE border=0 cellPadding=0 cellSpacing=0 style="WIDTH: 755px;
HEIGHT: 4px">
433:
434: <TR>
435: <TD bgColor="#2890F0"></TD></TR></TABLE>
436: </DIV>
437: </BODY>
438: </HTML>
===========================================