창크기 자동 조절

· 19년 전 · 3109
<html>
<script language=javascript>
// Handle all the FSCommand messages in a Flash movie.
function mission_DoFSCommand(x, y) {
window.resizeTo(x ,y);
var tempX = (screen.width/2)-(x/2);
var tempY = (screen.height/2)-(y/2);
window.moveTo(tempX,tempY);

if( document.f1.state.value == "up" ){
if( document.f1.x.value > 600 ){
document.f1.state.value = "down"
}else{
document.f1.x.value = eval(x)+10;
document.f1.y.value = eval(y)+10;
}
}else if( document.f1.state.value == "down" ){
if( document.f1.x.value < 400 ){
document.f1.state.value = "up"
}else{
document.f1.x.value = eval(x)-10;
document.f1.y.value = eval(y)-10;
}
}
setTimeout("mission_DoFSCommand(document.f1.x.value, document.f1.y.value)",50);

}
</script>


<body onload="mission_DoFSCommand(400, 400)" >
<form name="f1">
<input type=text name='state' value='up'><br>
<input type=text name='x'><br>
<input type=text name='y'>
</form>
</body>
</html>

펌 어서 퍼왔는지 오래된거라 기억이 가물가물<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
19년 전 조회 2,337
19년 전 조회 3,185
19년 전 조회 3,597
19년 전 조회 5,303
19년 전 조회 3,216
19년 전 조회 3,234
19년 전 조회 2,819
19년 전 조회 2,555
19년 전 조회 2,809
19년 전 조회 2,541
19년 전 조회 2,650
19년 전 조회 2,451
19년 전 조회 2,799
19년 전 조회 3,067
19년 전 조회 3,345
19년 전 조회 7,152
19년 전 조회 5,277
19년 전 조회 2,521
19년 전 조회 5,259
19년 전 조회 3,208
19년 전 조회 2,552
19년 전 조회 2,232
19년 전 조회 3,673
19년 전 조회 2,990
19년 전 조회 3,369
19년 전 조회 2,992
19년 전 조회 3,495
19년 전 조회 2,808
19년 전 조회 3,547
19년 전 조회 2,510
19년 전 조회 4,207
19년 전 조회 3,389
19년 전 조회 4,213
19년 전 조회 3,582
19년 전 조회 3,225
19년 전 조회 3,502
19년 전 조회 2,552
19년 전 조회 2,941
19년 전 조회 2,452
19년 전 조회 3,816
19년 전 조회 4,852
19년 전 조회 3,874
19년 전 조회 1,846
19년 전 조회 2,843
19년 전 조회 2,516
19년 전 조회 2,733
19년 전 조회 4,517
19년 전 조회 2,686
19년 전 조회 3,156
19년 전 조회 3,109
19년 전 조회 3,769
19년 전 조회 3,732
19년 전 조회 1,962
19년 전 조회 2,318
19년 전 조회 2,902
19년 전 조회 2,561
19년 전 조회 4,414
19년 전 조회 3,422
19년 전 조회 4,178
19년 전 조회 2,721
19년 전 조회 2,588
19년 전 조회 3,065
20년 전 조회 2,593
20년 전 조회 2,890
20년 전 조회 2,578
20년 전 조회 3,296
20년 전 조회 1,806
20년 전 조회 3,091
20년 전 조회 2,379
20년 전 조회 2,296
20년 전 조회 2,383
20년 전 조회 2,748
20년 전 조회 2,237
20년 전 조회 4,578
20년 전 조회 2,788
20년 전 조회 2,555
20년 전 조회 3,061
20년 전 조회 3,155
20년 전 조회 3,223
20년 전 조회 2,746
20년 전 조회 3,134
20년 전 조회 2,662
20년 전 조회 2,320
20년 전 조회 2,887
20년 전 조회 2,589
20년 전 조회 2,645
20년 전 조회 3,899
20년 전 조회 3,374
20년 전 조회 5,118
20년 전 조회 2,521
20년 전 조회 4,617
20년 전 조회 3,211
20년 전 조회 2,988
20년 전 조회 3,841
20년 전 조회 2,753
20년 전 조회 3,832
20년 전 조회 4,113
20년 전 조회 3,528
20년 전 조회 3,579
20년 전 조회 4,201