Closed Thread
Results 1 to 6 of 6

Thread: Please review & guide me

  1. #1
    Member Peter65 is an unknown quantity at this point
    Join Date
    Jan 2001
    Location
    India
    Posts
    92

    Please review & guide me

    This is my first website I designed. I have used only php's include() function and included html or .php pages inside. It works fine with IE6 and Netscape. But some of my friends who use IE5 or IE5.5 complaints, they get some specific line error or ')' missing error. I check the file, but I don't find anything except few htmp </td> tags.

    Can someone guide me to get rid of this error?

    Thanks

  2. #2
    FWS Addict Hobo is a jewel in the roughHobo is a jewel in the rough Hobo's Avatar
    Join Date
    Jun 2002
    Posts
    976
    maybe try the wedesign/html forum
    "I'm Sparticus"
    -Blank Verse

  3. #3
    Pro Member carlito is an unknown quantity at this point carlito's Avatar
    Join Date
    Apr 2002
    Location
    Melbourne, Australia
    Posts
    436
    URL maybe?
    ____
    ___
    __
    _

  4. #4
    Senior Member Salam is an unknown quantity at this point
    Join Date
    Aug 2002
    Location
    Tehran/IRAN
    Posts
    141

    Re: Please review & guide me

    Originally posted by Peter65
    This is my first website I designed. I have used only php's include() function and included html or .php pages inside.
    ...
    First of all, in line 6 & 7 you must close the meta tags .
    You are merging many html files in 1 file , and all of htmls have
    their own <html><head> & ... .
    Make a header file for <html><head> & ...
    and another file for footer (...</body></html> )
    and delete this parts from other files .

    (http://www.abudhabicme.com/new/intro.php ?)

  5. #5
    Member Peter65 is an unknown quantity at this point
    Join Date
    Jan 2001
    Location
    India
    Posts
    92

    Re: Re: Please review & guide me

    Originally posted by Salam

    First of all, in line 6 & 7 you must close the meta tags .
    You are merging many html files in 1 file , and all of htmls have
    their own <html><head> & ... .
    Make a header file for <html><head> & ...
    and another file for footer (...</body></html> )
    and delete this parts from other files .

    (http://www.abudhabicme.com/new/intro.php ?)
    Thanks a lot salam.

    It was mainly becos of my stupid mistake of not closing the meta tags.

    I also realized that too many <body> & <html> comes in by ways of include() function. I rectified it and it loads faster than before.

    I think I still have some problem, because I have added two functions in onLoad, don't know whether it is acceptable.

  6. #6
    Senior Member Salam is an unknown quantity at this point
    Join Date
    Aug 2002
    Location
    Tehran/IRAN
    Posts
    141
    You are using forbidden characters in names :

    function MM_preloadhttp://www.abudhabicme.com/new/images() { //v3.0
    var d=document; if (d.http://www.abudhabicme.com/new/images ){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadhttp://www.abudhabicme.com/new/images.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    }
    .
    .
    .
    <body ...
    onLoad="MM_preloadhttp://www.abudhabicme.com/new/images ...>

Closed Thread

Bookmarks

Posting Permissions

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