金华一中领军班好考吗:想做一个像http://mail.w9999.com/的内部邮箱登陆界面,如何做?谁能提供源代码?

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/30 09:25:23
本人的内部邮箱地址是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>

你把他的页面另存为。然后修改他的调用代码就可以了。
你的页面全是框架,没办法修改。
打开全是找不到文件。
他代码里面有几个关键的字段你替换成你的就可以用了

我已经存下来了。
关键是看你怎么存

楼上的法子不成,有些代码是存不下来的

allokl