|
查看: 1024|回复: 3
|
Web page问题
[复制链接]
|
|
|

以上是我的assignment,请问怎样把login link到我要去的webpage?简单一点的办法。。。 |
|
|
|
|
|
|
|
|
|
|
发表于 15-3-2010 04:32 PM
|
显示全部楼层
我不知道你用哪种语言。
asp.net 的可以用 Response.Redirect |
|
|
|
|
|
|
|
|
|
|
发表于 16-3-2010 06:02 PM
|
显示全部楼层
from your print screen i guess it is a basic html page. I guess you have something like these:
<form name="input" action="html_form_submit.asp" method="get">
Username:
<input type="text" name="user" />
<input type="submit" value="Submit" />
</form>
Basically basic html page does not support authentication as it is not able to connect to file system or database to do some login checking but if you want to redirect to a page just simply change the value in action="www.google.com" or action="yourPage.html" |
|
|
|
|
|
|
|
|
|
|

楼主 |
发表于 17-3-2010 02:44 PM
|
显示全部楼层
哈哈。。。可以了可以了。。。很感谢你们。。我成功完成了。。。多谢你们的帮助。。。
 |
|
|
|
|
|
|
|
|
| |
本周最热论坛帖子
|