由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - 问一个HTML的傻问题。。。。 (转载)
相关主题
网页的Form中Post的问题 (转载)powerpoint->HTML一问
一个Form里,怎么实现多个action?HTML expert, Please Help.
FORM中用POST时数据是怎么打包传送的?a HTML problem
ASP.NET 高手请进!请问?
在此请教一个关于form里面change action地址的问题CGI程序中如何把某个文件的HTML内容返回给溜览器?
Re: 怎样把HTML code中的大写改成小写在HTML中, 空格是怎么 生成的.
[转载] 如何确保HTML文件不被复制?(求助)How to design HTML to let it print different sections in new pages?
is there any such HTML editor?土问题---关于HTML
相关话题的讨论汇总
话题: html话题: action话题: test话题: 问题话题: 指定
进入BuildingWeb版参与讨论
1 (共1页)
f**********y
发帖数: 230
1
【 以下文字转载自 Programming 讨论区 】
发信人: flyingbeauty (qualcommgirl), 信区: Programming
标 题: 问一个HTML的傻问题。。。。
发信站: BBS 未名空间站 (Wed Dec 10 23:10:59 2008)
在HTML的form里需要给action指定绝对路径。
比方说在index.html里:

如果这个callme.jsp和index.html不在一个地方,应该怎么指定action?
假设index.html在 www.localhost.com/tmp/index.html:
callme.jsp在 www.localhost.com/test/callme.jsp
我试了 action = "../test/callme.jsp"不行
action = "../test/callme.jsp"也不行
l*****a
发帖数: 166
2
应该可以吧。你两个choice有啥不同啊?

【在 f**********y 的大作中提到】
: 【 以下文字转载自 Programming 讨论区 】
: 发信人: flyingbeauty (qualcommgirl), 信区: Programming
: 标 题: 问一个HTML的傻问题。。。。
: 发信站: BBS 未名空间站 (Wed Dec 10 23:10:59 2008)
: 在HTML的form里需要给action指定绝对路径。
: 比方说在index.html里:
:
: 如果这个callme.jsp和index.html不在一个地方,应该怎么指定action?
: 假设index.html在 www.localhost.com/tmp/index.html:
: callme.jsp在 www.localhost.com/test/callme.jsp

j****h
发帖数: 6
3
假设index.html在 www.localhost.com/tmp/index.html:
callme.jsp在 www.localhost.com/test/callme.jsp
you should do
action="/tmp/index.html"
if you have / in the front, it means going to the root directory, then from
there, just write out the path to the file.
j****h
发帖数: 6
4
my bad, should be
/test/callme.jsp instead
l*****a
发帖数: 166
5
应该都可以。
确定是路径问题?
submit后看一看 address bar 里给submit到什么地方 就知道了。

【在 j****h 的大作中提到】
: my bad, should be
: /test/callme.jsp instead

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
土问题---关于HTML在此请教一个关于form里面change action地址的问题
\\\\\\\\\\\\\\\\A question about CGI//////////////Re: 怎样把HTML code中的大写改成小写
HTML问题[转载] 如何确保HTML文件不被复制?(求助)
HTML问题2is there any such HTML editor?
网页的Form中Post的问题 (转载)powerpoint->HTML一问
一个Form里,怎么实现多个action?HTML expert, Please Help.
FORM中用POST时数据是怎么打包传送的?a HTML problem
ASP.NET 高手请进!请问?
相关话题的讨论汇总
话题: html话题: action话题: test话题: 问题话题: 指定