1) head와 head 사이에 이걸 넣는다.
< script janguage="javascript">
function goFtpSite() {
document.location.href = "ftp://" + document.ftp.login.value + ":" + document.ftp.password.value + "@" + document.ftp.url.value;
}
< /script>
2)FTP로그인을 넣을 곳에 넣는다.
< form name="ftp">
< table border="0" cellpadding="1" cellspacing="1" align="center">
< tr><td><p align="right">
FTP <input type="text" size=12 name="url"><br>
ID <input type="text" size="12" name="login"><br>
Pass <input type="password" size="12" name="password"><br>
< input type=button onclick="goFtpSite();" value="LOG-IN">
< input type=reset value="CLEAR"></tr></table></form>
출처 :: http://www.nzeo.com/bbs/zboard.php?id=p_javascript&page=2&sn1=&divpage=1&sn=off&ss=on&sc=off&select_arrange=headnum&desc=asc&no=464
'Javascript' 카테고리의 다른 글
이미지에 트랜지션 효과주기 (0) | 2016.06.02 |
---|---|
마우스 오른쪽 단추 클릭시 강제이동시키기 (0) | 2016.06.02 |
3단 롤오버 이미지버튼 (0) | 2016.06.02 |
마술사 할아버지 (0) | 2016.06.02 |
동영상 크기에 맞춰서 팝업창이 자동조정 (0) | 2016.06.02 |