Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion issue with noscript tag.
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
ShoreTel  
View profile  
 More options May 7 2008, 2:09 pm
From: ShoreTel
Date: Wed, 7 May 2008 11:09:45 -0700 (PDT)
Local: Wed, May 7 2008 2:09 pm
Subject: Re: issue with noscript tag.
Yes, XHTML is a more difficult nut to crack than the out-of-the-box
GWO code can cope with.

As an FYI, I'm running live experiments with the code (with some
improvements) as we speak and am getting good results.

Here's the latest code below, just paste it into your <head>:

<script type="text/javascript">
<!--
var _gwoKey = "XXXXXXXXX";
var _gwoUacct = "UA-XXXXXX-9";
// -->
</script>
<!-- This piece can be put in an external .js file -->
<script type="text/javascript">
<!--
function getCookie (cName) {
  var cIndx = document.cookie.indexOf(cName + "=");
  if (cIndx != -1) {
    var cEnd = document.cookie.indexOf(";", cIndx);
    if (cEnd == -1) cEnd = document.cookie.length;
    var result = document.cookie.substring(cIndx + cName.length + 1,
cEnd);
    return result;
  } else {
    return false;
  }

}

function startListening (obj,evnt,func) {
  if (obj.addEventListener) {
    obj.addEventListener(evnt,func,false);
  } else if (obj.attachEvent) {
    obj.attachEvent("on" + evnt,func);
  }

}

function _gwoVariationWriter () {
  if (typeof(utmx_global_vd) == "object") {
    for (var i in utmx_global_vd) {
      if (utmx_global_vd[i].index > 0 && document.getElementById(i) &&
typeof(document.getElementById(i).innerHTML) == "string") {
        document.getElementById(i).innerHTML =
utmx_global_vd[i].contents;
      }
    }
  }
  if (typeof(_gat) == "object") {
    var gwoTracker = _gat._getTracker(_gwoUacct);
    gwoTracker._trackPageview("/" + _gwoKey + "/test");
  } else if (typeof(urchinTracker) == "function") {
    var _oldUacct = _uacct;
    _uacct = _gwoUacct;
    urchinTracker("/" + _gwoKey + "/test");
    _uacct = _oldUacct;
  }

}

function _gwoLoader () {
  var x = getCookie("__utmx")
  var xx = getCookie("__utmxx")
  var h = escape(location.hash.substr(1));
  var _gwo = document.createElement('script');
  _gwo.type = "text/javascript";
  _gwo.src =
    "http://www.google-analytics.com/siteopt.js?v=1" +
    "&utmxkey=" + _gwoKey +
    "&utmx=" + (x?x:'') +
    "&utmxx=" + (xx?xx:'') +
    "&utmxtime=" + new Date().valueOf() +
    (h ? "&utmxhash=" +h : "");
  document.getElementsByTagName('head')[0].appendChild(_gwo);
  startListening(window,"load", _gwoVariationWriter);

}

if (typeof(_gwoKey) == "string") _gwoLoader();
//-->
</script>

On May 7, 8:44 am, "[email address]" wrote:

> ShoreTel posted a XHTML compliant solution a while back:

> http://groups.google.com/group/gwo_archive/browse_thread/thread/6d1af...

> Ophirwww.prusak.com

> On May 6, 8:35 pm, swamy wrote:

> > Hi all,

> > I am using the multi variates. I enabled proxy_html_module in apache
> > enabled for my website.I am using XHTML. If I use the </noscript>
> > immediate next to the section,  it was suppressed. If I use the
> > alternate way, using <script>document.write('</nosc'+'ript>')</script>
> > the content after this line is not be visible. and its placing </
> > noscript> tag is at the end of the page. please look into the below
> > link:http://www.pickupflowers.com/send-flowers-to-usa#utmxid=EAAAAO25E9VnW...

> > How I can fix this problem, Please help me. Thanks in advance.

> > kumaraswamy.N
> > [email address]


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.