Web Analytics Made Easy -
StatCounter can i get some help please - CodingForum

Announcement

Collapse
No announcement yet.

can i get some help please

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • can i get some help please

    This is annoying me. I'm editing this stuff in cute FTP, just messing around with it, and now I have it back in it's origional condition and all I get is a white screen...what have I missed?

    <html>
    <head>
    </head>
    <body>



    <script language="JavaScript">defaultStatus="Demerit 7 - Home";

    <title>Demerit 7</title>

    <frameset cols="375,*" border=0 frameborder="0">

    <frameset rows="550,*" border=0 frameborder="0">

    <frame src="moneyshot.html" scrolling="no">

    <frame src="main.html">

    </frameset>

    <frame src="menu.html" scrolling="no">

    </frameset>

    </body>
    </html>
    Last edited by brothercake; Feb 13, 2004, 10:28 AM.

  • #2
    HTML errors

    - <title shouldn't be inside the <body>
    - I don't see what kind of javascript you indend to use. The tag it is not closed (there is no </script>) Even so, as there is no function set up there, the javascript code lines are useless. What you intend to do, anyway?
    KOR
    Offshore programming
    -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

    Comment


    • #3
      thanks man I just closed that stuff you were talking about, I dunno what I was doing in the first place
      Last edited by brothercake; Feb 13, 2004, 10:27 AM.

      Comment


      • #4
        TQofD7 can you watch your language please. I know that most of it gets starred out, but that's not the point - it still has impact.
        "Why bother with accessibility? ... Because deep down you know that the web is attractive to people who aren't exactly like you." - Joe Clark

        Comment

        Working...
        X