자동으로 창크기 변환

· 19년 전 · 2144
<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,934
19년 전 조회 3,543
19년 전 조회 2,510
19년 전 조회 6,356
19년 전 조회 2,224
19년 전 조회 2,093
19년 전 조회 2,903
19년 전 조회 1,999
19년 전 조회 2,461
19년 전 조회 2,290
19년 전 조회 3,750
19년 전 조회 2,751
19년 전 조회 2,946
19년 전 조회 4,553
19년 전 조회 3,729
19년 전 조회 2,499
19년 전 조회 4,495
19년 전 조회 3,466
19년 전 조회 4,334
19년 전 조회 2,197
19년 전 조회 2,399
19년 전 조회 2,324
19년 전 조회 3,536
19년 전 조회 2,899
19년 전 조회 3,692
19년 전 조회 2,873
19년 전 조회 2,701
19년 전 조회 2,527
19년 전 조회 2,424
19년 전 조회 2,316
19년 전 조회 4,442
19년 전 조회 2,862
19년 전 조회 2,337
19년 전 조회 2,444
19년 전 조회 3,029
19년 전 조회 2,151
19년 전 조회 3,385
19년 전 조회 2,951
19년 전 조회 2,458
19년 전 조회 1,981
19년 전 조회 2,427
19년 전 조회 2,209
19년 전 조회 2,083
19년 전 조회 2,650
19년 전 조회 2,496
19년 전 조회 4,078
19년 전 조회 3,935
19년 전 조회 2,442
19년 전 조회 3,476
19년 전 조회 2,145
19년 전 조회 2,573
19년 전 조회 2,460
19년 전 조회 2,522
19년 전 조회 2,374
19년 전 조회 3,005
19년 전 조회 3,012
19년 전 조회 3,344
19년 전 조회 3,223
19년 전 조회 2,889
19년 전 조회 3,104
19년 전 조회 3,342
19년 전 조회 3,059
19년 전 조회 2,794
19년 전 조회 3,121
19년 전 조회 4,694
19년 전 조회 2,600
19년 전 조회 2,626
19년 전 조회 3,676
19년 전 조회 3,331
19년 전 조회 2,986
19년 전 조회 2,235
19년 전 조회 1,969
19년 전 조회 3,058
19년 전 조회 1,913
19년 전 조회 2,490
19년 전 조회 4,130
19년 전 조회 3,920
19년 전 조회 3,635
19년 전 조회 3,582
19년 전 조회 1,753
19년 전 조회 2,122
19년 전 조회 2,039
19년 전 조회 2,713
19년 전 조회 4,802
19년 전 조회 2,936
19년 전 조회 2,098
19년 전 조회 2,107
19년 전 조회 1,999
19년 전 조회 2,744
19년 전 조회 8,360
19년 전 조회 2,913
19년 전 조회 2,977
19년 전 조회 3,239
19년 전 조회 2,378
19년 전 조회 2,405
19년 전 조회 2,363
19년 전 조회 2,251
19년 전 조회 2,436
19년 전 조회 2,694
19년 전 조회 3,269