자동으로 창크기 변환

· 19년 전 · 2077
<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,865
19년 전 조회 3,476
19년 전 조회 2,457
19년 전 조회 6,291
19년 전 조회 2,153
19년 전 조회 2,036
19년 전 조회 2,836
19년 전 조회 1,934
19년 전 조회 2,405
19년 전 조회 2,234
19년 전 조회 3,685
19년 전 조회 2,687
19년 전 조회 2,872
19년 전 조회 4,495
19년 전 조회 3,669
19년 전 조회 2,439
19년 전 조회 4,428
19년 전 조회 3,403
19년 전 조회 4,265
19년 전 조회 2,134
19년 전 조회 2,334
19년 전 조회 2,263
19년 전 조회 3,474
19년 전 조회 2,846
19년 전 조회 3,632
19년 전 조회 2,809
19년 전 조회 2,637
19년 전 조회 2,466
19년 전 조회 2,362
19년 전 조회 2,249
19년 전 조회 4,387
19년 전 조회 2,799
19년 전 조회 2,279
19년 전 조회 2,383
19년 전 조회 2,966
19년 전 조회 2,082
19년 전 조회 3,329
19년 전 조회 2,885
19년 전 조회 2,393
19년 전 조회 1,926
19년 전 조회 2,370
19년 전 조회 2,137
19년 전 조회 2,025
19년 전 조회 2,584
19년 전 조회 2,441
19년 전 조회 4,017
19년 전 조회 3,864
19년 전 조회 2,370
19년 전 조회 3,413
19년 전 조회 2,078
19년 전 조회 2,505
19년 전 조회 2,396
19년 전 조회 2,461
19년 전 조회 2,305
19년 전 조회 2,933
19년 전 조회 2,945
19년 전 조회 3,284
19년 전 조회 3,155
19년 전 조회 2,826
19년 전 조회 3,044
19년 전 조회 3,287
19년 전 조회 2,998
19년 전 조회 2,731
19년 전 조회 3,060
19년 전 조회 4,636
19년 전 조회 2,538
19년 전 조회 2,570
19년 전 조회 3,609
19년 전 조회 3,280
19년 전 조회 2,928
19년 전 조회 2,167
19년 전 조회 1,910
19년 전 조회 2,997
19년 전 조회 1,854
19년 전 조회 2,431
19년 전 조회 4,073
19년 전 조회 3,854
19년 전 조회 3,579
19년 전 조회 3,526
19년 전 조회 1,685
19년 전 조회 2,056
19년 전 조회 1,969
19년 전 조회 2,656
19년 전 조회 4,738
19년 전 조회 2,883
19년 전 조회 2,037
19년 전 조회 2,048
19년 전 조회 1,940
19년 전 조회 2,681
19년 전 조회 8,293
19년 전 조회 2,853
19년 전 조회 2,908
19년 전 조회 3,173
19년 전 조회 2,316
19년 전 조회 2,335
19년 전 조회 2,293
19년 전 조회 2,182
19년 전 조회 2,373
19년 전 조회 2,631
19년 전 조회 3,197