Quote Originally Posted by mlstomer View Post
Sorry Acorn did not work for me, I put the following in the Link Address:

javascript:window.open('http://www.sluhosting.com'',"_blank");

but notice it is adding spaces and coming out like this:

javascript:window.open(%27http://www.sluhosting.com%27%27,%22_blank%22);

Thank you
Bacause you entered a single, quote, two single quotes and then a pair of double quotes correctly: it should be - javascript:window.open("http://www.sluhosting.com","_blank");

Acorn