The following warnings occurred:
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
javascript not working in IE6 only - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Scripts & Components (http://get-simple.info/forums/forumdisplay.php?fid=11)
+--- Thread: javascript not working in IE6 only (/showthread.php?tid=178)



javascript not working in IE6 only - pixelita - 2009-10-16

I've put a javascript-based Twitter badge on a client's web site. It looks fine in Opera 9.6 and Firefox 3. It won't run in IE6, however. Is this yet another limitation of IE? Here's the site:

http://www.guswortham.info

Here's the code (which I have implemented as a component in GS, BTW):

Code:
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
<script>
new TWTR.Widget({
  version: 2,
  type: 'profile',
  rpp: 4,
  interval: 6000,
  width: 180,
  height: 200,
  theme: {
    shell: {
      background: '#eeeeee',
      color: '#004000'
    },
    tweets: {
      background: '#84a584',
      color: '#000000',
      links: '#ffffff'
    }
  },
  features: {
    scrollbar: false,
    loop: false,
    live: true,
    hashtags: true,
    timestamp: true,
    avatars: false,
    behavior: 'all'
  }
}).render().setUser('fogw').start();
</script>



javascript not working in IE6 only - ccagle8 - 2009-10-16

When you do a 'view source' on the page in ie6, does it look alright?


javascript not working in IE6 only - pixelita - 2009-10-16

I haven't touched it, been away from my office all night and now I check it and mysteriously, it's fine. Don't know if I can chalk that up to the weird version of IE6 we are running here at the law office (night job) or what. But when I view source, all the code is present and accounted for.