")\x0d\x0a }\x0d\x0a else if (screen.width == 1280){\x0d\x0a document.write("
")\x0d\x0a }\x0d\x0a else {\x0d\x0a document.write("
")\x0d\x0a }\x0d\x0a\x0d\x0a建议使用 IE8.0或更高版本的浏览器,推荐分辨率1440×900 或更高
\x0d\x0a\x0d\x0a\x0d\x0a\x0d\x0a
如下参考:
1.首先,在您的计算机桌面上创建一个新文件夹,然后在该文件夹中创建一个新的文本文档。
2.然后用记事本双击打开文本文档,如下图所示,然后编写一个简单的HTML代码。
3.点击“另存为”功能选项,显示默认的“另存为”代码为ANSI。
4.我们将把编码和文件名更改回图中所示的图像并保存它。
5.然后回到新创建的文件夹,找到一个额外的HTML文件。
6.最后,使用浏览器打开HTML文件。结果如图所示。
<p
style="font-size:
45px
color:
#FF9
font-weight:
bold
text-align:
center">用户登录
</p>
<form
name="form1"
method="post"
action="loginok.asp"><table
width="292"
align="center">
<tr>
<td
align="center">用户名:
<label
for="user"></label></td>
<td><input
name="user"
type="text"
id="user"
size="15"></td>
</tr>
<tr>
<td
align="center">密 码:
<label
for="psw2"></label></td>
<td><input
name="psw1"
type="password"
id="psw1"
size="15"></td>
</tr>
<tr>
<td
align="center"> </td>
<td><input
type="submit"
name="button"
id="button"
value="登录">
<input
type="reset"
name="button2"
id="button2"
value="重置"></td>
</tr>
</table>
</form>
这是连接数据库那部分的代码,自己做的。下面是效果图。之后还要做个登录成功的跳转页面。还有前面有人提了,动态网页要保存为.asp格式。
更多资料可以参考:www.wm23.cn/jopong