Is it possible to hide parameter on a url or a link that will open in a new window.
kaled
5:23 pm on Nov 15, 2004 (gmt 0)
I vaguely recall a discussion on this a long time ago. I think it was found that %00 (or maybe � or something like that) could be used on some browsers. However, any such tactics are somewhat black-hat.
Kaled.
Matt Probert
5:57 pm on Nov 15, 2004 (gmt 0)
You can try using the POST method in a form, that doesn't pass the parameters in the command line (unlike the GET method).
Matt
sweety
9:11 am on Nov 16, 2004 (gmt 0)
Im opening a link which has the parameter in a new window. Is is possible to mask out the parameters. The link is automatically produced so I cant do much about it.