- dta
- Flag Newbie
Offline
- Registered: July 25, 2011
- Posts: 3
- How To Open In New Window -
Hi, how to change the setting that when visitors click on flag counter icon, it will open in a new window, and not take my visitor away from my site.
thanks
- Jens
- Flag Master
Offline
- From: Dierhagen / Germany
- Registered: January 12, 2010
- Posts: 6,880
Re: - How To Open In New Window -
You should replace the xx below by your values.
<a href=" target="_blank"><img src=xx</a>
The views expressed in this statement are in no way intended to represent the views of boardhost.com. The views are my own as moderator of this forum. Since 31 Dec 2016 I'm retired and no longer Moderator of this forum.
- dta
- Flag Newbie
Offline
- Registered: July 25, 2011
- Posts: 3
Re: - How To Open In New Window -
Jens wrote:
You should replace the xx below by your values.
<a href=" target="_blank"><img src=xx</a>
not quite sure bro.. my script looks different than that.
can i pm you my source code? so can have a look
- •Thread Starter
- Jeremy
- Administrator
Offline
- From: United States
- Registered: August 30, 2009
- Posts: 2,774
Re: - How To Open In New Window -
It's just like opening any link in a new window. See here:
Flag Counter Developer
Boardhost.com, Inc.
- Mark K
- Flag Fanatic
Offline
- From: Sunny San Diego
- Registered: March 2, 2010
- Posts: 1,779
Re: - How To Open In New Window -
dta wrote:
Jens wrote:
You should replace the xx below by your values.
<a href=" target="_blank"><img src=xx</a>not quite sure bro.. my script looks different than that.
can i pm you my source code? so can have a look
You just add target="_blank"
I've had trouble putting target="_blank" at the end of the URL but before the URL has always worked
<a target="_blank" href="
You can visit my site and see that it works.
- Jens
- Flag Master
Offline
- From: Dierhagen / Germany
- Registered: January 12, 2010
- Posts: 6,880
Re: - How To Open In New Window -
Yeah, I have seen it. It works as expected.
The views expressed in this statement are in no way intended to represent the views of boardhost.com. The views are my own as moderator of this forum. Since 31 Dec 2016 I'm retired and no longer Moderator of this forum.
- dta
- Flag Newbie
Offline
- Registered: July 25, 2011
- Posts: 3
Re: - How To Open In New Window -
sandiegoscene wrote:
dta wrote:
Jens wrote:
You should replace the xx below by your values.
<a href=" target="_blank"><img src=xx</a>not quite sure bro.. my script looks different than that.
can i pm you my source code? so can have a lookYou just add target="_blank"
I've had trouble putting target="_blank" at the end of the URL but before the URL has always worked
<a target="_blank" href="
You can visit my site and see that it works.
it works !.. thanks a lot sandiegoscene
- •Thread Starter