Page 1 of 1

How to make links open in new window

Posted: Thu Oct 20, 2011 4:07 am
by ccuzer
How to make links open in new window??

Re: How to make links open in new window

Posted: Thu Oct 20, 2011 9:02 am
by Klemen

Re: How to make links open in new window

Posted: Thu Oct 20, 2011 10:04 am
by ccuzer
Thank you friend.

I know how to open new window in HTML.

Question it:

How to make links open in new window in CCount - click counter ??

Re: How to make links open in new window

Posted: Thu Oct 20, 2011 10:17 am
by Klemen
You mean inside the admin panel?

Re: How to make links open in new window

Posted: Thu Oct 20, 2011 10:46 am
by ccuzer
Yes,
how to make links added in CCount - click counter Admin to open in new window when user click in link??

Im not sure how to make it more clear :?

Re: How to make links open in new window

Posted: Thu Oct 20, 2011 11:17 am
by Klemen
Just like you would make ANY html link open in a new window, you said you know how to do that!

Code: Select all

<a href="http://site.com/ccount/click.php?id=1" target="_blank">Text</a>

Re: How to make links open in new window

Posted: Thu Oct 20, 2011 12:17 pm
by ccuzer
You mean i can add HTML directly in Add a link forum, like this?

Image

Re: How to make links open in new window

Posted: Fri Oct 21, 2011 9:18 am
by Klemen
No, the links are just http://..../click.php?id=1

On your website, in your HTML code for links, you need to make sure the link code has target="_blank"

This is a HTML thing and not something CCount-related.

Re: How to make links open in new window

Posted: Sat Oct 22, 2011 6:18 am
by ccuzer
I must be brain dead, it was just to simple :D

I guess i was thinking that it would be nice to have an option in admin to create the target=_blank .

Thanks