Forums

This topic is locked

Page Counter

Posted 23 years ago
1
has voted
23 years ago Kent Steelman posted:
I am looking for a page hit counter that is easy to insert into DW/UD. I am working on on of the early versions of the software and I am a novice. Where can I find a page hit counter and is there one that is WYSIWYG or do I need to insert the code directly into HTML. Additional information, I typically use ASP

Wm. Kent Steelman

Replies

Replied 23 years ago
23 years ago Waldo Smeets replied:
www.UDzone.com/go?836

Waldo Smeets - www.UDzone.com Webmaster
------------------------------------------
www.UDzone.com : A dynamic Dreamweaver,
Ultradev and Fireworks site for developers
by developers.
------------------------------------------
Replied 23 years ago
23 years ago Kent Steelman replied:
Waldo,

I read that tutorial, but that is specifically for the record(s) in a database table. I want one for a page (e.g., home page) a counter that rolls up to the next number when a person visits the site.

Kent<font color=red></font id=red>

Wm. Kent Steelman
Replied 23 years ago
23 years ago Viktor Farcic replied:
Just create table with one field in which you will store number of visits. After that insert on your first page command that will update that field whenever page is called (FieldName = FieldName + 1).


<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Waldo,

I read that tutorial, but that is specifically for the record(s) in a database table. I want one for a page (e.g., home page) a counter that rolls up to the next number when a person visits the site.

Kent<font color=red></font id=red>

Wm. Kent Steelman
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

Replied 23 years ago
23 years ago Kent Steelman replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Just create table with one field in which you will store number of visits. After that insert on your first page command that will update that field whenever page is called (FieldName = FieldName + 1).


<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Waldo,

I read that tutorial, but that is specifically for the record(s) in a database table. I want one for a page (e.g., home page) a counter that rolls up to the next number when a person visits the site.

Kent<font color=red></font id=red>

Wm. Kent Steelman
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>


<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

Wm. Kent Steelman
Replied 23 years ago
23 years ago Kent Steelman replied:
Thanks for clarifing... I will give it a try

Kent

<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Just create table with one field in which you will store number of visits. After that insert on your first page command that will update that field whenever page is called (FieldName = FieldName + 1).


<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Waldo,

I read that tutorial, but that is specifically for the record(s) in a database table. I want one for a page (e.g., home page) a counter that rolls up to the next number when a person visits the site.

Kent<font color=red></font id=red>

Wm. Kent Steelman
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>


<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

Wm. Kent Steelman

Reply to this topic