자동으로 창크기 변환

· 19년 전 · 2091
<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,880
19년 전 조회 3,488
19년 전 조회 2,465
19년 전 조회 6,302
19년 전 조회 2,166
19년 전 조회 2,049
19년 전 조회 2,845
19년 전 조회 1,946
19년 전 조회 2,417
19년 전 조회 2,243
19년 전 조회 3,699
19년 전 조회 2,700
19년 전 조회 2,888
19년 전 조회 4,510
19년 전 조회 3,684
19년 전 조회 2,446
19년 전 조회 4,442
19년 전 조회 3,418
19년 전 조회 4,278
19년 전 조회 2,147
19년 전 조회 2,342
19년 전 조회 2,284
19년 전 조회 3,485
19년 전 조회 2,858
19년 전 조회 3,645
19년 전 조회 2,817
19년 전 조회 2,649
19년 전 조회 2,481
19년 전 조회 2,375
19년 전 조회 2,263
19년 전 조회 4,396
19년 전 조회 2,810
19년 전 조회 2,289
19년 전 조회 2,398
19년 전 조회 2,974
19년 전 조회 2,090
19년 전 조회 3,339
19년 전 조회 2,897
19년 전 조회 2,404
19년 전 조회 1,934
19년 전 조회 2,381
19년 전 조회 2,155
19년 전 조회 2,035
19년 전 조회 2,594
19년 전 조회 2,455
19년 전 조회 4,029
19년 전 조회 3,878
19년 전 조회 2,380
19년 전 조회 3,418
19년 전 조회 2,092
19년 전 조회 2,515
19년 전 조회 2,410
19년 전 조회 2,473
19년 전 조회 2,316
19년 전 조회 2,951
19년 전 조회 2,957
19년 전 조회 3,294
19년 전 조회 3,166
19년 전 조회 2,839
19년 전 조회 3,055
19년 전 조회 3,300
19년 전 조회 3,011
19년 전 조회 2,741
19년 전 조회 3,069
19년 전 조회 4,649
19년 전 조회 2,557
19년 전 조회 2,579
19년 전 조회 3,623
19년 전 조회 3,288
19년 전 조회 2,943
19년 전 조회 2,181
19년 전 조회 1,918
19년 전 조회 3,011
19년 전 조회 1,862
19년 전 조회 2,440
19년 전 조회 4,085
19년 전 조회 3,864
19년 전 조회 3,588
19년 전 조회 3,537
19년 전 조회 1,696
19년 전 조회 2,070
19년 전 조회 1,984
19년 전 조회 2,664
19년 전 조회 4,749
19년 전 조회 2,892
19년 전 조회 2,049
19년 전 조회 2,058
19년 전 조회 1,950
19년 전 조회 2,693
19년 전 조회 8,311
19년 전 조회 2,865
19년 전 조회 2,923
19년 전 조회 3,185
19년 전 조회 2,327
19년 전 조회 2,344
19년 전 조회 2,305
19년 전 조회 2,198
19년 전 조회 2,382
19년 전 조회 2,641
19년 전 조회 3,209