Page 1 of 2 12 LastLast
Results 1 to 15 of 25

Thread: Syntax error?

  1. #1
    maxpower
    Guest

    Syntax error?

    What is a “Syntax error” I looked at the page and its loading, and working right, but in IE only I get a Syntax error “line 2” “char 1” “code 0” anyone have a idea how I can get rid of this? :cry:


  2. #2
    Life is a dick and when it´s get hard---just fuck it... DEVELISH's Avatar
    Join Date
    Jul 2005
    Posts
    2,367
    Quote Originally Posted by maxpower
    What is a “Syntax error” I looked at the page and its loading, and working right, but in IE only I get a Syntax error “line 2” “char 1” “code 0” anyone have a idea how I can get rid of this? :cry:
    Syntax Error means you have an error in your syntax - might be a spelling mistake or some weird coding error.

    All you have to do is clear that error on line 2, char 1, code 0 and you are set...

    Or you can cut and paste the the stuff it complains about - a few lines above and beneith the error - remote debugging is a pain in the butt and my crystal ball in in the shoppe for some overhaul.


  3. #3
    maxpower
    Guest
    So you think this will be easy to fix? Its just that I have another 2 pages to do that will probably have the same error and I really this its best to get them all fixed at one time, but if ya want I can PM you the page. I would post in public but I am not sure about doing that yet.


  4. #4
    maxpower
    Guest
    I do assume the problem is at the bottom of this coed, but I really can not see anything wrong with it

    <html><head><title>Barely Legal Guys</title>
    <meta name="revisit-after" content="5 days">
    <meta name="robots" content="ALL, FOLLOW">
    <meta name="rating" content="General">
    <meta name="language" content="en-us">
    <meta name="use" content="communications">
    <meta name="objecttype" content="Document">
    <meta name="resource-type" content="document">
    <meta name="distribution" content="global">
    <meta name="page-topic" content="internet" >
    <meta name="allow-search" content="yes">
    <meta name="type" content="long distance">
    <meta name="keywords" content="few keywords">
    <meta name="copyright" content="Copyright Barely Legal Guys">
    <meta name="classification" content="Site">
    <meta name="Creator" content="www.blueflyadult.com">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link type="text/css" rel="stylesheet" href="s/style.css"/>

    <script language="JavaScript">
    browser_name = navigator.appName;
    browser_version = parseFloat(navigator.appVersion);
    if (browser_name == "Netscape" && browser_version >= 3.0) { roll = 'true'; }
    else if (browser_name == "Microsoft Internet Explorer" && browser_version >= 3.0) {
    roll = 'true'; }
    else { roll = 'false'; }
    function over(img,ref) { if (roll == 'true') { document.images[img].src = ref; } }
    function out(img,ref) { if (roll == 'true') { document.images[img].src = ref; } }
    if (roll == 'true') {
    members_top = new Image; members_top.src = "i/pic01_.gif";
    nexttour_top = new Image; nexttour_top.src = "i/pic03_.gif";
    members_bottom = new Image; members_bottom.src = "i/pic05_.gif";
    nexttour_bottom = new Image; nexttour_bottom.src = "i/pic06_.gif";
    }
    </script>

    <script language="JavaScript" fptype="dynamicanimation">
    <!--
    function dynAnimation() {}
    function clickSwapImg() {}
    //-->
    </script>
    <script language="JavaScript1.2" fptype="dynamicanimation" src="animate.js">
    </script>

    </head>
    <body bgcolor=#0063FB leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onload="dynAnimation()">

    <table cellpadding="0" cellspacing="0" border="0" align="center">
    <tr>
    <td>


  5. #5
    Life is a dick and when it´s get hard---just fuck it... DEVELISH's Avatar
    Join Date
    Jul 2005
    Posts
    2,367
    Quote Originally Posted by maxpower
    <body bgcolor=#0063FB leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onload="dynAnimation()">

    <table cellpadding="0" cellspacing="0" border="0" align="center">
    <tr>
    <td>

    if this is the full text try to add the following lines

    Code:
    </td></tr></table>
    </body>
    </html>
    DEVLEISH


  6. #6
    maxpower
    Guest
    Thax man, but that was not the full text I will post it now but its pretty long

    <html><head><title>Barely Legal Guys</title>
    <meta name="revisit-after" content="5 days">
    <meta name="robots" content="ALL, FOLLOW">
    <meta name="rating" content="General">
    <meta name="language" content="en-us">
    <meta name="use" content="communications">
    <meta name="objecttype" content="Document">
    <meta name="resource-type" content="document">
    <meta name="distribution" content="global">
    <meta name="page-topic" content="internet" >
    <meta name="allow-search" content="yes">
    <meta name="type" content="long distance">
    <meta name="keywords" content="few keywords">
    <meta name="copyright" content="Copyright Barely Legal Guys">
    <meta name="classification" content="Site">
    <meta name="Creator" content="www.blueflyadult.com">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link type="text/css" rel="stylesheet" href="s/style.css"/>

    <script language="JavaScript">
    browser_name = navigator.appName;
    browser_version = parseFloat(navigator.appVersion);
    if (browser_name == "Netscape" && browser_version >= 3.0) { roll = 'true'; }
    else if (browser_name == "Microsoft Internet Explorer" && browser_version >= 3.0) {
    roll = 'true'; }
    else { roll = 'false'; }
    function over(img,ref) { if (roll == 'true') { document.images[img].src = ref; } }
    function out(img,ref) { if (roll == 'true') { document.images[img].src = ref; } }
    if (roll == 'true') {
    members_top = new Image; members_top.src = "i/pic01_.gif";
    nexttour_top = new Image; nexttour_top.src = "i/pic03_.gif";
    members_bottom = new Image; members_bottom.src = "i/pic05_.gif";
    nexttour_bottom = new Image; nexttour_bottom.src = "i/pic06_.gif";
    }
    </script>

    <script language="JavaScript" fptype="dynamicanimation">
    <!--
    function dynAnimation() {}
    function clickSwapImg() {}
    //-->
    </script>
    <script language="JavaScript1.2" fptype="dynamicanimation" src="animate.js">
    </script>

    </head>
    <body bgcolor=#0063FB leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onload="dynAnimation()">

    <table cellpadding="0" cellspacing="0" border="0" align="center">
    <tr>
    <td>

    <!-- Flash logo -->
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="398" height="167" id="logo_tour1" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="i/logo.swf" />
    <param name="menu" value="false" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#0033ff" />
    <embed src="i/logo.swf" menu="false" quality="high" bgcolor="#0033ff" width="398" height="167" name="logo_tour1" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
    <!-- / Flash logo -->

    </td>
    <td><img border="0" src="images/xxxxxdwg_02.jpg" width="402" height="167"></td>
    </tr>
    </table>

    <table cellpadding="0" cellspacing="0" border="0" align="center">
    <tr>
    <td><img border="0" src="images/xxxxx_03.jpg" width="800" height="97"></td>
    </tr>
    </table>

    <table cellpadding="0" cellspacing="0" border="0" align="center" width="800" height="40" background="i/img04.jpg">
    <tr>
    <td width="339">
    <img border="0" src="images/xxxxx_04.jpg" width="225" height="48"></td>
    <td valign="top" width="203">
    <a onmouseover="document['fpAnimswapImgFP12'].imgRolln=document['fpAnimswapImgFP12'].src;document['fpAnimswapImgFP12'].src=document['fpAnimswapImgFP12'].lowsrc;" onmouseout="document['fpAnimswapImgFP12'].src=document['fpAnimswapImgFP12'].imgRolln" href="http://barelylegalguys.com/tour1.html">
    <img border="0" src="images/new_logo1bfrt_05.jpg" id="fpAnimswapImgFP12" name="fpAnimswapImgFP12" dynamicanimation="fpAnimswapImgFP12" lowsrc="images/new_logo1bbd_05members.gif" width="181" height="48"></a></td>
    <td valign="top" width="70">
    <a onmouseover="document['fpAnimswapImgFP13'].imgRolln=document['fpAnimswapImgFP13'].src;document['fpAnimswapImgFP13'].src=document['fpAnimswapImgFP13'].lowsrc;" onmouseout="document['fpAnimswapImgFP13'].src=document['fpAnimswapImgFP13'].imgRolln" href="http://barelylegalguys.com/tour1.html">
    <img border="0" src="images/new_logo1bfrt_06.jpg" id="fpAnimswapImgFP13" name="fpAnimswapImgFP13" dynamicanimation="fpAnimswapImgFP13" lowsrc="images/new_logo1bbd_06join.gif" width="192" height="48"></a></td>
    <td width="188">
    <a onmouseover="document['fpAnimswapImgFP14'].imgRolln=document['fpAnimswapImgFP14'].src;document['fpAnimswapImgFP14'].src=document['fpAnimswapImgFP14'].lowsrc;" onmouseout="document['fpAnimswapImgFP14'].src=document['fpAnimswapImgFP14'].imgRolln" href="http://barelylegalguys.com/tour1.html">
    <img border="0" src="images/xxxxx_07.jpg" id="fpAnimswapImgFP14" name="fpAnimswapImgFP14" dynamicanimation="fpAnimswapImgFP14" lowsrc="images/new_logo1bbd_07tour.gif" width="202" height="48"></a></td>
    </tr>
    </table>

    <table cellpadding="0" cellspacing="0" border="0" align="center">
    <tr>
    <td><img border="0" src="images/xxxxx_08.jpg" width="800" height="96"></td>
    </tr>
    </table>

    <table cellpadding="0" cellspacing="0" border="0" align="center">
    <tr>
    <td><img border="0" src="images/xxxxxd_09.jpg" width="230" height="138"></td>
    <td>
    <!-- Photo Samples -->
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="348" height="138" id="middle1" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="i/middle1.swf" />
    <param name="menu" value="false" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#0033ff" />
    <embed src="i/middle1.swf" menu="false" quality="high" bgcolor="#0033ff" width="348" height="138" name="middle1" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
    <!-- / Photo Samples -->

    </td>
    <td><img src="i/img08.jpg" width="222" height="138"></td>
    </tr>
    </table>

    <table cellpadding="0" cellspacing="0" border="0" align="center">
    <tr>
    <td><img src="i/img09.jpg" width="400" height="359"></td>
    <td><img src="i/img10.jpg" width="400" height="359"></td>
    </tr>
    </table>

    <table cellpadding="0" cellspacing="0" border="0" align="center">
    <tr>
    <td><img src="i/img11.jpg" width="286" height="163"></td>
    <td>
    <!-- Flash Movie Sample #1 -->
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="200" height="163" id="movie1" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="i/movie1.swf" />
    <param name="menu" value="false" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#002085" />
    <embed src="i/movie1.swf" menu="false" quality="high" bgcolor="#002085" width="200" height="163" name="movie1" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
    <!-- / Flash Movie Sample #1 -->
    </td>
    <td><img src="i/img13.jpg" width="314" height="163"></td>
    </tr>
    </table>

    <table cellpadding="0" cellspacing="0" border="0" align="center" width="800" height="63" background="i/img14.jpg">
    <tr>
    <td valign="top">
    <img border="0" src="images/xxxxx_18.jpg" width="286" height="137"></td>
    <td valign="top">
    <img border="0" src="images/xxxxx_19.jpg" width="200" height="137"></td>
    <td width="313" valign="top">
    <img border="0" src="images/xxxxx_20.jpg" width="314" height="137"></td>
    </tr>
    </table>

    <table cellpadding="0" cellspacing="0" border="0" align="center">
    <tr>
    <td><img src="i/img15.jpg" width="800" height="18"></td>
    </tr>
    </table>

    <p align="center" style="margin-top: 0; margin-bottom: 0">
    &nbsp;</p>
    <div align="center">
    <center>
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="664" height="44">
    <tr>
    <td width="226" height="44" align="center">
    <a onmouseover="document['fpAnimswapImgFP8'].imgRolln=document['fpAnimswapImgFP8'].src;document['fpAnimswapImgFP8'].src=document['fpAnimswapImgFP8'].lowsrc;" onmouseout="document['fpAnimswapImgFP8'].src=document['fpAnimswapImgFP8'].imgRolln" href="javascript:void(0)">
    <img border="0" src="images/membersclick01.gif" id="fpAnimswapImgFP8" name="fpAnimswapImgFP8" dynamicanimation="fpAnimswapImgFP8" lowsrc="images/membersclick02b.gif" width="218" height="46"></a></td>
    <td width="26" height="44" align="center">
    <img border="0" src="images/dotme3.gif" width="16" height="46"></td>
    <td width="219" height="44" align="center">
    <img border="0" src="images/joinbutton.gif" width="212" height="46"></td>
    <td width="27" height="44" align="center">
    <img border="0" src="images/dotme3.gif" width="16" height="46"></td>
    <td width="192" height="44" align="center">
    <a onmouseover="document['fpAnimswapImgFP16'].imgRolln=document['fpAnimswapImgFP16'].src;document['fpAnimswapImgFP16'].src=document['fpAnimswapImgFP16'].lowsrc;" onmouseout="document['fpAnimswapImgFP16'].src=document['fpAnimswapImgFP16'].imgRolln" href="javascript:void(0)">
    <img border="0" src="images/tourclick01.gif" id="fpAnimswapImgFP16" name="fpAnimswapImgFP16" dynamicanimation="fpAnimswapImgFP16" lowsrc="images/tourclick02b.gif" width="191" height="46"></a></td>
    </tr>
    </table>
    </center>
    </div>

    <p align="center" style="margin-top: 0; margin-bottom: 0">
    &nbsp;</p>
    <div align="center">
    <center>
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="97" height="41">
    <tr>
    <td width="97" height="12">
    <img border="0" src="images/xxxxxd_26.jpg" width="799" height="365"></td>
    </tr>
    <tr>
    <td width="97" height="6">
    <img border="0" src="images/xxxxxd_26.jpg" width="799" height="365"></td>
    </tr>
    <tr>
    <td width="97" height="7"></td>
    </tr>
    </table>

    <p align="center" style="margin-top: 0; margin-bottom: 0">
    &nbsp;</p>
    <div align="center">
    <center>
    <div align="center">
    <center>
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="663" height="44">
    <tr>
    <td width="226" height="44" align="center">
    <a onmouseover="document['fpAnimswapImgFP10'].imgRolln=document['fpAnimswapImgFP10'].src;document['fpAnimswapImgFP10'].src=document['fpAnimswapImgFP10'].lowsrc;" onmouseout="document['fpAnimswapImgFP10'].src=document['fpAnimswapImgFP10'].imgRolln" href="javascript:void(0)">
    <img border="0" src="images/membersclick01.gif" id="fpAnimswapImgFP10" name="fpAnimswapImgFP10" dynamicanimation="fpAnimswapImgFP10" lowsrc="images/membersclick02b.gif" width="218" height="46"></a></td>
    <td width="26" height="44" align="center">
    <img border="0" src="images/dotme3.gif" width="16" height="46"></td>
    <td width="219" height="44" align="center">
    <img border="0" src="images/joinbutton.gif" width="212" height="46"></td>
    <td width="27" height="44" align="center">
    <img border="0" src="images/dotme3.gif" width="16" height="46"></td>
    <td width="190" height="44" align="center">
    <a onmouseover="document['fpAnimswapImgFP11'].imgRolln=document['fpAnimswapImgFP11'].src;document['fpAnimswapImgFP11'].src=document['fpAnimswapImgFP11'].lowsrc;" onmouseout="document['fpAnimswapImgFP11'].src=document['fpAnimswapImgFP11'].imgRolln" href="javascript:void(0)">
    <img border="0" src="images/tourclick01.gif" id="fpAnimswapImgFP11" name="fpAnimswapImgFP11" dynamicanimation="fpAnimswapImgFP11" lowsrc="images/tourclick02b.gif" width="191" height="46"></a></td>
    </tr>
    </table>
    </center>
    </div>

    <p align="center" style="margin-top: 0; ">
    &nbsp;</p>
    </center>
    </div>
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="97" height="41">
    </table>
    </center>
    </div>
    <table cellSpacing="0" cellPadding="0" align="center" border="0">
    <tr>
    <td align="middle" width="800"><font color="#FFFFFF"><a class="text1">Warning: This Site
    Contains Sexually Explicit Content. <br>
    If You Are Not An Adult Of At Least 18 Years Of Age Or Older.
    <span style="TEXT-DECORATION: underline">Do not enter.</span> <br>
    Copyright 2006. All Rights Reserved. </a>
    </font>
    <div style="FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: Tahoma">
    <a class="links" href="#"><font color="#FFFFFF">Webmasters </font> </a>|
    <a class="links" href="#"><font color="#FFFFFF">Contact us </font> </a>|
    <a class="links" href="#"><font color="#FFFFFF">Notice </font> </a>| <a class="links" href="#">
    <font color="#FFFFFF">18 U.S.C. Section 2257 </font> </a>
    </div>
    </td>
    </tr>
    </table>
    <p style="margin-top: 0">&nbsp;</p>

    </body></html>


  7. #7
    maxpower
    Guest
    Its really long I know, just for the life of me I can not find this stupid problem, its not like something on the page is not working right if it was it would be much easier for me to find.


  8. #8
    Life is a dick and when it´s get hard---just fuck it... DEVELISH's Avatar
    Join Date
    Jul 2005
    Posts
    2,367
    I am using FF 1.5 and IE 7 Beta - and can not find an error - only HTML validation warnings


  9. #9
    maxpower
    Guest
    Quote Originally Posted by DEVELISH
    I am using FF 1.5 and IE 7 Beta - and can not find an error - only HTML validation warnings

    Well I only have the problem with IE 6.0 ? I will PM you the real URL so you can see, but it works with FF and everything else not sure what the problem is with this or I would not ask.


    Its weird though if I refresh the page the error gone away, until I try to open it in a new window.


  10. #10
    Paco
    Guest
    Quote Originally Posted by DEVELISH
    if this is the full text try to add the following lines
    Code:
    </td></tr></table>
    </body>
    </html>
    DEVLEISH
    Damn you, :develish: - now I must go home, to change my pantaloons, because you, once again, made me pee in 'em.


  11. #11
    maxpower
    Guest
    Quote Originally Posted by Paco
    Damn you, :develish: - now I must go home, to change my pantaloons, because you, once again, made me pee in 'em.

    Ya that does nothing but add a table to the page, and it has all the rest of that. Do you know what the problem is man?


  12. #12
    maxpower
    Guest
    Well I did track down the problem, now all I have to do it fix it LOL, the problem was my mouse-over script. I will contact my designers and try to get them to fix this for me, should be easy for them, unless one of you can spot the confection in my mouse over script and the page.


  13. #13
    maxpower
    Guest
    Never mind you guys don’t waste you time I got it, “guess that’s why I make the big bucks LOL” was a bit tricky but I broke it all apart and found the confection.


  14. #14
    abostonboy
    Guest
    What does confection mean?


  15. #15
    Paco
    Guest
    Quote Originally Posted by abostonboy
    What does confection mean?
    the act of preserving or to prepare.

    Although I am more certain him are reefering to 'em candy coated almonds that peeps huck at the married couple.


Posting Permissions

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