邮箱设为捷径

来源:百度知道 编辑:UC知道 时间:2024/06/15 07:59:02
我想把我的邮箱设为桌面捷径,该怎么做

把邮箱另存后 放到桌面上

你的邮箱是不是163的.
下面以163为例:
桌面新建一个文件,命名为"登录邮箱.htm"
用记事本打开,写入以下内容:
<html>
<head></head>
<body onload="document.gomail.submit()">
<FORM name=gomail action="http://reg.163.com/CheckUser.jsp" method=post id=FrLgn>
<INPUT type=hidden name=url value="http://fm163.163.com/coremail/fcg/ntesdoor2?lightweight=1&verifycookie=1&language=-1&style=15">
用户名:<input tabIndex=1 size=18 name=username value="这里写上用户名不要写@163.com">
密码:<input tabIndex=3 type=password size=16 name=password value="这里写上密码">
<input tabIndex=4 type=submit value=" 登录 " name=sub>
</form>
<