由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - A question with JSP. Thans for help.
相关主题
help pls. on installation of svn via eclipseJSP for the ASP Developer
问一个webapp authentication的implementationJSP技术简介 [fwd]
有用jdeveloper的吗?PHP vs ASP vs JSP
[合集] Are JSPs Dead?JavaServer Pages入门篇
Eclipse不能保存UTF-8文件?几种流行的动态网页制作语言的比较
how do u store secrets?The Problems With JSP
How to scroll an JInternalFrame使用JAVA的一则经验和教训
Re: 一个最近完成的JAVA项目的反思。水母关于jsp的讨论
相关话题的讨论汇总
话题: jsp话题: thans话题: username话题: password话题: question
进入Java版参与讨论
1 (共1页)
d****c
发帖数: 24
1
I have a login page (JSP) that uses a form to pass a username and password.
The recipient (another JSP) of the post parse the parameter, do some
processing, and present the result. The problem is that the username and
password are shown in the address line of browser on the recipient page.
How can I remove the username/password from showing in address line of browser
? Thanks for help.
R*******r
发帖数: 104
2
Do post instead of get in your form.

browser

【在 d****c 的大作中提到】
: I have a login page (JSP) that uses a form to pass a username and password.
: The recipient (another JSP) of the post parse the parameter, do some
: processing, and present the result. The problem is that the username and
: password are shown in the address line of browser on the recipient page.
: How can I remove the username/password from showing in address line of browser
: ? Thanks for help.

d****c
发帖数: 24
3
Great! Thanks for help.

【在 R*******r 的大作中提到】
: Do post instead of get in your form.
:
: browser

1 (共1页)
进入Java版参与讨论
相关主题
水母关于jsp的讨论Eclipse不能保存UTF-8文件?
jBuiler 4白皮书(来自inprise网站)how do u store secrets?
Re: Can I use JSP on server and use Applet as user interface on clientHow to scroll an JInternalFrame
new in JSP 2.0 specRe: 一个最近完成的JAVA项目的反思。
help pls. on installation of svn via eclipseJSP for the ASP Developer
问一个webapp authentication的implementationJSP技术简介 [fwd]
有用jdeveloper的吗?PHP vs ASP vs JSP
[合集] Are JSPs Dead?JavaServer Pages入门篇
相关话题的讨论汇总
话题: jsp话题: thans话题: username话题: password话题: question