Re: Strange behaviour with Java script

  •  11-26-2005, 5:49 PM

    Re: Strange behaviour with Java script

    OK, here we go again. I past this in HTML mode:
     
      <script type="text/javascript"><!--
    google_ad_client = "pub-8037121247057075";
    google_ad_width = 468;
    google_ad_height = 60;
    google_ad_format = "468x60_as";
    google_ad_type = "text_image";
    google_ad_channel ="";
    google_color_border = "F7E2C7";
    google_color_bg = "F7E2C7";
    google_color_link = "993333";
    google_color_url = "CC9900";
    google_color_text = "000000";
    //--></script>
      <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
     
    </script>
     
    I click on normal view and click update. Then I go back and open the editor and look in HTML and this is what I get:
     
    <script type=text/javascript><!--
    google_ad_client = "pub-8037121247057075";
    google_ad_width = 468;
    google_ad_height = 60;
    google_ad_format = "468x60_as";
    google_ad_type = "text_image";
    google_ad_channel ="";
    google_color_border = "F7E2C7";
    google_color_bg = "F7E2C7";
    google_color_link = "993333";
    google_color_url = "CC9900";
    google_color_text = "000000";
    //--></script><script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type=text/javascript>
     
    </script><iframe tabIndex="-32768" name="google_ads_frame" marginWidth="0" marginHeight="0" src="http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-8037121247057075&dt=1133045200572&lmt=1133045200&format=468x60_as&output=html&url=http%3A%2F%2Fdnn32clean%2FHome%2Ftabid%2F36%2Fctl%2FEdit%2Fmid%2F347%2FDefault.aspx&color_bg=F7E2C7&color_text=000000&color_link=993333&color_url=CC9900&color_border=F7E2C7&ad_type=text_image&u_h=1050&u_w=1400&u_ah=1022&u_aw=1400&u_cd=32&u_tz=60&u_his=7&u_java=true" frameBorder="0" width="468" scrolling="no" height="60" allowTransparency="true"></iframe>

    It adds somekind of iframe and I don't know where that comes from. Adam, I am not a person that gets angry quickly but you keep telling me that it is fixed but it is NOT
View Complete Thread