I'd like to find html code for some things for my site:
- hit counter
-PW log in for certain site pages
-button to follow a link
Any suggestions? Thanks.
Brad
Now that you have gotten a few replies, I'll post my bit.
First, none of this is possible with HTML alone - it all requires some
sort of CGI or a setup provided by your host.
Hit Counter - Rather than tell the world how few (or even how many) hits
you get, look into server logs as someone else mentioned. So long as
you're on a decent webhost there are some stats you can access. Check
their help files for more info.
Password pages - if you are on an Apache server, you can do this yourself
without any witchcraft. Check with your host on this. A host I do a site
on provides secure passworded directory login as part of the package, you
don't need to upload anything special.
Button links - if as I suspect, you want a form button to open the next
page, don't. Unless the link is generated as the result of a form, where
you really have to use a submit button, make a static link look like a
link for usability.