Click to See Complete Forum and Search --> : unknown HTML code for more hits - this is a tough one!!!


AmandaG
05-05-2003, 01:53 PM
I have a personal page on AsianAvenue and i recently came upon this one girls page who has a large amount of hits.

When you click on her page another small box pops up. Some what like when an advertisement pops up. Well, if you turn up the volume on ur speakers you can hear a clicking sound indicating more and more hits adding up for your one visit to her page. When you close the box it constantly pops up.
This code amazes me! If sumone could please tell me the code to this I'd appreciate it.

Here is the link to her page, so you can see what I'm talking about:
http://members.asianavenue.com/SxyVietGirl_uk/

Anyone I've asked doesnt know the code to this trick!

khalidali63
05-05-2003, 04:19 PM
Moderators Comments:
Moved to JavaScript section for more suitable audiences.

brendandonhue
05-05-2003, 07:28 PM
Not that I think its a good idea to cheat the system like that and ruin it for others....
but you can just load the hit counter in a popup and have it refresh every 2 seconds.

AmandaG
05-06-2003, 04:25 AM
hi brendandonahue, alot of people cheat the AsianAvenue system. I cant really justify the harm in it. If you were part of the community u would see that its no biggie.

So please tell me how to go about "loading the hit counter in a popup and have it refresh every 2 seconds".

Please explain it to me as if i were a two year old. I'm somewhat HTML challenged.

brendandonhue
05-06-2003, 02:17 PM
What is right is not always popular, and what is popular is not always right....

Anyway.
I dont know what code is used for the hit counters,
but save that code into a file, lets call it popup.html.
At the beginning of popup.html, also put this code
<script language="javascript">
function refresh()
{
history.go(0)
}
setTimeout("refresh()",1000);
</script>