LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1201|回复: 2

Hide the form action value

[复制链接]
发表于 2007-6-14 14:05:26 | 显示全部楼层 |阅读模式
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.
发表于 2007-6-14 14:25:42 | 显示全部楼层
直接隐藏ACTION肯定不行吧,可以在ACTION指向的那个文件里面做一下加密什么的
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-6-14 15:43:35 | 显示全部楼层
印象当中好像有的网站有这种效果
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表