注册 登录
编程论坛 ASP技术论坛

Response.Write超链接为什么不能到相应的界面啊??

asliy 发布于 2010-01-07 20:47, 855 次点击
      我用 Response.Write语句写三个连续的超链接,但是三个都是连接到'vote.wml'界面,这是怎么回事啊
         Response.Write"<do type='accept' label='首页'>"
         Response.Write"<go href='login.wml'/>"
         Response.Write"</do> <br/>"   
         Response.Write"<do type='accept' label='成绩查询'>"
         Response.Write"<go href='chaxun.wml'/>"
         Response.Write"</do> <br/>"
         Response.Write"<do type='accept' label='班委选票'>"
         Response.Write"<go href='vote.wml'/>"
         Response.Write"</do>"
1 回复
#2
aspic2010-01-08 08:46
太先进了
很少用到wml
直接看Write出来的源文件应该知道问题吧
1