|
Sample code:
Code: ( html4strict )
<form method="OST" enctype="multipart/form-data" action="process.php?id=$id&name=$name" >";
//code
<input type="file" name="text" size="70">";
</form>
I want to hide the "action" value, so when user see my source code from the page, they won't see the next page target.
Is it possible?
Thx. |
|