Possible Duplicate: Form that removes WWW. and prints result on input?
in javascript I get a string that should be something like:
I have a javascript event which is supposed to take me to another location:
onclick="window.location.href='index.php?get=[a big long 550-character string]'"
How to get the response of an http website within a string? Whatever it was an xml, JSON, html ...?
all! Why some web-applications use http-get parameter "&rnd=" ? What purpose is of it? What problems are solved by this tag?