web browser does not show

Ask a Question related to ASP, Design and Development.

  1. #1

    Default web browser does not show

    hi everybody,
    i have very strange error.
    i can not see some of the asp pages on my browser. when i
    look from view source, all the source is there but browser
    does not show anything, just an empty page.

    Does anybody have idea about this ?
    bayram guzer Guest

  2. Similar Questions and Discussions

    1. page won't show in browser
      Need Help! My pages won't show in Internet Explorer Browser but will show in Firefox. Cna someone help me with this problem. The error that says...
    2. PowerPoint Slide Show Not in IE 6 Browser
      I am attempting to view a PowerPoint presentation in the Dreamweaver Preview Browser. I can view the presentation in non-slide show view, and I...
    3. iphoto booklet now PDF does not show up in browser-sometimes
      I made my iPhoto booklet into a PDF via my printer driver which I then optimized and reduced, made it compatible to Acrobat 5 all in Acrobat 7...
    4. Document Title Does Not show up in browser
      It's the strangest thing. The document title does not show up in the browser. It is a new application in a new directory. I'm running win2K server...
    5. Images don't show up in browser
      :confused; I'm updating my website with new images, and they show up fine on the edit page, but don't show up in the browser, just the red x. I've...
  3. #2

    Default Re: web browser does not show

    Hi randy, thank you for your response. I execute it from
    the web and see html content. not any asp code and i am
    using internet explorer 6.

    may be you are right, it can be because of table tags but
    my friend uses windows 2000 and he can see web page. i'm
    using windows 98. can it be because of that ?
    >-----Original Message-----
    >> i can not see some of the asp pages on my browser. when
    i
    >> look from view source, all the source is there but
    browser
    >> does not show anything, just an empty page.
    >
    >When you view the source, do you see the ASP code? Or
    just HTML?
    >
    >If it's ASP code, then you're processing the page
    wrong... it needs to be
    >loaded through a web server... try
    [url]http://localhost/pagename.asp[/url].
    >
    >If it's just the HTML you're having a problem with, It
    might be screwy table
    >tags. Is your page within a table with missing closing
    tags? I know older
    >versions (and maybe newer) of Netscape wouldn't display
    the table if this
    >was the case.
    >
    >
    >.
    >
    Bayram Guzer Guest

  4. #3

    Default Re: web browser does not show

    > may be you are right, it can be because of table tags but
    > my friend uses windows 2000 and he can see web page. i'm
    > using windows 98. can it be because of that ?
    That's odd. I don't think IE is very picky when it comes to tables, so
    that's probably not the problem. Can you show the code that you see when
    you view source?


    Randy R Guest

  5. #4

    Default Re: web browser does not show

    it is a little bit long but ok. the code is;
    ================================================== ======
    ================================================== ======
    ================================================== ======
    <HTML>
    <HEAD>
    <link href="css/green.css" rel="stylesheet"
    type="text/css">
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html;
    charset=iso-8859-9">
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html;
    charset=windows-1254">
    <META HTTP-EQUIV="content-language" content="TR">


    <script language="JavaScript">
    <!--
    ////
    var version = "other"
    browserName = navigator.appName;
    browserVer = parseInt(navigator.appVersion);

    if (browserName == "Netscape" && browserVer >= 3) version
    = "n3";
    else if (browserName == "Netscape" && browserVer < 3)
    version = "n2";
    else if (browserName == "Microsoft Internet Explorer" &&
    browserVer >= 4) version = "e4";
    else if (browserName == "Microsoft Internet Explorer" &&
    browserVer < 4) version = "e3";

    function stopError()
    {
    return true;
    }
    window.onerror = stopError;

    function wireOpen()
    {
    if (version == "e4")
    {
    document.write("<marquee behavior=scroll
    direction=up width=140 height=150 scrollamount=2.5
    scrolldelay=75 onmouseover='this.stop()'
    onmouseout='this.start()'>")
    }
    }

    function wireClose()
    {
    if (version == "e4")
    {
    document.write("</marquee>")
    }
    }

    function degis()
    {
    ogrenci.src="resimler/ogrenci_of.salo.gif";
    }

    function degis2()
    {
    ogrenci.src="resimler/ogrenci_on.salo.gif";
    }

    function degis3()
    {
    devam.src="resimler/devam_of.salo.gif";
    }

    function degis4()
    {
    devam.src="resimler/devam_on.salo.gif";
    }

    function degis5()
    {
    notlar.src="resimler/not_of.salo.gif";
    }

    function degis6()
    {
    notlar.src="resimler/not_on.salo.gif";
    }
    function window_ogrenci(url)
    {
    link=window.open
    (url,"link","toolbar=no,location=no,directories=no ,status=n
    o,menubar=no,scrollbars=no,resizable=no,top=100,le ft=410,
    width=370,height=200");
    }
    function window_devam(url)
    {
    link=window.open
    (url,"link","toolbar=no,location=no,directories=no ,status=n
    o,menubar=no,scrollbars=no,resizable=no,top=100,le ft=50,
    width=370,height=260");
    }
    function window_not(url)
    {
    link=window.open
    (url,"link","toolbar=no,location=no,directories=no ,status=n
    o,menubar=no,scrollbars=no,resizable=no,top=100,le ft=100,
    width=370,height=200");
    }

    // -->
    </script>

    <TITLE>.:Öğrenci Takip Sistemi</TITLE>

    <link href="css\red.css" rel="stylesheet" type="text/css">

    <link href="css\yellow.css" rel="stylesheet"
    type="text/css">
    <link href="css\green.css" rel="stylesheet"
    type="text/css">
    <link href="css\blue.css" rel="stylesheet" type="text/css">
    <META content="text/html; charset=windows-1254" http-
    equiv=Content-Type>
    <META content="MSHTML 5.00.2314.1000" name=GENERATOR>


    </HEAD>

    <BODY leftMargin=15 rightMargin=0 topMargin=0
    bgcolor="#ffffff">
    <DIV align=left>

    <TABLE cellPadding=0 cellSpacing=0 style="WIDTH: 761px;
    HEIGHT: 31px" border="0">
    <TR>
    <TD vAlign=bottom>
    <br><br>
    <DIV align=left>
    <TABLE bgColor="#318CBD" cellPadding=0 cellSpacing=2
    style="WIDTH: 405px; HEIGHT: 1px" height=5
    width=290>

    <TR>
    <TD></TD></TR></TABLE></DIV>
    <TABLE borderColor="#318CBD"
    borderColorDark="#318CBD"
    borderColorLight="#318CBD" cellPadding=0 cellSpacing=0
    style="WIDTH: 3px; HEIGHT: 33px">

    <TR>
    <TD bgColor="#318CBD"><BR></TD></TR></TABLE></TD>
    <TD vAlign=middle>
    <P align=left><IMG height=31 alt=""
    src="resimler/menu.salo.gif"
    border=0></P> </TD>
    <TD vAlign=bottom>
    <DIV align=left>
    <TABLE bgColor="#318CBD" borderColorDark="#318CBD"
    borderColorLight="#318CBD"
    cellPadding=0 cellSpacing=2 style="WIDTH: 49px; HEIGHT:
    5px">

    <TR>
    <TD bgColor="#318CBD"></TD></TR></TABLE></DIV>
    <DIV align=right>
    <TABLE border=0 borderColor="#318CBD"
    borderColorLight="#318CBD" cellPadding=0
    cellSpacing=0 style="WIDTH: 3px; HEIGHT: 33px">

    <TR>
    <TD
    bgColor=#318CBD bgcolor="#318CBD"
    valign="TOP"><BR></TD></TR></TABLE></DIV>

    </TD></TR></TABLE></DIV>
    <DIV align=left>
    <TABLE border=2 borderColor="#318CBD"
    borderColorDark="#318CBD"
    borderColorLight=#318CBD cellPadding=0 cellSpacing=0
    frame=vsides rules=cols bordercolorlight="#318CBD"
    border="0">

    <TR>
    <TD valign="top">
    <TABLE align=center bgColor=#ffffff border=0
    borderColor=#989898
    borderColorDark=#989898 borderColorLight=#989898
    cellPadding=0
    cellSpacing=0 height=400 style="WIDTH: 749px;
    HEIGHT: 400px"
    width="98%" border="1">
    <TR>
    <TD align=left height=400 vAlign=top
    width="23%" valign="top">
    <TABLE cellPadding=0 cellSpacing=0
    style="WIDTH: 148px; HEIGHT: 205px" border="0"
    bordercolor="red">

    <TR>
    <TD valign="top">
    <DIV align=center>
    <TABLE cellPadding=0 cellSpacing=0
    style="WIDTH: 148px; HEIGHT: 140px">

    <TR>
    <TD>
    <P align=center><IMG height=31 alt=""
    src="resimler/mesaj.salo.jpg" width=147
    border=0><BR>
    <TABLE cellPadding=0 cellSpacing=0
    style="WIDTH: 145px; HEIGHT: 135px" border=1
    borderColor=#3791c5 borderColorDark=#3791c5
    borderColorLight=#3791c5 frame=vsides>
    <TR>
    <td>
    <html>
    <head>
    <script language="JavaScript">
    <!--
    function kenar(secenek)
    {
    if(secenek==1)
    {
    salo.style.border="thin solid Red";
    }
    if(secenek==2)
    {
    salo1.style.border="thin solid Red";
    }
    if(secenek==3)
    {
    salo2.style.border="thin solid Red";
    }

    }
    function kenarsiz(secenek1)
    {
    if(secenek1==1)
    {
    salo.style.border="thin solid White";
    }
    if(secenek1==2)
    {
    salo1.style.border="thin solid White";
    }
    if(secenek1==3)
    {
    salo2.style.border="thin solid White";
    }

    }
    -->
    </script>
    </head>


    <table>
    <tr>
    <td valign="bottom">
    <img src="resimler/mektup.salo.gif" border="0" id="salo"
    style="height:22; width:29; border: thin solid White;">
    </TD>
    <TD>
    <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:</a>&nbsp;<FONT face="arial"
    color="#ff0000" size="2"><B>0</B></FONT></font>
    </td>
    </tr>

    <tr>
    <td valign="bottom">
    <img src="resimler/mouse.salo.gif" border="0" id="salo1"
    style="height:22; width:29; border: thin solid White;">
    </TD>
    <TD>
    <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>
    </td>
    </tr>
    <tr>
    <td valign="bottom">
    <img src="resimler/m_kutusu.salo.gif" border="0"
    id="salo2" style="height:22; width:29; border: thin solid
    White;">
    </TD>
    <TD>
    <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>
    </td>
    </tr>
    </table>
    </html>

    </TD>
    </TR>
    </TABLE>

    <TABLE bgColor=#3791c5
    borderColor=#3791c5
    borderColorDark=#3791c5
    borderColorLight=#3791c5 cellPadding=0
    cellSpacing=0 style="WIDTH: 145px;
    HEIGHT: 6px">

    <TR>

    <TD></TD></TR></TABLE><BR></P></TD></TR></TABLE>
    <DIV align=center>
    <TABLE cellPadding=0 cellSpacing=0
    style="WIDTH: 150px; HEIGHT: 170px">

    <TR vAlign=top>
    <TD height=130>
    <P align=center><IMG height=32 alt=""
    src="resimler/duyuru.salo.jpg" width=147
    border=0><BR>
    <TABLE cellPadding=0 cellSpacing=0
    height=198
    style="WIDTH: 146px; HEIGHT: 150px"
    border=1 borderColor=#169fcc
    borderColorDark=#169fcc
    borderColorLight=#169fcc frame=vsides>

    <TR>
    <TD>

    <script language="JavaScript">
    wireOpen();
    </script>

    <script language="javascript">
    <!--
    function openWindow(lnk){
    open
    (lnk,"","height=400,width=500,scrollbars=no,resize =no,statu
    s=no,menubar=no,toolbar=no,location=no,top=30,left =95")
    }
    // -->
    </script>

    <center><a href="javascript:openWindow('haber_taslak.asp?
    no=2 ')" class="red">DAK OTS test yayinina
    baslamistir.
    </a><br><br></center>


    <script language="JavaScript">
    wireClose();
    </script>


    </TD></TR></TABLE>
    <TABLE bgColor=#3791c5
    borderColor=#3791c5
    borderColorDark=#3791c5
    borderColorLight=#3791c5 cellPadding=0
    cellSpacing=0 style="WIDTH: 147px;
    HEIGHT: 5px">

    <TR>
    <TD
    bgColor=#3791c5></TD></TR></TABLE>
    </TD></TR></TABLE>

    <TABLE align="center">
    <TR><TD align="center" valign="top">
    <IMG
    alt=".:Ders Programı" src="resimler/ders_prog.salo.gif"
    border=0 >
    <TABLE cellPadding=0 cellSpacing=0
    width="158" align="center">
    <TR>
    <TD align="center"><a
    href="ogr_program_taslak.asp?ogrn_no=19980017 "
    class="blue">DERS PROGRAMI</a></TD>
    </TR>
    </TABLE>

    </TD>
    </TR>
    </TABLE>


    </td>
    <TD align=middle bgColor=#ffffff height=400
    vAlign=top
    width="1%">
    <TABLE border=0 cellPadding=0 cellSpacing=0
    style="WIDTH: 1px; HEIGHT: 400px" width=3>

    <TR>
    <TD bgColor=#cdcac7></TD></TR></TABLE></TD>
    <TD align=middle height=400 vAlign=top
    width="75%">
    <TABLE border="0">

    <TR>
    <TD><font face="Verdana" size="2">
    Ögrenci Takip Sisteminin
    Internet sitesine hoşgeldin GÜLSÜN.</font>
    </TD>
    </TR>
    </TABLE>

    <TABLE border="0" cellPadding=1 cellSpacing=1
    width="98%" height="200" style=" HEIGHT: 170px">

    <TR>
    <TD width="86%" valign="top">
    <TABLE border="0" style="WIDTH: 269px;
    HEIGHT: 170px" width=275>

    <TR>
    <TD width="90%">
    <map
    name="yardim">
    <area
    href="javascript:window_ogrenci
    ('yardim/yardim_ogrenci.html')" shape="circle"
    coords="253,30,10" alt="Yardım"></area>
    </map>
    <IMG
    id="ogrenci" height=57 alt=".:Öğrenci Bilgileri"
    src="resimler/ogrenci_on.salo.gif" width=265 border=0
    usemap="#yardim"><BR>
    <TABLE border=1
    borderColor=#E79C08 cellPadding=0
    cellSpacing=0 frame=vsides
    rules=cols
    style="WIDTH: 265px; HEIGHT:
    100px" width=265>

    <TR>
    <TD>

    <TABLE>

    <TR>
    <TD><font face="Verdana"
    size="2">Ad&nbsp;Soyad:</FONT></TD>
    <TD>



    <font face=Verdana size=2>GÜLSÜN&nbsp;SOLYALI
    </font>
    </TD></TR>
    <TR>
    <TD><FONT face=Verdana
    size=2>

    Okul
    No:</FONT></TD>
    <TD><FONT face=Verdana
    size=2>19980017
    </FONT></TD></TR>
    <TR>
    <TD>
    <FONT face=Verdana
    size=2>Sınıf:
    </FONT></TD>
    <TD><FONT face=Verdana
    size=2>5E SCIENCE

    </FONT></TD></TR></TABLE>&nbsp;<FONT color=#166698>
    <FONT
    color=#ffcc00 face="Arial Black"
    size="1">&gt;&gt;&gt;</FONT>
    <A class=yellow
    href="ogrenci_taslak.asp" onmouseover="degis()"
    onmouseout="degis2()">Ayrıntılı Bilgiler için
    tıklayınız...</A>
    <BR></FONT></TD></TR></TABLE>

    <IMG
    height=17 src="resimler/aile_alt.salo.gif" width=265
    border=0 ></TD></TR></TABLE>&nbsp; </TD>
    <TD vAlign=top width="14%">&nbsp;</TD>
    <TD vAlign=top width="14%">
    <TABLE style="WIDTH: 286px; HEIGHT:
    170px" width=392 border="0">

    <TR>
    <TD> <map name="devamk">
    <area
    href="javascript:window_devam('yardim/yardim_devam.html')"
    shape="circle" coords="261,23,10"
    alt="Yardım"></area></area>
    </map>
    <IMG id="devam"
    height=57 alt=".:Devamsızlık Bilgileri"
    src="resimler/devam_on.salo.gif" width=278 border=0
    usemap="#devamk"><BR>
    <TABLE border=1
    borderColor=#BD0000 cellPadding=0
    cellSpacing=0 frame=vsides
    style="WIDTH: 278px; HEIGHT:
    100px" width=278>

    <TR><TD>


    <table>

    <tr>

    <td>

    &nbsp;&nbsp;<font face=Verdana size=2>Günlük:</font>0
    </td><td><font face="Verdana" size="2">saat
    devamsızlık</font></td>

    </td>

    </tr>

    <tr>

    <td>

    &nbsp;&nbsp;<font face=Verdana size=2>Haftalık:</font>0
    </td><td><font face="Verdana" size="2">saat
    devamsızlık</font></td>

    </td>

    </tr>

    <tr>

    <td>

    &nbsp;<font face=Verdana size=2>
    Toplam:0</font></td><td><font face="Verdana" size="2">saat
    devamsızlık</font></td>

    </td>

    </tr>

    </table>

    <FONT face="Arial Black"
    color=#cc0033 size="1">
    &nbsp;&nbsp;<STRONG>&gt;&gt;&gt;</STRONG></FONT>

    <FONT face="Verdana" size="2"><a class="red"
    href="devam_taslak_ogr.asp?ogrn_no=" onmouseover="degis3
    ()" onmouseout="degis4()">

    Ayrıntılı Bilgiler için tıklayınız...</font>


    </FONT></DIV></TD></TR></TABLE>


    <IMG height=18 src="resimler/devam_alt.salo.gif"
    width=278 border=0
    ></TD></TR></TABLE></TD></TR></TABLE>
    <TABLE
    border=0 width="95%" style="WIDTH: 565px; HEIGHT: 200px">

    <TR vAlign=top>
    <TD height=200>
    <TABLE style="WIDTH: 292px; HEIGHT:
    170px" width=280 align="center">

    <TR>
    <TD>
    <map name="notk">
    <area
    href="javascript:window_not('yardim/yardim_not1.html')"
    shape="circle" coords="412,25,10" alt="Yardım"></area>
    </map>
    <IMG height=55
    alt=".:Sınav Notları" src="resimler/not_on.salo.gif"
    width=429 border=0 id="notlar" usemap="#notk"><BR>
    <TABLE border=1 borderColor=#39a539
    cellPadding=0 cellSpacing=0 frame=vsides style="WIDTH:
    349px; HEIGHT: 60px" width=349 align="center">
    <TR>
    <TD align="center">
    <div style="overflow:auto; width:420; height:50; scrollbar-
    face-color: #F1FFF1; scrollbar-3d-light-color: #F0F8FF;">

    <!--karne basi-->
    <!--karne sonu-->

    <a href="#" onmouseover="degis5()" onmouseout="degis6()"
    class="green"><font face="verdana" size="2">Okul Sınavları
    İstatistikleri.</font></a><br>
    <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>
    </TD>
    </TR>
    </TABLE>
    <IMG style="WIDTH: 426px; HEIGHT: 14px" height=14
    src="resimler/notlar_alt.salo.gif" width=426 border=0 >
    </TD>
    </TR>

    </TABLE></TD></TR></TABLE></TD></TR></TABLE></TD></
    TR></TABLE>
    <TABLE border=0
    cellPadding=0 cellSpacing=0 style="WIDTH: 755px; HEIGHT:
    4px">

    <TR>
    <TD bgColor="#2890F0"></TD></TR></TABLE>
    </BODY>
    </HTML>
    ================================================== ======
    ================================================== ======
    ================================================== ======



    >-----Original Message-----
    >> may be you are right, it can be because of table tags
    but
    >> my friend uses windows 2000 and he can see web page. i'm
    >> using windows 98. can it be because of that ?
    >
    >That's odd. I don't think IE is very picky when it comes
    to tables, so
    >that's probably not the problem. Can you show the code
    that you see when
    >you view source?
    >
    >
    >.
    >
    Bayram Guzer Guest

  6. #5

    Default Re: web browser does not show

    Bayram,

    I had no problem loading your code into my browser (IE 6). One thing I
    noticed was that you had <HTML> tags within your <HTML> tags, which might
    cause a problem, I don't know. In any case, you may want to try creating a
    page with simple HTML and see if it displays.

    "Bayram Guzer" <bayram.guzer@emu.edu.tr> wrote in message
    news:04b501c34c15$01ecdbb0$a601280a@phx.gbl...
    it is a little bit long but ok. the code is;
    ================================================== ======
    ================================================== ======
    ================================================== ======
    <HTML>
    <HEAD>
    <link href="css/green.css" rel="stylesheet"
    type="text/css">
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html;
    charset=iso-8859-9">
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html;
    charset=windows-1254">
    <META HTTP-EQUIV="content-language" content="TR">


    <script language="JavaScript">
    <!--
    ////
    var version = "other"
    browserName = navigator.appName;
    browserVer = parseInt(navigator.appVersion);

    if (browserName == "Netscape" && browserVer >= 3) version
    = "n3";
    else if (browserName == "Netscape" && browserVer < 3)
    version = "n2";
    else if (browserName == "Microsoft Internet Explorer" &&
    browserVer >= 4) version = "e4";
    else if (browserName == "Microsoft Internet Explorer" &&
    browserVer < 4) version = "e3";

    function stopError()
    {
    return true;
    }
    window.onerror = stopError;

    function wireOpen()
    {
    if (version == "e4")
    {
    document.write("<marquee behavior=scroll
    direction=up width=140 height=150 scrollamount=2.5
    scrolldelay=75 onmouseover='this.stop()'
    onmouseout='this.start()'>")
    }
    }

    function wireClose()
    {
    if (version == "e4")
    {
    document.write("</marquee>")
    }
    }

    function degis()
    {
    ogrenci.src="resimler/ogrenci_of.salo.gif";
    }

    function degis2()
    {
    ogrenci.src="resimler/ogrenci_on.salo.gif";
    }

    function degis3()
    {
    devam.src="resimler/devam_of.salo.gif";
    }

    function degis4()
    {
    devam.src="resimler/devam_on.salo.gif";
    }

    function degis5()
    {
    notlar.src="resimler/not_of.salo.gif";
    }

    function degis6()
    {
    notlar.src="resimler/not_on.salo.gif";
    }
    function window_ogrenci(url)
    {
    link=window.open
    (url,"link","toolbar=no,location=no,directories=no ,status=n
    o,menubar=no,scrollbars=no,resizable=no,top=100,le ft=410,
    width=370,height=200");
    }
    function window_devam(url)
    {
    link=window.open
    (url,"link","toolbar=no,location=no,directories=no ,status=n
    o,menubar=no,scrollbars=no,resizable=no,top=100,le ft=50,
    width=370,height=260");
    }
    function window_not(url)
    {
    link=window.open
    (url,"link","toolbar=no,location=no,directories=no ,status=n
    o,menubar=no,scrollbars=no,resizable=no,top=100,le ft=100,
    width=370,height=200");
    }

    // -->
    </script>

    <TITLE>.:Öğrenci Takip Sistemi</TITLE>

    <link href="css\red.css" rel="stylesheet" type="text/css">

    <link href="css\yellow.css" rel="stylesheet"
    type="text/css">
    <link href="css\green.css" rel="stylesheet"
    type="text/css">
    <link href="css\blue.css" rel="stylesheet" type="text/css">
    <META content="text/html; charset=windows-1254" http-
    equiv=Content-Type>
    <META content="MSHTML 5.00.2314.1000" name=GENERATOR>


    </HEAD>

    <BODY leftMargin=15 rightMargin=0 topMargin=0
    bgcolor="#ffffff">
    <DIV align=left>

    <TABLE cellPadding=0 cellSpacing=0 style="WIDTH: 761px;
    HEIGHT: 31px" border="0">
    <TR>
    <TD vAlign=bottom>
    <br><br>
    <DIV align=left>
    <TABLE bgColor="#318CBD" cellPadding=0 cellSpacing=2
    style="WIDTH: 405px; HEIGHT: 1px" height=5
    width=290>

    <TR>
    <TD></TD></TR></TABLE></DIV>
    <TABLE borderColor="#318CBD"
    borderColorDark="#318CBD"
    borderColorLight="#318CBD" cellPadding=0 cellSpacing=0
    style="WIDTH: 3px; HEIGHT: 33px">

    <TR>
    <TD bgColor="#318CBD"><BR></TD></TR></TABLE></TD>
    <TD vAlign=middle>
    <P align=left><IMG height=31 alt=""
    src="resimler/menu.salo.gif"
    border=0></P> </TD>
    <TD vAlign=bottom>
    <DIV align=left>
    <TABLE bgColor="#318CBD" borderColorDark="#318CBD"
    borderColorLight="#318CBD"
    cellPadding=0 cellSpacing=2 style="WIDTH: 49px; HEIGHT:
    5px">

    <TR>
    <TD bgColor="#318CBD"></TD></TR></TABLE></DIV>
    <DIV align=right>
    <TABLE border=0 borderColor="#318CBD"
    borderColorLight="#318CBD" cellPadding=0
    cellSpacing=0 style="WIDTH: 3px; HEIGHT: 33px">

    <TR>
    <TD
    bgColor=#318CBD bgcolor="#318CBD"
    valign="TOP"><BR></TD></TR></TABLE></DIV>

    </TD></TR></TABLE></DIV>
    <DIV align=left>
    <TABLE border=2 borderColor="#318CBD"
    borderColorDark="#318CBD"
    borderColorLight=#318CBD cellPadding=0 cellSpacing=0
    frame=vsides rules=cols bordercolorlight="#318CBD"
    border="0">

    <TR>
    <TD valign="top">
    <TABLE align=center bgColor=#ffffff border=0
    borderColor=#989898
    borderColorDark=#989898 borderColorLight=#989898
    cellPadding=0
    cellSpacing=0 height=400 style="WIDTH: 749px;
    HEIGHT: 400px"
    width="98%" border="1">
    <TR>
    <TD align=left height=400 vAlign=top
    width="23%" valign="top">
    <TABLE cellPadding=0 cellSpacing=0
    style="WIDTH: 148px; HEIGHT: 205px" border="0"
    bordercolor="red">

    <TR>
    <TD valign="top">
    <DIV align=center>
    <TABLE cellPadding=0 cellSpacing=0
    style="WIDTH: 148px; HEIGHT: 140px">

    <TR>
    <TD>
    <P align=center><IMG height=31 alt=""
    src="resimler/mesaj.salo.jpg" width=147
    border=0><BR>
    <TABLE cellPadding=0 cellSpacing=0
    style="WIDTH: 145px; HEIGHT: 135px" border=1
    borderColor=#3791c5 borderColorDark=#3791c5
    borderColorLight=#3791c5 frame=vsides>
    <TR>
    <td>
    <html>
    <head>
    <script language="JavaScript">
    <!--
    function kenar(secenek)
    {
    if(secenek==1)
    {
    salo.style.border="thin solid Red";
    }
    if(secenek==2)
    {
    salo1.style.border="thin solid Red";
    }
    if(secenek==3)
    {
    salo2.style.border="thin solid Red";
    }

    }
    function kenarsiz(secenek1)
    {
    if(secenek1==1)
    {
    salo.style.border="thin solid White";
    }
    if(secenek1==2)
    {
    salo1.style.border="thin solid White";
    }
    if(secenek1==3)
    {
    salo2.style.border="thin solid White";
    }

    }
    -->
    </script>
    </head>


    <table>
    <tr>
    <td valign="bottom">
    <img src="resimler/mektup.salo.gif" border="0" id="salo"
    style="height:22; width:29; border: thin solid White;">
    </TD>
    <TD>
    <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:</a>&nbsp;<FONT face="arial"
    color="#ff0000" size="2"><B>0</B></FONT></font>
    </td>
    </tr>

    <tr>
    <td valign="bottom">
    <img src="resimler/mouse.salo.gif" border="0" id="salo1"
    style="height:22; width:29; border: thin solid White;">
    </TD>
    <TD>
    <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>
    </td>
    </tr>
    <tr>
    <td valign="bottom">
    <img src="resimler/m_kutusu.salo.gif" border="0"
    id="salo2" style="height:22; width:29; border: thin solid
    White;">
    </TD>
    <TD>
    <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>
    </td>
    </tr>
    </table>
    </html>

    </TD>
    </TR>
    </TABLE>

    <TABLE bgColor=#3791c5
    borderColor=#3791c5
    borderColorDark=#3791c5
    borderColorLight=#3791c5 cellPadding=0
    cellSpacing=0 style="WIDTH: 145px;
    HEIGHT: 6px">

    <TR>

    <TD></TD></TR></TABLE><BR></P></TD></TR></TABLE>
    <DIV align=center>
    <TABLE cellPadding=0 cellSpacing=0
    style="WIDTH: 150px; HEIGHT: 170px">

    <TR vAlign=top>
    <TD height=130>
    <P align=center><IMG height=32 alt=""
    src="resimler/duyuru.salo.jpg" width=147
    border=0><BR>
    <TABLE cellPadding=0 cellSpacing=0
    height=198
    style="WIDTH: 146px; HEIGHT: 150px"
    border=1 borderColor=#169fcc
    borderColorDark=#169fcc
    borderColorLight=#169fcc frame=vsides>

    <TR>
    <TD>

    <script language="JavaScript">
    wireOpen();
    </script>

    <script language="javascript">
    <!--
    function openWindow(lnk){
    open
    (lnk,"","height=400,width=500,scrollbars=no,resize =no,statu
    s=no,menubar=no,toolbar=no,location=no,top=30,left =95")
    }
    // -->
    </script>

    <center><a href="javascript:openWindow('haber_taslak.asp?
    no=2 ')" class="red">DAK OTS test yayinina
    baslamistir.
    </a><br><br></center>


    <script language="JavaScript">
    wireClose();
    </script>


    </TD></TR></TABLE>
    <TABLE bgColor=#3791c5
    borderColor=#3791c5
    borderColorDark=#3791c5
    borderColorLight=#3791c5 cellPadding=0
    cellSpacing=0 style="WIDTH: 147px;
    HEIGHT: 5px">

    <TR>
    <TD
    bgColor=#3791c5></TD></TR></TABLE>
    </TD></TR></TABLE>

    <TABLE align="center">
    <TR><TD align="center" valign="top">
    <IMG
    alt=".:Ders Programı" src="resimler/ders_prog.salo.gif"
    border=0 >
    <TABLE cellPadding=0 cellSpacing=0
    width="158" align="center">
    <TR>
    <TD align="center"><a
    href="ogr_program_taslak.asp?ogrn_no=19980017 "
    class="blue">DERS PROGRAMI</a></TD>
    </TR>
    </TABLE>

    </TD>
    </TR>
    </TABLE>


    </td>
    <TD align=middle bgColor=#ffffff height=400
    vAlign=top
    width="1%">
    <TABLE border=0 cellPadding=0 cellSpacing=0
    style="WIDTH: 1px; HEIGHT: 400px" width=3>

    <TR>
    <TD bgColor=#cdcac7></TD></TR></TABLE></TD>
    <TD align=middle height=400 vAlign=top
    width="75%">
    <TABLE border="0">

    <TR>
    <TD><font face="Verdana" size="2">
    Ögrenci Takip Sisteminin
    Internet sitesine hoşgeldin GÜLSÜN.</font>
    </TD>
    </TR>
    </TABLE>

    <TABLE border="0" cellPadding=1 cellSpacing=1
    width="98%" height="200" style=" HEIGHT: 170px">

    <TR>
    <TD width="86%" valign="top">
    <TABLE border="0" style="WIDTH: 269px;
    HEIGHT: 170px" width=275>

    <TR>
    <TD width="90%">
    <map
    name="yardim">
    <area
    href="javascript:window_ogrenci
    ('yardim/yardim_ogrenci.html')" shape="circle"
    coords="253,30,10" alt="Yardım"></area>
    </map>
    <IMG
    id="ogrenci" height=57 alt=".:Öğrenci Bilgileri"
    src="resimler/ogrenci_on.salo.gif" width=265 border=0
    usemap="#yardim"><BR>
    <TABLE border=1
    borderColor=#E79C08 cellPadding=0
    cellSpacing=0 frame=vsides
    rules=cols
    style="WIDTH: 265px; HEIGHT:
    100px" width=265>

    <TR>
    <TD>

    <TABLE>

    <TR>
    <TD><font face="Verdana"
    size="2">Ad&nbsp;Soyad:</FONT></TD>
    <TD>



    <font face=Verdana size=2>GÜLSÜN&nbsp;SOLYALI
    </font>
    </TD></TR>
    <TR>
    <TD><FONT face=Verdana
    size=2>

    Okul
    No:</FONT></TD>
    <TD><FONT face=Verdana
    size=2>19980017
    </FONT></TD></TR>
    <TR>
    <TD>
    <FONT face=Verdana
    size=2>Sınıf:
    </FONT></TD>
    <TD><FONT face=Verdana
    size=2>5E SCIENCE

    </FONT></TD></TR></TABLE>&nbsp;<FONT color=#166698>
    <FONT
    color=#ffcc00 face="Arial Black"
    size="1">&gt;&gt;&gt;</FONT>
    <A class=yellow
    href="ogrenci_taslak.asp" onmouseover="degis()"
    onmouseout="degis2()">Ayrıntılı Bilgiler için
    tıklayınız...</A>
    <BR></FONT></TD></TR></TABLE>

    <IMG
    height=17 src="resimler/aile_alt.salo.gif" width=265
    border=0 ></TD></TR></TABLE>&nbsp; </TD>
    <TD vAlign=top width="14%">&nbsp;</TD>
    <TD vAlign=top width="14%">
    <TABLE style="WIDTH: 286px; HEIGHT:
    170px" width=392 border="0">

    <TR>
    <TD> <map name="devamk">
    <area
    href="javascript:window_devam('yardim/yardim_devam.html')"
    shape="circle" coords="261,23,10"
    alt="Yardım"></area></area>
    </map>
    <IMG id="devam"
    height=57 alt=".:Devamsızlık Bilgileri"
    src="resimler/devam_on.salo.gif" width=278 border=0
    usemap="#devamk"><BR>
    <TABLE border=1
    borderColor=#BD0000 cellPadding=0
    cellSpacing=0 frame=vsides
    style="WIDTH: 278px; HEIGHT:
    100px" width=278>

    <TR><TD>


    <table>

    <tr>

    <td>

    &nbsp;&nbsp;<font face=Verdana size=2>Günlük:</font>0
    </td><td><font face="Verdana" size="2">saat
    devamsızlık</font></td>

    </td>

    </tr>

    <tr>

    <td>

    &nbsp;&nbsp;<font face=Verdana size=2>Haftalık:</font>0
    </td><td><font face="Verdana" size="2">saat
    devamsızlık</font></td>

    </td>

    </tr>

    <tr>

    <td>

    &nbsp;<font face=Verdana size=2>
    Toplam:0</font></td><td><font face="Verdana" size="2">saat
    devamsızlık</font></td>

    </td>

    </tr>

    </table>

    <FONT face="Arial Black"
    color=#cc0033 size="1">
    &nbsp;&nbsp;<STRONG>&gt;&gt;&gt;</STRONG></FONT>

    <FONT face="Verdana" size="2"><a class="red"
    href="devam_taslak_ogr.asp?ogrn_no=" onmouseover="degis3
    ()" onmouseout="degis4()">

    Ayrıntılı Bilgiler için tıklayınız...</font>


    </FONT></DIV></TD></TR></TABLE>


    <IMG height=18 src="resimler/devam_alt.salo.gif"
    width=278 border=0
    ></TD></TR></TABLE></TD></TR></TABLE>
    <TABLE
    border=0 width="95%" style="WIDTH: 565px; HEIGHT: 200px">

    <TR vAlign=top>
    <TD height=200>
    <TABLE style="WIDTH: 292px; HEIGHT:
    170px" width=280 align="center">

    <TR>
    <TD>
    <map name="notk">
    <area
    href="javascript:window_not('yardim/yardim_not1.html')"
    shape="circle" coords="412,25,10" alt="Yardım"></area>
    </map>
    <IMG height=55
    alt=".:Sınav Notları" src="resimler/not_on.salo.gif"
    width=429 border=0 id="notlar" usemap="#notk"><BR>
    <TABLE border=1 borderColor=#39a539
    cellPadding=0 cellSpacing=0 frame=vsides style="WIDTH:
    349px; HEIGHT: 60px" width=349 align="center">
    <TR>
    <TD align="center">
    <div style="overflow:auto; width:420; height:50; scrollbar-
    face-color: #F1FFF1; scrollbar-3d-light-color: #F0F8FF;">

    <!--karne basi-->
    <!--karne sonu-->

    <a href="#" onmouseover="degis5()" onmouseout="degis6()"
    class="green"><font face="verdana" size="2">Okul Sınavları
    İstatistikleri.</font></a><br>
    <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>
    </TD>
    </TR>
    </TABLE>
    <IMG style="WIDTH: 426px; HEIGHT: 14px" height=14
    src="resimler/notlar_alt.salo.gif" width=426 border=0 >
    </TD>
    </TR>

    </TABLE></TD></TR></TABLE></TD></TR></TABLE></TD></
    TR></TABLE>
    <TABLE border=0
    cellPadding=0 cellSpacing=0 style="WIDTH: 755px; HEIGHT:
    4px">

    <TR>
    <TD bgColor="#2890F0"></TD></TR></TABLE>
    </BODY>
    </HTML>
    ================================================== ======
    ================================================== ======
    ================================================== ======



    >-----Original Message-----
    >> may be you are right, it can be because of table tags
    but
    >> my friend uses windows 2000 and he can see web page. i'm
    >> using windows 98. can it be because of that ?
    >
    >That's odd. I don't think IE is very picky when it comes
    to tables, so
    >that's probably not the problem. Can you show the code
    that you see when
    >you view source?
    >
    >
    >.
    >

    Randy R Guest

  7. #6

    Default Re: web browser does not show

    Hi Randy, i corrected the error that you said about <html> tags but still
    its not showing. By the way i find something and i want to share with you.
    This page works with username and password. when i enter my username and
    password, if they are correct, student.asp page comes as a pop-up window.

    And at this pop-up an empty page comes to me but i can see the source codes
    as you know. 10 minutes ago what i did was to write my browser's adrress
    bar student.asp but it didn't show anything, after that i write second page
    name message.asp and it showed message.asp and when i click to the back icon
    student.asp was there with content. Interesting isn't it .

    What do you think about this ?


    "Randy R" <rvrahbarAThotmail.com> wrote in message
    news:OwfiWpITDHA.1036@TK2MSFTNGP10.phx.gbl...
    > Bayram,
    >
    > I had no problem loading your code into my browser (IE 6). One thing I
    > noticed was that you had <HTML> tags within your <HTML> tags, which might
    > cause a problem, I don't know. In any case, you may want to try creating
    a
    > page with simple HTML and see if it displays.
    >
    > "Bayram Guzer" <bayram.guzer@emu.edu.tr> wrote in message
    > news:04b501c34c15$01ecdbb0$a601280a@phx.gbl...
    > it is a little bit long but ok. the code is;
    > ================================================== ======
    > ================================================== ======
    > ================================================== ======
    > <HTML>
    > <HEAD>
    > <link href="css/green.css" rel="stylesheet"
    > type="text/css">
    > <META HTTP-EQUIV="Content-Type" CONTENT="text/html;
    > charset=iso-8859-9">
    > <META HTTP-EQUIV="Content-Type" CONTENT="text/html;
    > charset=windows-1254">
    > <META HTTP-EQUIV="content-language" content="TR">
    >
    >
    > <script language="JavaScript">
    > <!--
    > ////
    > var version = "other"
    > browserName = navigator.appName;
    > browserVer = parseInt(navigator.appVersion);
    >
    > if (browserName == "Netscape" && browserVer >= 3) version
    > = "n3";
    > else if (browserName == "Netscape" && browserVer < 3)
    > version = "n2";
    > else if (browserName == "Microsoft Internet Explorer" &&
    > browserVer >= 4) version = "e4";
    > else if (browserName == "Microsoft Internet Explorer" &&
    > browserVer < 4) version = "e3";
    >
    > function stopError()
    > {
    > return true;
    > }
    > window.onerror = stopError;
    >
    > function wireOpen()
    > {
    > if (version == "e4")
    > {
    > document.write("<marquee behavior=scroll
    > direction=up width=140 height=150 scrollamount=2.5
    > scrolldelay=75 onmouseover='this.stop()'
    > onmouseout='this.start()'>")
    > }
    > }
    >
    > function wireClose()
    > {
    > if (version == "e4")
    > {
    > document.write("</marquee>")
    > }
    > }
    >
    > function degis()
    > {
    > ogrenci.src="resimler/ogrenci_of.salo.gif";
    > }
    >
    > function degis2()
    > {
    > ogrenci.src="resimler/ogrenci_on.salo.gif";
    > }
    >
    > function degis3()
    > {
    > devam.src="resimler/devam_of.salo.gif";
    > }
    >
    > function degis4()
    > {
    > devam.src="resimler/devam_on.salo.gif";
    > }
    >
    > function degis5()
    > {
    > notlar.src="resimler/not_of.salo.gif";
    > }
    >
    > function degis6()
    > {
    > notlar.src="resimler/not_on.salo.gif";
    > }
    > function window_ogrenci(url)
    > {
    > link=window.open
    > (url,"link","toolbar=no,location=no,directories=no ,status=n
    > o,menubar=no,scrollbars=no,resizable=no,top=100,le ft=410,
    > width=370,height=200");
    > }
    > function window_devam(url)
    > {
    > link=window.open
    > (url,"link","toolbar=no,location=no,directories=no ,status=n
    > o,menubar=no,scrollbars=no,resizable=no,top=100,le ft=50,
    > width=370,height=260");
    > }
    > function window_not(url)
    > {
    > link=window.open
    > (url,"link","toolbar=no,location=no,directories=no ,status=n
    > o,menubar=no,scrollbars=no,resizable=no,top=100,le ft=100,
    > width=370,height=200");
    > }
    >
    > // -->
    > </script>
    >
    > <TITLE>.:Öğrenci Takip Sistemi</TITLE>
    >
    > <link href="css\red.css" rel="stylesheet" type="text/css">
    >
    > <link href="css\yellow.css" rel="stylesheet"
    > type="text/css">
    > <link href="css\green.css" rel="stylesheet"
    > type="text/css">
    > <link href="css\blue.css" rel="stylesheet" type="text/css">
    > <META content="text/html; charset=windows-1254" http-
    > equiv=Content-Type>
    > <META content="MSHTML 5.00.2314.1000" name=GENERATOR>
    >
    >
    > </HEAD>
    >
    > <BODY leftMargin=15 rightMargin=0 topMargin=0
    > bgcolor="#ffffff">
    > <DIV align=left>
    >
    > <TABLE cellPadding=0 cellSpacing=0 style="WIDTH: 761px;
    > HEIGHT: 31px" border="0">
    > <TR>
    > <TD vAlign=bottom>
    > <br><br>
    > <DIV align=left>
    > <TABLE bgColor="#318CBD" cellPadding=0 cellSpacing=2
    > style="WIDTH: 405px; HEIGHT: 1px" height=5
    > width=290>
    >
    > <TR>
    > <TD></TD></TR></TABLE></DIV>
    > <TABLE borderColor="#318CBD"
    > borderColorDark="#318CBD"
    > borderColorLight="#318CBD" cellPadding=0 cellSpacing=0
    > style="WIDTH: 3px; HEIGHT: 33px">
    >
    > <TR>
    > <TD bgColor="#318CBD"><BR></TD></TR></TABLE></TD>
    > <TD vAlign=middle>
    > <P align=left><IMG height=31 alt=""
    > src="resimler/menu.salo.gif"
    > border=0></P> </TD>
    > <TD vAlign=bottom>
    > <DIV align=left>
    > <TABLE bgColor="#318CBD" borderColorDark="#318CBD"
    > borderColorLight="#318CBD"
    > cellPadding=0 cellSpacing=2 style="WIDTH: 49px; HEIGHT:
    > 5px">
    >
    > <TR>
    > <TD bgColor="#318CBD"></TD></TR></TABLE></DIV>
    > <DIV align=right>
    > <TABLE border=0 borderColor="#318CBD"
    > borderColorLight="#318CBD" cellPadding=0
    > cellSpacing=0 style="WIDTH: 3px; HEIGHT: 33px">
    >
    > <TR>
    > <TD
    > bgColor=#318CBD bgcolor="#318CBD"
    > valign="TOP"><BR></TD></TR></TABLE></DIV>
    >
    > </TD></TR></TABLE></DIV>
    > <DIV align=left>
    > <TABLE border=2 borderColor="#318CBD"
    > borderColorDark="#318CBD"
    > borderColorLight=#318CBD cellPadding=0 cellSpacing=0
    > frame=vsides rules=cols bordercolorlight="#318CBD"
    > border="0">
    >
    > <TR>
    > <TD valign="top">
    > <TABLE align=center bgColor=#ffffff border=0
    > borderColor=#989898
    > borderColorDark=#989898 borderColorLight=#989898
    > cellPadding=0
    > cellSpacing=0 height=400 style="WIDTH: 749px;
    > HEIGHT: 400px"
    > width="98%" border="1">
    > <TR>
    > <TD align=left height=400 vAlign=top
    > width="23%" valign="top">
    > <TABLE cellPadding=0 cellSpacing=0
    > style="WIDTH: 148px; HEIGHT: 205px" border="0"
    > bordercolor="red">
    >
    > <TR>
    > <TD valign="top">
    > <DIV align=center>
    > <TABLE cellPadding=0 cellSpacing=0
    > style="WIDTH: 148px; HEIGHT: 140px">
    >
    > <TR>
    > <TD>
    > <P align=center><IMG height=31 alt=""
    > src="resimler/mesaj.salo.jpg" width=147
    > border=0><BR>
    > <TABLE cellPadding=0 cellSpacing=0
    > style="WIDTH: 145px; HEIGHT: 135px" border=1
    > borderColor=#3791c5 borderColorDark=#3791c5
    > borderColorLight=#3791c5 frame=vsides>
    > <TR>
    > <td>
    > <html>
    > <head>
    > <script language="JavaScript">
    > <!--
    > function kenar(secenek)
    > {
    > if(secenek==1)
    > {
    > salo.style.border="thin solid Red";
    > }
    > if(secenek==2)
    > {
    > salo1.style.border="thin solid Red";
    > }
    > if(secenek==3)
    > {
    > salo2.style.border="thin solid Red";
    > }
    >
    > }
    > function kenarsiz(secenek1)
    > {
    > if(secenek1==1)
    > {
    > salo.style.border="thin solid White";
    > }
    > if(secenek1==2)
    > {
    > salo1.style.border="thin solid White";
    > }
    > if(secenek1==3)
    > {
    > salo2.style.border="thin solid White";
    > }
    >
    > }
    > -->
    > </script>
    > </head>
    >
    >
    > <table>
    > <tr>
    > <td valign="bottom">
    > <img src="resimler/mektup.salo.gif" border="0" id="salo"
    > style="height:22; width:29; border: thin solid White;">
    > </TD>
    > <TD>
    > <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:</a>&nbsp;<FONT face="arial"
    > color="#ff0000" size="2"><B>0</B></FONT></font>
    > </td>
    > </tr>
    >
    > <tr>
    > <td valign="bottom">
    > <img src="resimler/mouse.salo.gif" border="0" id="salo1"
    > style="height:22; width:29; border: thin solid White;">
    > </TD>
    > <TD>
    > <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>
    > </td>
    > </tr>
    > <tr>
    > <td valign="bottom">
    > <img src="resimler/m_kutusu.salo.gif" border="0"
    > id="salo2" style="height:22; width:29; border: thin solid
    > White;">
    > </TD>
    > <TD>
    > <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>
    > </td>
    > </tr>
    > </table>
    > </html>
    >
    > </TD>
    > </TR>
    > </TABLE>
    >
    > <TABLE bgColor=#3791c5
    > borderColor=#3791c5
    > borderColorDark=#3791c5
    > borderColorLight=#3791c5 cellPadding=0
    > cellSpacing=0 style="WIDTH: 145px;
    > HEIGHT: 6px">
    >
    > <TR>
    >
    > <TD></TD></TR></TABLE><BR></P></TD></TR></TABLE>
    > <DIV align=center>
    > <TABLE cellPadding=0 cellSpacing=0
    > style="WIDTH: 150px; HEIGHT: 170px">
    >
    > <TR vAlign=top>
    > <TD height=130>
    > <P align=center><IMG height=32 alt=""
    > src="resimler/duyuru.salo.jpg" width=147
    > border=0><BR>
    > <TABLE cellPadding=0 cellSpacing=0
    > height=198
    > style="WIDTH: 146px; HEIGHT: 150px"
    > border=1 borderColor=#169fcc
    > borderColorDark=#169fcc
    > borderColorLight=#169fcc frame=vsides>
    >
    > <TR>
    > <TD>
    >
    > <script language="JavaScript">
    > wireOpen();
    > </script>
    >
    > <script language="javascript">
    > <!--
    > function openWindow(lnk){
    > open
    > (lnk,"","height=400,width=500,scrollbars=no,resize =no,statu
    > s=no,menubar=no,toolbar=no,location=no,top=30,left =95")
    > }
    > // -->
    > </script>
    >
    > <center><a href="javascript:openWindow('haber_taslak.asp?
    > no=2 ')" class="red">DAK OTS test yayinina
    > baslamistir.
    > </a><br><br></center>
    >
    >
    > <script language="JavaScript">
    > wireClose();
    > </script>
    >
    >
    > </TD></TR></TABLE>
    > <TABLE bgColor=#3791c5
    > borderColor=#3791c5
    > borderColorDark=#3791c5
    > borderColorLight=#3791c5 cellPadding=0
    > cellSpacing=0 style="WIDTH: 147px;
    > HEIGHT: 5px">
    >
    > <TR>
    > <TD
    > bgColor=#3791c5></TD></TR></TABLE>
    > </TD></TR></TABLE>
    >
    > <TABLE align="center">
    > <TR><TD align="center" valign="top">
    > <IMG
    > alt=".:Ders Programı" src="resimler/ders_prog.salo.gif"
    > border=0 >
    > <TABLE cellPadding=0 cellSpacing=0
    > width="158" align="center">
    > <TR>
    > <TD align="center"><a
    > href="ogr_program_taslak.asp?ogrn_no=19980017 "
    > class="blue">DERS PROGRAMI</a></TD>
    > </TR>
    > </TABLE>
    >
    > </TD>
    > </TR>
    > </TABLE>
    >
    >
    > </td>
    > <TD align=middle bgColor=#ffffff height=400
    > vAlign=top
    > width="1%">
    > <TABLE border=0 cellPadding=0 cellSpacing=0
    > style="WIDTH: 1px; HEIGHT: 400px" width=3>
    >
    > <TR>
    > <TD bgColor=#cdcac7></TD></TR></TABLE></TD>
    > <TD align=middle height=400 vAlign=top
    > width="75%">
    > <TABLE border="0">
    >
    > <TR>
    > <TD><font face="Verdana" size="2">
    > Ögrenci Takip Sisteminin
    > Internet sitesine hoşgeldin GÜLSÜN.</font>
    > </TD>
    > </TR>
    > </TABLE>
    >
    > <TABLE border="0" cellPadding=1 cellSpacing=1
    > width="98%" height="200" style=" HEIGHT: 170px">
    >
    > <TR>
    > <TD width="86%" valign="top">
    > <TABLE border="0" style="WIDTH: 269px;
    > HEIGHT: 170px" width=275>
    >
    > <TR>
    > <TD width="90%">
    > <map
    > name="yardim">
    > <area
    > href="javascript:window_ogrenci
    > ('yardim/yardim_ogrenci.html')" shape="circle"
    > coords="253,30,10" alt="Yardım"></area>
    > </map>
    > <IMG
    > id="ogrenci" height=57 alt=".:Öğrenci Bilgileri"
    > src="resimler/ogrenci_on.salo.gif" width=265 border=0
    > usemap="#yardim"><BR>
    > <TABLE border=1
    > borderColor=#E79C08 cellPadding=0
    > cellSpacing=0 frame=vsides
    > rules=cols
    > style="WIDTH: 265px; HEIGHT:
    > 100px" width=265>
    >
    > <TR>
    > <TD>
    >
    > <TABLE>
    >
    > <TR>
    > <TD><font face="Verdana"
    > size="2">Ad&nbsp;Soyad:</FONT></TD>
    > <TD>
    >
    >
    >
    > <font face=Verdana size=2>GÜLSÜN&nbsp;SOLYALI
    > </font>
    > </TD></TR>
    > <TR>
    > <TD><FONT face=Verdana
    > size=2>
    >
    > Okul
    > No:</FONT></TD>
    > <TD><FONT face=Verdana
    > size=2>19980017
    > </FONT></TD></TR>
    > <TR>
    > <TD>
    > <FONT face=Verdana
    > size=2>Sınıf:
    > </FONT></TD>
    > <TD><FONT face=Verdana
    > size=2>5E SCIENCE
    >
    > </FONT></TD></TR></TABLE>&nbsp;<FONT color=#166698>
    > <FONT
    > color=#ffcc00 face="Arial Black"
    > size="1">&gt;&gt;&gt;</FONT>
    > <A class=yellow
    > href="ogrenci_taslak.asp" onmouseover="degis()"
    > onmouseout="degis2()">Ayrıntılı Bilgiler için
    > tıklayınız...</A>
    > <BR></FONT></TD></TR></TABLE>
    >
    > <IMG
    > height=17 src="resimler/aile_alt.salo.gif" width=265
    > border=0 ></TD></TR></TABLE>&nbsp; </TD>
    > <TD vAlign=top width="14%">&nbsp;</TD>
    > <TD vAlign=top width="14%">
    > <TABLE style="WIDTH: 286px; HEIGHT:
    > 170px" width=392 border="0">
    >
    > <TR>
    > <TD> <map name="devamk">
    > <area
    > href="javascript:window_devam('yardim/yardim_devam.html')"
    > shape="circle" coords="261,23,10"
    > alt="Yardım"></area></area>
    > </map>
    > <IMG id="devam"
    > height=57 alt=".:Devamsızlık Bilgileri"
    > src="resimler/devam_on.salo.gif" width=278 border=0
    > usemap="#devamk"><BR>
    > <TABLE border=1
    > borderColor=#BD0000 cellPadding=0
    > cellSpacing=0 frame=vsides
    > style="WIDTH: 278px; HEIGHT:
    > 100px" width=278>
    >
    > <TR><TD>
    >
    >
    > <table>
    >
    > <tr>
    >
    > <td>
    >
    > &nbsp;&nbsp;<font face=Verdana size=2>Günlük:</font>0
    > </td><td><font face="Verdana" size="2">saat
    > devamsızlık</font></td>
    >
    > </td>
    >
    > </tr>
    >
    > <tr>
    >
    > <td>
    >
    > &nbsp;&nbsp;<font face=Verdana size=2>Haftalık:</font>0
    > </td><td><font face="Verdana" size="2">saat
    > devamsızlık</font></td>
    >
    > </td>
    >
    > </tr>
    >
    > <tr>
    >
    > <td>
    >
    > &nbsp;<font face=Verdana size=2>
    > Toplam:0</font></td><td><font face="Verdana" size="2">saat
    > devamsızlık</font></td>
    >
    > </td>
    >
    > </tr>
    >
    > </table>
    >
    > <FONT face="Arial Black"
    > color=#cc0033 size="1">
    > &nbsp;&nbsp;<STRONG>&gt;&gt;&gt;</STRONG></FONT>
    >
    > <FONT face="Verdana" size="2"><a class="red"
    > href="devam_taslak_ogr.asp?ogrn_no=" onmouseover="degis3
    > ()" onmouseout="degis4()">
    >
    > Ayrıntılı Bilgiler için tıklayınız...</font>
    >
    >
    > </FONT></DIV></TD></TR></TABLE>
    >
    >
    > <IMG height=18 src="resimler/devam_alt.salo.gif"
    > width=278 border=0
    > ></TD></TR></TABLE></TD></TR></TABLE>
    > <TABLE
    > border=0 width="95%" style="WIDTH: 565px; HEIGHT: 200px">
    >
    > <TR vAlign=top>
    > <TD height=200>
    > <TABLE style="WIDTH: 292px; HEIGHT:
    > 170px" width=280 align="center">
    >
    > <TR>
    > <TD>
    > <map name="notk">
    > <area
    > href="javascript:window_not('yardim/yardim_not1.html')"
    > shape="circle" coords="412,25,10" alt="Yardım"></area>
    > </map>
    > <IMG height=55
    > alt=".:Sınav Notları" src="resimler/not_on.salo.gif"
    > width=429 border=0 id="notlar" usemap="#notk"><BR>
    > <TABLE border=1 borderColor=#39a539
    > cellPadding=0 cellSpacing=0 frame=vsides style="WIDTH:
    > 349px; HEIGHT: 60px" width=349 align="center">
    > <TR>
    > <TD align="center">
    > <div style="overflow:auto; width:420; height:50; scrollbar-
    > face-color: #F1FFF1; scrollbar-3d-light-color: #F0F8FF;">
    >
    > <!--karne basi-->
    > <!--karne sonu-->
    >
    > <a href="#" onmouseover="degis5()" onmouseout="degis6()"
    > class="green"><font face="verdana" size="2">Okul Sınavları
    > İstatistikleri.</font></a><br>
    > <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>
    > </TD>
    > </TR>
    > </TABLE>
    > <IMG style="WIDTH: 426px; HEIGHT: 14px" height=14
    > src="resimler/notlar_alt.salo.gif" width=426 border=0 >
    > </TD>
    > </TR>
    >
    > </TABLE></TD></TR></TABLE></TD></TR></TABLE></TD></
    > TR></TABLE>
    > <TABLE border=0
    > cellPadding=0 cellSpacing=0 style="WIDTH: 755px; HEIGHT:
    > 4px">
    >
    > <TR>
    > <TD bgColor="#2890F0"></TD></TR></TABLE>
    > </BODY>
    > </HTML>
    > ================================================== ======
    > ================================================== ======
    > ================================================== ======
    >
    >
    >
    >
    > >-----Original Message-----
    > >> may be you are right, it can be because of table tags
    > but
    > >> my friend uses windows 2000 and he can see web page. i'm
    > >> using windows 98. can it be because of that ?
    > >
    > >That's odd. I don't think IE is very picky when it comes
    > to tables, so
    > >that's probably not the problem. Can you show the code
    > that you see when
    > >you view source?
    > >
    > >
    > >.
    > >
    >
    >

    Bayram Guzer Guest

  8. #7

    Default Re: web browser does not show

    >>>Dave Anderson <GTSPXOESSGOQ@spammotel.com> wrote in message
    > 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=n o,directories=no,status=no
    ,menubar=no,scrollbars=no,resizable=no,top=100,lef t=410,
    width=370,height=200");
    76: }
    77: function window_devam(url)
    78: {
    79:
    link=window.open(url,"link","toolbar=no,location=n o,directories=no,status=no
    ,menubar=no,scrollbars=no,resizable=no,top=100,lef t=50,
    width=370,height=260");
    80: }
    81: function window_not(url)
    82: {
    83:
    link=window.open(url,"link","toolbar=no,location=n o,directories=no,status=no
    ,menubar=no,scrollbars=no,resizable=no,top=100,lef t=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>&nbsp;<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:openWindow('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=".:Ders 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&nbsp;Soyad:</FONT></TD>
    345: <TD>
    346:
    347: <font face=Verdana size=2>FATMA&nbsp;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>&nbsp;<FONT
    color="#166698">
    361: <FONT color="#ffcc00" face="Arial Black"
    size="1">&gt;&gt;&gt;</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>&nbsp; </TD>
    365: <TD vAlign=top width="14%">&nbsp;</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=".:Devamsı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: &nbsp;&nbsp;<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: &nbsp;&nbsp;<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: &nbsp;<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"> &nbsp;&nbsp;<STRONG>&gt;&gt;&gt;</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>
    ===========================================



    Bayram Guzer Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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