::Need a solution ::plz count it..

Discussion in 'HTML & Website Design' started by omar_391, May 5, 2009.

  1. #1
    plz see this code...dont have a clue whats the problem..

    <html>
    <head>
    <TITLE>Download </TITLE>
    bla bla....
    </head>
    <body>
    <!---adsense code--->
    <script type="text/javascript"><!--
    google_ad_client = "pub-9146078537063606";
    /* 728x90, created 5/4/09 */
    google_ad_slot = "7719022877";
    google_ad_width = 728;
    google_ad_height = 90;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>

    <!---tracking code--->
    <script language="Javascript" src="http://gd.geobytes.com/Gd?after=-1"></script>
    <script language="javascript">
    var s1Locations="US,UK";
    var s2Locations="CA,DE,FR,ES,IT,AT,RU,PT,GR,NL,CH,SE,FI,NO,DK,PL,UA,CZ,TR,BR,MX,AR";


    var sCountryCode=sGeobytesLocationCode.substring(0,2);

    if(s1Locations.indexOf(sCountryCode)>=0)
    {

    document.write('<iframe width="100%" height="795" scrolling="no" src=some.html</frame>');
    }else if(s2Locations.indexOf(sCountryCode)>=0)
    {

    document.write('<iframe width="100%" height="1410" scrolling="no" src=some.html></frame>');
    }else
    {

    document.write('<iframe width="100%" height="1065" scrolling="no" src=some.html></frame>');
    }

    </script>

    <!---bellow this portion doesnt load---->


    <!---adsense code--->
    <script type="text/javascript"><!--
    google_ad_client = "pub-9146078537063606";
    /* 728x90, created 5/4/09 */
    google_ad_slot = "4901093199";
    google_ad_width = 728;
    google_ad_height = 90;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>

    <iframe width="100%" height="120" allowtransparency="false" frameborder="0" hspace="0" vspace="0" marginheight="0" marginwidth="0" scrolling="no" src="http://static.totalh.com/stat.html"></iframe>
    </body>
    </html>



    would anyone have some suggestion..whats happening? :?:

    p/s: i tried it using <div></div> on each portion but yet it wastnt working..?! is there any problem in blue portion..or something?
     
    omar_391, May 5, 2009 IP