answersLogoWhite

0

If you mean the thing that counts how many people that has visited that page, then it requires programming in ASP, PHP etc

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Can ASP code be put in HTML?

ASP can't be put 'in' HTML. ASP can be written in files where HTML is written. ASP can also output HTML.


How do you put HTML in PHP?

Its done exactly the same as when you put it in an HTML file. There are 2 ways you can do it: <html> <?php // php stuff ?> </html> Or you can do it like this: <?php echo "<html>"; // php stuff echo "</html>"; ?>


How do you put HTML cursors on iweb?

Use an html snippet


How do you create web by HTML tages?

Web can be created by creating a .html file. Inside the HTML file, you can put the tags of HTML.


How much does a natwest counter manager earn?

£15,000 - £18,000


Html code for displaying number of viewers?

You cannot do it directly in HTML. You need a hit counter program to record and display the actual amount of viewers of your page. The HTML just puts the counter on your page. If you do a search for hit counters, you will find lots of free ones on the internet. They will all have ways of embedding them into your page.


How much does a counter manager at Estee Lauder make?

16per/hour plus commission plus override of the counter


What does HTML use to put content on a page?

HTML can be used to put content on the page. The body tag is used to put content in the window of web page.


Where is the HTML located on keyboard?

HTML is located where the letters are located don't forget to put the caplocks on when you want to type HTML.


Infrared Object Counter Circuit?

http://www.industrycommunity.com/myforum/re_rogers/messages/261.html


How do you contact Shakira's manager?

This is her fan mail website: http://www.fanmail.biz/1215.html


Put file in the same directory as my HTML file?

Yes you need to put the file in the same directory. This will get the file to be executed from the HTML file.