The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
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
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 916 build_postbit
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
/inc/functions_post.php 861 postParser->parse_message
/showthread.php 916 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GetSimple credits link
#7
How about setting the
Code:
rel="external"
then adding a little bit of java to do the rest:
Code:
function externalLinks() { if (!document.getElementsByTagName) return; var anchors = document.getElementsByTagName("a"); for (var i=0; i<anchors.length; i++) { var anchor = anchors[i]; if (anchor.getAttribute("href") && anchor.getAttribute("rel") == "external") anchor.target = "_blank"; } } window.onload = externalLinks;

Not sure how this will validate just saw it on a quick google search
JWH Technologies
Have any marketing ideas for Get-Simple? Let me hear them!
Reply


Messages In This Thread
GetSimple credits link - by jyoz22 - 2011-10-12, 16:52:09
GetSimple credits link - by JWH_Matthew - 2011-10-12, 22:13:21
GetSimple credits link - by ccagle8 - 2011-10-12, 22:30:41
GetSimple credits link - by n00dles101 - 2011-10-12, 23:33:20
GetSimple credits link - by JWH_Matthew - 2011-10-13, 04:09:13
GetSimple credits link - by n00dles101 - 2011-10-13, 04:35:02
GetSimple credits link - by JWH_Matthew - 2011-10-13, 12:52:32
GetSimple credits link - by Connie - 2011-10-13, 16:08:54
GetSimple credits link - by hameau - 2011-10-13, 21:14:08
GetSimple credits link - by JWH_Matthew - 2011-10-14, 04:14:38
GetSimple credits link - by ccagle8 - 2011-10-16, 01:36:27



Users browsing this thread: 2 Guest(s)