Hi All,
I have a field which is hidden in browser with:
<INPUT NAME="Fax" TYPE=hidden VALUE="Y"/>
I use this field value in some javascript manipulation on the browser ( I cannot completely hide it - view source of the page will display this field in the code; but can't help it as I need this field on the document). The user is not supposed to change this value directly. Still if anyone goes and executes the following from the address bar the form gets submitted and the value gets changed:
javascript:document.all.Fax.value="N";document.forms[0].submit();
Could anyone please tell me how can I get a field on to browser to do some javascript activities; still not able to change it from the address bar javascript execution?
Thnx,
NVM

Javascript executed from browser ad... (Noorjahan V Muh... 23.Sep.05)
. . 