就是最简单的那种验证,访问首页,然后有一个输入框,输入1234后,才能跳转到其他页面,输错就继续输。哪位大侠给个这样的代码。
1
iloahz Jun 7, 2013 如果你不担心用户看源码而知道了答案,直接写在js里就行了。
如果你担心,就用ajax post到服务器验证。 都是js操作,和页面静态动态没啥关系吧 |
2
zhttty Jun 7, 2013 js跳转get... if... else... window.location.href...
|
3
shpasspass OP |
4
0racleTink Jun 7, 2013
http basic authentication
|
5
skydiver Jun 7, 2013
|