|
|
|
|
|
|
|
|
|
|
|
#1 |
|
The Original Greenguy (Est'd 1996) & AVN HOF Member - I Crop Pics For Thumbs In My Sleep
|
cd34 wrote up this handy bit of code to open all external links in a new window/tabCode:
<script type="text/javascript">
<!--
var localdomain='link-o-rama.com';
var hrefs = document.getElementsByTagName("a");
for (var i=0, max=hrefs.length; i<max; i++) {
if (hrefs[i].href.indexOf(localdomain) == -1) {
hrefs[i].target='_blank';
}
};
// -->
</script>
![]() |
|
|
|
|
|
#2 | |
|
You can now put whatever you want in this space :)
Join Date: Oct 2010
Posts: 988
|
Excellent, thanks. I'll use it in meta tag like:
Quote:
__________________
A nice list of perfect pool hotels (hotels with pool) |
|
|
|
|
|
|
#3 |
|
Subversive filth of the hedonistic decadent West
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
|
CD isn't an it but he is the owner of colo-cation.
|
|
|
|
|
|
#4 |
|
You can now put whatever you want in this space :)
Join Date: Oct 2010
Posts: 988
|
Sorry, this construction comes from my native language. I'm seriously considering moving my stuff out there (the most tempting thing for me is unlimited amount of IP's).
__________________
A nice list of perfect pool hotels (hotels with pool) |
|
|
|
|
|
#5 | |
|
Progress rarely comes in buckets, it normally comes in teaspoons
Join Date: Jun 2005
Location: Dark Side Of Naboo
Posts: 1,289
|
Quote:
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|