자동으로 창크기 변환

· 19년 전 · 2139
<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,929
19년 전 조회 3,541
19년 전 조회 2,510
19년 전 조회 6,356
19년 전 조회 2,220
19년 전 조회 2,093
19년 전 조회 2,899
19년 전 조회 1,997
19년 전 조회 2,460
19년 전 조회 2,288
19년 전 조회 3,747
19년 전 조회 2,748
19년 전 조회 2,946
19년 전 조회 4,552
19년 전 조회 3,728
19년 전 조회 2,497
19년 전 조회 4,492
19년 전 조회 3,463
19년 전 조회 4,333
19년 전 조회 2,196
19년 전 조회 2,398
19년 전 조회 2,324
19년 전 조회 3,535
19년 전 조회 2,895
19년 전 조회 3,691
19년 전 조회 2,871
19년 전 조회 2,698
19년 전 조회 2,525
19년 전 조회 2,421
19년 전 조회 2,313
19년 전 조회 4,441
19년 전 조회 2,861
19년 전 조회 2,335
19년 전 조회 2,441
19년 전 조회 3,029
19년 전 조회 2,148
19년 전 조회 3,383
19년 전 조회 2,950
19년 전 조회 2,456
19년 전 조회 1,981
19년 전 조회 2,427
19년 전 조회 2,205
19년 전 조회 2,080
19년 전 조회 2,647
19년 전 조회 2,495
19년 전 조회 4,077
19년 전 조회 3,932
19년 전 조회 2,438
19년 전 조회 3,474
19년 전 조회 2,140
19년 전 조회 2,571
19년 전 조회 2,459
19년 전 조회 2,518
19년 전 조회 2,370
19년 전 조회 3,002
19년 전 조회 3,008
19년 전 조회 3,339
19년 전 조회 3,221
19년 전 조회 2,887
19년 전 조회 3,099
19년 전 조회 3,339
19년 전 조회 3,057
19년 전 조회 2,793
19년 전 조회 3,116
19년 전 조회 4,690
19년 전 조회 2,598
19년 전 조회 2,626
19년 전 조회 3,673
19년 전 조회 3,331
19년 전 조회 2,985
19년 전 조회 2,235
19년 전 조회 1,969
19년 전 조회 3,057
19년 전 조회 1,908
19년 전 조회 2,489
19년 전 조회 4,129
19년 전 조회 3,917
19년 전 조회 3,629
19년 전 조회 3,581
19년 전 조회 1,752
19년 전 조회 2,118
19년 전 조회 2,037
19년 전 조회 2,711
19년 전 조회 4,798
19년 전 조회 2,935
19년 전 조회 2,097
19년 전 조회 2,104
19년 전 조회 1,993
19년 전 조회 2,742
19년 전 조회 8,359
19년 전 조회 2,911
19년 전 조회 2,975
19년 전 조회 3,237
19년 전 조회 2,374
19년 전 조회 2,398
19년 전 조회 2,361
19년 전 조회 2,250
19년 전 조회 2,435
19년 전 조회 2,692
19년 전 조회 3,264