자동으로 창크기 변환

· 19년 전 · 2081
<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,869
19년 전 조회 3,480
19년 전 조회 2,458
19년 전 조회 6,293
19년 전 조회 2,154
19년 전 조회 2,038
19년 전 조회 2,839
19년 전 조회 1,937
19년 전 조회 2,410
19년 전 조회 2,237
19년 전 조회 3,688
19년 전 조회 2,689
19년 전 조회 2,879
19년 전 조회 4,497
19년 전 조회 3,674
19년 전 조회 2,441
19년 전 조회 4,434
19년 전 조회 3,406
19년 전 조회 4,267
19년 전 조회 2,137
19년 전 조회 2,335
19년 전 조회 2,271
19년 전 조회 3,477
19년 전 조회 2,849
19년 전 조회 3,636
19년 전 조회 2,809
19년 전 조회 2,639
19년 전 조회 2,468
19년 전 조회 2,364
19년 전 조회 2,252
19년 전 조회 4,389
19년 전 조회 2,803
19년 전 조회 2,282
19년 전 조회 2,385
19년 전 조회 2,966
19년 전 조회 2,084
19년 전 조회 3,332
19년 전 조회 2,888
19년 전 조회 2,395
19년 전 조회 1,926
19년 전 조회 2,371
19년 전 조회 2,142
19년 전 조회 2,028
19년 전 조회 2,587
19년 전 조회 2,444
19년 전 조회 4,022
19년 전 조회 3,864
19년 전 조회 2,370
19년 전 조회 3,413
19년 전 조회 2,082
19년 전 조회 2,507
19년 전 조회 2,399
19년 전 조회 2,464
19년 전 조회 2,306
19년 전 조회 2,937
19년 전 조회 2,948
19년 전 조회 3,286
19년 전 조회 3,156
19년 전 조회 2,830
19년 전 조회 3,048
19년 전 조회 3,291
19년 전 조회 3,001
19년 전 조회 2,732
19년 전 조회 3,060
19년 전 조회 4,637
19년 전 조회 2,542
19년 전 조회 2,573
19년 전 조회 3,613
19년 전 조회 3,282
19년 전 조회 2,934
19년 전 조회 2,169
19년 전 조회 1,910
19년 전 조회 3,001
19년 전 조회 1,855
19년 전 조회 2,435
19년 전 조회 4,073
19년 전 조회 3,858
19년 전 조회 3,582
19년 전 조회 3,529
19년 전 조회 1,688
19년 전 조회 2,058
19년 전 조회 1,973
19년 전 조회 2,657
19년 전 조회 4,739
19년 전 조회 2,884
19년 전 조회 2,039
19년 전 조회 2,049
19년 전 조회 1,944
19년 전 조회 2,687
19년 전 조회 8,295
19년 전 조회 2,855
19년 전 조회 2,910
19년 전 조회 3,176
19년 전 조회 2,317
19년 전 조회 2,337
19년 전 조회 2,296
19년 전 조회 2,186
19년 전 조회 2,376
19년 전 조회 2,634
19년 전 조회 3,200