Question:

I want to show the visit counter of index.aspx page on home.html or asp or aspx page.

by  |  earlier

0 LIKES UnLike

I want to show the visit counter of index.aspx page on home.html or asp or aspx page.

 Tags:

   Report

1 ANSWERS


  1. In the ASP/ASPX code for each page, include a routine that increments a variable in a database or text file. Group it and record it by page name if you want to. Then you can use this value to display it in any other page. You can't do this in pure HTML pages (but keep in mind, a web server can be setup to parse .html files through ASP).

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.