Leya 发表于 2008-4-9 12:57:23

在线FTP登陆

<HTML><HEAD><TITLE>在线FTP登陆</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<STYLE type=text/css>BODY {
        MARGIN-TOP: 0px; MARGIN-LEFT: 0px
}
.style1 {
        COLOR: #ff0000
}
.style3 {
        FONT-SIZE: 11px; COLOR: #ff0000
}
</STYLE>


<META content="Microsoft FrontPage 5.0" name=GENERATOR>
</HEAD>
<BODY>

                <table width="90%" height="425" border="0" align="center" cellpadding="0"

cellspacing="0" bordercolor="#111111" id="AutoNumber7" style="border-collapse: collapse">
                  <tr>
                  <td width="103%" align="left" height="25">
                      <p align="center"><b><font face="宋体">在线<span lang="en-us">FTP</span>登

陆</font></b></td>
                  </tr>
                  <tr>
                  <td width="100%" align="left" bgcolor="#EEEEEE">
                      <script janguage="javascript">
<!--
// Title: JavaScript - FTP log-on script

function goFtpSite() {
window.open("ftp://" + document.ftp.login.value + ":" + document.ftp.password.value + "@" +

document.ftp.url.value);
}

//-->
                      </script>
                      </P>
      <DIV align=center>
<form name="ftp">
<table border="0" cellspacing=0 cellpadding=5 align="center">
<tr>
<td width="75" align="left">
<font color=#000000
   ><STRONG>Ftp://</STRONG>

</font>
</td>
<td>
<font >
<input class="input" size=22 name="url" value="****.com"><FONT
      color=#000000> </FONT></STRONG>
</font>
</td>
</tr>
<tr>
<td align="left">
<font color=#000000
   ><STRONG>用户名: </STRONG>

</font>
</td>
<td>
<font >
<input class="input" size="22" name="login" maxlength="20" ><STRONG><FONT color=#000000>
      </FONT></STRONG>
</font>
</td>
</tr>
<tr>
<td align="left">
<STRONG>密   码:</STRONG>
</td>
<td>
<font face="arial,helvetica" size="-1">
<input class="input" type="password" size="22" name="password" maxlength="20">
</font></td>
</tr>
<tr>
<td colspan="2" align="middle">
<input type=button onclick="goFtpSite();" value=" 登 录 " class="buttom">&nbsp;&nbsp;
<input type=reset value=" 清 除 " class="buttom">
</font>
</td>
</tr>
</table>
</BODY></HTML>

光羚博 发表于 2009-2-2 01:23:10

页: [1]
查看完整版本: 在线FTP登陆