Ah, I see, the demo page neglects to clearly tell that you have to edit the excludedomains property in ddwindowlinks.js.
Again using NotePad or similar, change (from the top of the file):
Code:
//Open offsite links in new window script- http://www.dynamicdrive.com/
//Created: August 28th, 2007'
var ddwindowlinks={
//1)Enter domains to be EXCLUDED from opening in new window:
excludedomains: ["dynamicdrive.com", "google.com"],
//2) Target for links that sho . . .
to:
Code:
//Open offsite links in new window script- http://www.dynamicdrive.com/
//Created: August 28th, 2007'
var ddwindowlinks={
//1)Enter domains to be EXCLUDED from opening in new window:
excludedomains: ["miketosetto.com"],
//2) Target for links that sho . . .
Save and use that file.
The browser cache may need to be cleared and/or the page refreshed to see changes.
Bookmarks