怪现象请教!!初学勿笑!

feixuejian881 2003-08-15 12:40:31
两段ASP代码,在虚拟目录中用右键浏览显示正常,但在DREAMWEAVER中不正常。代码如下:<html>
<Head>
<title>mytext</title>
</head>
<body bgcolor="#FFFFGG">
<Form action="if.asp" method=get >
your firstname
<Input name="firstname" value="jj" Maxlength="10" >
your lastname
<Input name="lastname" maxlength="20">
<Input Type=reset> <input Type=submit>
</Form>
</body>
</html>
<html>
<head>
  <TITLE>if.asp</TITLE>
  </head>
  <% fname=request.querystring("Firstname") %>
   <% If fname="George" then %>
  Hi.You must be the first president!
  <% else %>
  Hi!Nice to Meet You
  <% end if %>
  </body>
  </html>
在DW中无论输什么,都是Hi.You must be the first president!      Hi!Nice to Meet You !
水土不服啊?               


   


...全文
35 回复 打赏 收藏 转发到动态 举报
写回复
用AI写文章
回复
切换为时间正序
请发表友善的回复…
发表回复

28,391

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧