顾十八娘txt下载 希行:想做一个像http://mail.w9999.com/的内部邮箱登陆界面,如何做?谁能提供源代码?

来源:百度文库 编辑:高校问答 时间:2024/05/01 07:23:32
本人的内部邮箱地址是http://10.40.1.3/mail/mis07.nsf
以下是我帐号登陆到邮箱后的界面代码:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<title>mis07</title>
<script language="JavaScript" type="text/javascript">
<!--
self._domino_name = "_MailFS";
// -->
</script>
</head>

<frameset frameborder="0" border="0" bordercolor="#000000" cols="162,1*">

<frameset frameborder="0" rows="42,1*,18">

<frame frameborder="0" marginwidth="0" marginheight="0" scrolling="no" src="/mail/mis07.nsf/SwitcherForm_Mail?OpenPage">

<frame frameborder="0" marginwidth="0" marginheight="0" src="/mail/mis07.nsf/Mail%20Picker?OpenPage&BaseTarget=NotesView">

<frame frameborder="0" marginwidth="0" marginheight="0" scrolling="no" src="/mail/mis07.nsf/Db%20Location?OpenPage">
</frameset>

<frame frameborder="0" marginwidth="0" marginheight="0" name="NotesView" src="/mail/mis07.nsf/($Inbox)?OpenView">
</frameset>
</html>