Greenguy's Board


Go Back   Greenguy's Board > General Business Knowledge
Register FAQ Calendar Today's Posts

View Poll Results: Links Opening In New Windows
Yes, allow them on external/offsite links 22 88.00%
No, keep the existing rule in place 3 12.00%
Voters: 25. You may not vote on this poll

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2012-05-30, 02:16 PM   #1
Greenguy
The Original Greenguy (Est'd 1996) & AVN HOF Member - I Crop Pics For Thumbs In My Sleep
 
Greenguy's Avatar
 
Join Date: Feb 2003
Location: Blasdell, NY (shithole suburb south of Buffalo)
Posts: 41,929
Send a message via ICQ to Greenguy
I've given this much thought (once I realized that I forgot about this thread) and this morning I asked the extremely knowledgeable cd34 if he had a way to easily open all external links in a new window without having to add target="_blank" to all the links. A short time later, he came up with this:

http://devel.mia.colo-cation.com/greenie/

The code that you have to add inside the <body> is this:
Code:
<script type="text/javascript">
<!--
var localdomain='yourdomain.com'.toLowerCase();
var hrefs = document.getElementsByTagName("a");
for (var i=0, max=hrefs.length; i<max; i++) {
  if (hrefs[i].href.toLowerCase().indexOf(localdomain) == -1) {
    hrefs[i].target='_blank';
  }
};
// -->
</script>
Just swap out yourdomain.com for, what else, your domain

I'm gonna try it out on Sunshine Lesbians for a couple days & see how it goes before I implement it on LOR and the rest of the sites.

So I thought I'd post it in case anyone else wanted to try it on their sites.

...and a big THANK YOU!!! to cd34 for writing this code for me (probably from memory lol)
__________________

Promote POV Porn Cash By Building & Submitting Galleries to the Porn Luv Network
Greenguy is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:03 AM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc