- UID
- 8421
- 热情
- 208
- 人气
- 1008
- 主题
- 29
- 帖子
- 680
- 精华
- 0
- 积分
- 981
- 分享
- 0
- 记录
- 0
- 相册
- 1
- 好友
- 0
- 日志
- 0
- 在线时间
- 1855 小时
- 注册时间
- 2004-12-27
- 阅读权限
- 20
- 最后登录
- 2021-11-19
升级 96.2% - UID
- 8421
- 热情
- 208
- 人气
- 1008
- 主题
- 29
- 帖子
- 680
- 精华
- 0
- 积分
- 981
- 阅读权限
- 20
- 注册时间
- 2004-12-27
|
<HTML>
<HEAD>
<TITLE>Assignment Submission</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<FORM name=mfrm method=POST action="http://cs-alb-pc3.massey.ac.nz/cgi-bin/submit" enctype=multipart/form-data >
<INPUT type=hidden name=paper value=59201>
<INPUT type=hidden name=assignment value=4>
<INPUT type=hidden name=lang value=C>
<CENTER>
<H1>
Assignment Submission Form<BR>
159.201 Assignment 4</H1></CENTER>
<CENTER><TABLE COLS=1 WIDTH="560" NOSAVE >
<TR NOSAVE>
<TD NOSAVE><FONT SIZE=-1>To submit an assignment, enter your ID number
and the name of the file in the box below.<BR>
Only submit source code (not executables).<BR>
If you click on browse, then you can locate the file using a dialog box.<BR>
If you are using Netscape then you must change the file type from *.html
to *.c in this dialog box.<BR>
Click on the Submit button, you should get a message
saying the submission was successful.<BR>
Multiple submissions are allowed, I will mark the most recent one,
but keep copies of them all.</FONT></TD>
</TR>
</TABLE></CENTER>
<CENTER><TABLE BORDER CELLSPACING=0 CELLPADDING=4 BGCOLOR="#FFFFCC" >
<CAPTION>
<CENTER></CENTER>
</CAPTION>
<TR>
<TD>ID Number: <INPUT type="text" name="ID">
<BR>Filename: <INPUT type="file" name="file">
<BR><INPUT type=submit height=17 width=85 border=0 value=Submit></TD>
</TR>
</TABLE></CENTER>
<CENTER><TABLE COLS=1 WIDTH="560" NOSAVE >
<TR NOSAVE>
<TD NOSAVE><FONT SIZE=-1>Note: I have tested this form using Netscape 3.0,
Netscape 4.0, IE 4.0 and IE 5.0 other browsers may or may not work. </FONT></TD>
</TR>
</TABLE></CENTER>
<BR></FORM>
</BODY>
</HTML>
save this as html fomat and open it. |
|