- Create Account

Target _blank

Forums > DHTML Scroller > Target _blank
Author
Message

1) Charlot Group: Guests
IP: 70.81.--.--
Hello,

Thanks for this great script, it is most useful.

I hovever had a problem to link to target="_blank" with firefox. This problem do not happen with IE. Every link opened from the scroller cannot open in another window. Am I the first one to notice this or am I doing something wrong?

I am just making a simple <a target="_blank"></a> into the scroller...

2) Angus Turnbull Group: Moderators
Posts: 4042 Joined: 7 Dec 2003 Location: New Zealand IP: 125.238.--.--
I haven't touched the scroller script in ages :). As a quick workaround try this:

<a href="file.html" onclick="window.open(this.href); return false">

Good luck - Angus.

3) Charlot Group: Guests
IP: 70.81.--.--
I did what you suggested. Thanks a lot, you are the best. However, for a reason that I did not understand, it did not work unless I do:

<a href="javascript:window.open('URL','windowname')" targ et="windowname">
I don't know why, but that's how it worked...

I made a donation to you for your wonderful job.

Post a Reply:

You are not logged in, and will be posting anonymously as a guest. If you want to post using an account, please login at the top of this page.