자동으로 창크기 변환

· 19년 전 · 2115
<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><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
19년 전 조회 1,903
19년 전 조회 3,510
19년 전 조회 2,485
19년 전 조회 6,321
19년 전 조회 2,189
19년 전 조회 2,071
19년 전 조회 2,870
19년 전 조회 1,966
19년 전 조회 2,437
19년 전 조회 2,268
19년 전 조회 3,720
19년 전 조회 2,723
19년 전 조회 2,914
19년 전 조회 4,528
19년 전 조회 3,701
19년 전 조회 2,474
19년 전 조회 4,465
19년 전 조회 3,440
19년 전 조회 4,298
19년 전 조회 2,171
19년 전 조회 2,368
19년 전 조회 2,303
19년 전 조회 3,506
19년 전 조회 2,873
19년 전 조회 3,670
19년 전 조회 2,837
19년 전 조회 2,668
19년 전 조회 2,504
19년 전 조회 2,393
19년 전 조회 2,284
19년 전 조회 4,418
19년 전 조회 2,837
19년 전 조회 2,312
19년 전 조회 2,417
19년 전 조회 2,997
19년 전 조회 2,119
19년 전 조회 3,356
19년 전 조회 2,910
19년 전 조회 2,423
19년 전 조회 1,951
19년 전 조회 2,403
19년 전 조회 2,176
19년 전 조회 2,049
19년 전 조회 2,619
19년 전 조회 2,473
19년 전 조회 4,045
19년 전 조회 3,899
19년 전 조회 2,412
19년 전 조회 3,442
19년 전 조회 2,116
19년 전 조회 2,541
19년 전 조회 2,425
19년 전 조회 2,496
19년 전 조회 2,336
19년 전 조회 2,971
19년 전 조회 2,980
19년 전 조회 3,318
19년 전 조회 3,189
19년 전 조회 2,860
19년 전 조회 3,076
19년 전 조회 3,319
19년 전 조회 3,028
19년 전 조회 2,765
19년 전 조회 3,086
19년 전 조회 4,665
19년 전 조회 2,572
19년 전 조회 2,601
19년 전 조회 3,648
19년 전 조회 3,304
19년 전 조회 2,959
19년 전 조회 2,203
19년 전 조회 1,941
19년 전 조회 3,027
19년 전 조회 1,880
19년 전 조회 2,458
19년 전 조회 4,108
19년 전 조회 3,891
19년 전 조회 3,605
19년 전 조회 3,559
19년 전 조회 1,719
19년 전 조회 2,083
19년 전 조회 2,004
19년 전 조회 2,685
19년 전 조회 4,772
19년 전 조회 2,908
19년 전 조회 2,074
19년 전 조회 2,079
19년 전 조회 1,964
19년 전 조회 2,708
19년 전 조회 8,332
19년 전 조회 2,885
19년 전 조회 2,942
19년 전 조회 3,202
19년 전 조회 2,349
19년 전 조회 2,360
19년 전 조회 2,327
19년 전 조회 2,213
19년 전 조회 2,408
19년 전 조회 2,661
19년 전 조회 3,234