English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a great website going, and I need help finding some plugins (that may not be the right word for what I'm looking for). I have the ability to enter a bunch of lines of code, and have the site react accordingly, now all I need is the code. I'm looking for the thing that says 'you are the (blankth) visitor to this site. does anyone have the code for that, or a place where I could get it? another thing is that I want the mouse to change from the regular thing when someone goes to my site, is there a way to do that? PLEASE HELP ME!!!

2007-05-31 10:47:02 · 4 answers · asked by A.J.G 3 in Computers & Internet Programming & Design

If you know of a specific website that has a hit counter, please let me know of the site so that I can copy the source code.

2007-05-31 11:01:02 · update #1

4 answers

You could sign up for a free counter service and they'll provide you with the code to insert into your website, but if you would like to code it yourself then you'll need to do some dynamic programming. And the mouse can be changed by using css.

body {
cursor: 'change it here';
}

instead of default you can change it to whatever you want.

2007-05-31 11:03:00 · answer #1 · answered by Anonymous · 0 0

At the bottom of my site, you'll find a hit counter with links to the source code in ASP and ASP.NET.

http://www.sidneyforcier.com/

2007-05-31 19:38:24 · answer #2 · answered by Sid 2 · 0 0

well if you go to a website with that, you can copy the source and put it on ures

2007-05-31 17:50:07 · answer #3 · answered by Anonymous · 0 0

(1) www.statcounter.com
(2) css statement: cursor: url("somename.cur"),auto;

2007-05-31 17:55:08 · answer #4 · answered by fjpoblam 7 · 0 0

fedest.com, questions and answers