Hi,
Can anyone see why the following code is not causing my url top open up in a new window, i.e:
$(location).attr({
href: toLoad,
target: "_blank"
});
where toLoad is my url.
Looking at the view source, all seems fine and basically looks like:
<a target="_blank" title="" href="http://......etc">ccc</a>
Any ideas what I could be doing wrong?
Thanks.