How to make links open in new window
How to make links open in new window
How to make links open in new window??
Re: How to make links open in new window
Google is your friend:
http://www.google.com/search?hl=en&q=ho ... new+window
http://www.google.com/search?hl=en&q=ho ... new+window
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: How to make links open in new window
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 ??
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
You mean inside the admin panel?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: How to make links open in new window
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
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
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>
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: How to make links open in new window
You mean i can add HTML directly in Add a link forum, like this?


Re: How to make links open in new window
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.
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.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: How to make links open in new window
I must be brain dead, it was just to simple 
I guess i was thinking that it would be nice to have an option in admin to create the target=_blank .
Thanks

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