找回密码
 注-册

QQ登录

只需一步,快速开始

查看: 2167|回复: 1

[小技巧] 在线FTP登陆

[复制链接]
Leya 发表于 2008-4-9 12:57:23 | 显示全部楼层 |阅读模式
  1. <HTML><HEAD><TITLE>在线FTP登陆</TITLE>
  2. <META http-equiv=Content-Type content="text/html; charset=gb2312">
  3. <STYLE type=text/css>BODY {
  4.         MARGIN-TOP: 0px; MARGIN-LEFT: 0px
  5. }
  6. .style1 {
  7.         COLOR: #ff0000
  8. }
  9. .style3 {
  10.         FONT-SIZE: 11px; COLOR: #ff0000
  11. }
  12. </STYLE>


  13. <META content="Microsoft FrontPage 5.0" name=GENERATOR>
  14. </HEAD>
  15. <BODY>

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

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

  21. 陆</font></b></td>
  22.                   </tr>
  23.                   <tr>
  24.                     <td width="100%" align="left" bgcolor="#EEEEEE">
  25.                       <script janguage="javascript">
  26. <!--
  27. // Title: JavaScript - FTP log-on script

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

  30. document.ftp.url.value);
  31. }

  32. //-->
  33.                       </script>
  34.                       </P>
  35.       <DIV align=center>
  36. <form name="ftp">
  37. <table border="0" cellspacing=0 cellpadding=5 align="center">
  38. <tr>
  39. <td width="75" align="left">
  40. <font color=#000000
  41.      ><STRONG>Ftp://</STRONG>

  42. </font>
  43. </td>
  44. <td>
  45. <font >
  46. <input class="input" size=22 name="url" value="****.com"><FONT
  47.       color=#000000> </FONT></STRONG>
  48. </font>
  49. </td>
  50. </tr>
  51. <tr>
  52. <td align="left">
  53. <font color=#000000
  54.      ><STRONG>用户名: </STRONG>

  55. </font>
  56. </td>
  57. <td>
  58. <font >
  59. <input class="input" size="22" name="login" maxlength="20" ><STRONG><FONT color=#000000>
  60.       </FONT></STRONG>
  61. </font>
  62. </td>
  63. </tr>
  64. <tr>
  65. <td align="left">
  66. <STRONG>密   码:</STRONG>
  67. </td>
  68. <td>
  69. <font face="arial,helvetica" size="-1">
  70. <input class="input" type="password" size="22" name="password" maxlength="20">
  71. </font></td>
  72. </tr>
  73. <tr>
  74. <td colspan="2" align="middle">
  75. <input type=button onclick="goFtpSite();" value=" 登 录 " class="buttom">&nbsp;&nbsp;
  76. <input type=reset value=" 清 除 " class="buttom">
  77. </font>
  78. </td>
  79. </tr>
  80. </table>
  81. </BODY></HTML>
复制代码
回复

使用道具 举报

光羚博 发表于 2009-2-2 01:23:10 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注-册

本版积分规则

Archiver|手机版|小黑屋|DoDVip ( 桂ICP备14000730号 )

GMT+8, 2025-5-1 18:05 , Processed in 0.078809 second(s), 21 queries .

Powered by Discuz! X3.5

Copyright © 2001-2024 Tencent Cloud.

快速回复 返回顶部 返回列表