Javascript question

triple s

Disciple
Have you tried the following code in the address bar:

javascript:alert(c=0)

Here 'c' stands for count.

This code is supposed to write in the address bar While there is count before downloading any kinda file,song,etc (e.g. songs from 4shared (free user))......

It makes the count Zero....

But The bad thing is --- I still don't know what Language consist it....:S

If anybody knows please tell me........
 
In any sane browser, this isn't a hack. It'll bring up a normal alert window with value of the variable you specify (which is 'c' here) as the argument.

It clearly says, it's "JavaScript", as in for language.

What are you trying to do with it?
 
1. That is an old trick for making that wait counter turn to zero.
2. It will work only when the counter variable used is "c", otherwise its plain useless.
3. I don't think sites still follow this.
 
Back
Top