Is this possible to do? i want a page to automatically redirect to another page with variables at the end, but for security reasons I do not want it to show in the url.

The address will be something like main.php?u=USERNAME&IP=1.1.1.1.

Any ideas if/how JavaScript can do this

K