I am sorry, I have tried looking at the aforementioned pages, and I am not making any head way, it is likely my own ignorance.
Are you saying that I am not setting the header correctly with the User Agent so am I a not getting the page? i.e. this javascript on the page:
<script>(function() {var scriptTag = document.createElement('script');
+
scriptTag.type = 'text/javascript';scriptTag.async = true;
scriptTag.src = '//cdn.optimizely.com/js/204774041.js';
var head = document.getElementsByTagName('head')[0];
head.parentNode.insertBefore(scriptTag, head);
})();function optimizelyTimeout() {
window.optimizely = window.optimizely|| [];
if(!window.optimizely.data) {
window.optimizely.push("timeout"); } }
setTimeout(optimizelyTimeout, 1000); </script>
Sorry for the stupid questions, hoping that if I can get a nudge in the right direction, perhaps a bit more than just search for the right term and you will get the answers. Maybe if you could help show me the right ideas that I should be searching for.
Thank you in advance.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.