How can I redirect a page to the user's localhost?
For example, if the user is using Firefox and he enters a certain link, I would like to redirect him to his own browser:
http://localhost?someparameter=somevalue
The localhost has to be the user's localhost
EDIT: What I am trying to do doesn't work in the link you are claiming to have the answer. I have seen websites that when you access, you get redirected to your OWN machine, not another page on the machine.