창크기 자동 조절

· 19년 전 · 3105
<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,333
19년 전 조회 3,180
19년 전 조회 3,592
19년 전 조회 5,301
19년 전 조회 3,213
19년 전 조회 3,232
19년 전 조회 2,817
19년 전 조회 2,553
19년 전 조회 2,803
19년 전 조회 2,536
19년 전 조회 2,649
19년 전 조회 2,450
19년 전 조회 2,798
19년 전 조회 3,065
19년 전 조회 3,344
19년 전 조회 7,149
19년 전 조회 5,276
19년 전 조회 2,520
19년 전 조회 5,257
19년 전 조회 3,203
19년 전 조회 2,549
19년 전 조회 2,229
19년 전 조회 3,670
19년 전 조회 2,989
19년 전 조회 3,367
19년 전 조회 2,989
19년 전 조회 3,492
19년 전 조회 2,803
19년 전 조회 3,542
19년 전 조회 2,507
19년 전 조회 4,203
19년 전 조회 3,386
19년 전 조회 4,209
19년 전 조회 3,578
19년 전 조회 3,221
19년 전 조회 3,494
19년 전 조회 2,546
19년 전 조회 2,936
19년 전 조회 2,449
19년 전 조회 3,813
19년 전 조회 4,849
19년 전 조회 3,870
19년 전 조회 1,845
19년 전 조회 2,840
19년 전 조회 2,512
19년 전 조회 2,727
19년 전 조회 4,515
19년 전 조회 2,684
19년 전 조회 3,151
19년 전 조회 3,106
19년 전 조회 3,763
19년 전 조회 3,725
19년 전 조회 1,962
19년 전 조회 2,315
19년 전 조회 2,902
19년 전 조회 2,557
19년 전 조회 4,409
19년 전 조회 3,419
19년 전 조회 4,176
19년 전 조회 2,714
19년 전 조회 2,586
19년 전 조회 3,062
19년 전 조회 2,592
20년 전 조회 2,887
20년 전 조회 2,575
20년 전 조회 3,294
20년 전 조회 1,803
20년 전 조회 3,089
20년 전 조회 2,376
20년 전 조회 2,293
20년 전 조회 2,382
20년 전 조회 2,743
20년 전 조회 2,235
20년 전 조회 4,576
20년 전 조회 2,786
20년 전 조회 2,551
20년 전 조회 3,061
20년 전 조회 3,150
20년 전 조회 3,223
20년 전 조회 2,743
20년 전 조회 3,128
20년 전 조회 2,660
20년 전 조회 2,319
20년 전 조회 2,884
20년 전 조회 2,585
20년 전 조회 2,640
20년 전 조회 3,895
20년 전 조회 3,373
20년 전 조회 5,113
20년 전 조회 2,516
20년 전 조회 4,611
20년 전 조회 3,208
20년 전 조회 2,988
20년 전 조회 3,836
20년 전 조회 2,751
20년 전 조회 3,832
20년 전 조회 4,108
20년 전 조회 3,525
20년 전 조회 3,578
20년 전 조회 4,199