imail登录

Caris 2004-07-29 02:26:50
如何在网站首页上输入imail邮件系统的用户名和密码,就可以登录到imail中。
...全文
214 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
Caris 2004-07-29
  • 打赏
  • 举报
回复
<form name="webform" method="post">
<table width="158" border="0" cellpadding="1" cellspacing="1">
<tr>
<td height="2" colspan="4" align="center"></td>
</tr>
<tr>
<td width="50"><div align="right">用户名</div></td>
<td align="left"><input name="userid" type="text" class="input" id="userid" size=12 runat="server"></td>
</tr>
<tr>
<td><div align="right">密  码</div></td>
<td align="left" ><input name="passwd" type="password" class="input" id="passwd" size=12 runat="server"></td>
</tr>
<tr>
<td colspan="2"><div align="center">
<input name="login" type="button" class="button" value="登 陆" onclick="dosubmit()">
<input name="cancel" type="reset" class="button" value="取 消">
</div></td>
</tr>
</table>

</form>

<script lanuage="javascript">
function dosubmit(){
document.webform.action="http://imail系统所在服务器的ip地址:8383/login.cgi";
document.webform.target="_blank";
document.webform.submit();
}
</script>
Caris 2004-07-29
  • 打赏
  • 举报
回复
是,我是这样做的,用户名和密码都是跟imail的验证页面一样。但链接到它的logon.cgi网页时,报无法显示网页的错误。
mjpclab 2004-07-29
  • 打赏
  • 举报
回复
先看imail本身登陆的网页
应该有类似于下面的代码

<form action="111.asp"........>
<input>........
<input>.....
</form>

你的首页除了form中的各表单name要相同,还要修改 form 的 action的值,改成111.asp的相对或绝对地址
Caris 2004-07-29
  • 打赏
  • 举报
回复
楼上能具体点吗?急!!!
mjpclab 2004-07-29
  • 打赏
  • 举报
回复
表单action的提交方向提交到imail的验证页面,可以看看imail登陆时的action属性
文件密码恢复-恢复被遗忘的密码PDF,RAR/ZIP,Word / Excel / PowerPoint,PST文件。 即时信使密码恢复-恢复MSN信使,Windows信使,Hotmail,Windows实时信使,AIM,Google谈话,Google桌面,米兰达,Trillian,Pal.,Digsby,MySpaceIM。 电子邮件密码恢复-恢复Outlook,Outlook Express,Windows邮件,Windows Live邮件,Eudora,Neimmail,贝基!Internet Mail、Phoenix Mail、MozillaThunder.、Opera Mail、Ipswitch IMail Server和Outlook个人文件夹(PST文件)密码。 产品密钥查找器——为Microsoft Windows、Office、SQL Server和Exchange Server以及其他许多产品查找丢失的产品密钥(CD密钥),即使您不能引导到Windows。 Internet浏览器密码恢复-对Internet Explorer、Firefox、Opera、Opera Mail和Google Chrome浏览器存储的登录名和密码进行解密和恢复。 FTP密码恢复-恢复比较流行的FTP客户端存储的FTP帐户的登录和密码:CuteFTP、SmartFTP、FileZilla、FlashFXP、WS_FTP、CoreFTP、FTP控制、FTP导航器、WebDrive、SecureFX、AutoFTP等。 访问密码恢复-恢复您丢失的密码为微软Access 95/97/2000/XP数据库。 星号密码恢复-在密码对话框和网页上显示隐藏的密码,星号(*****)覆盖这些密码。它与MyStudiiM、VNC、WiServer以及更多工作。 其他密码恢复-检索Ipswitch即时消息、Digsby、总指挥、EasyWebCam、Camfrog视频聊天、远程桌面连接、拨号等的密码。

28,391

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧