자동으로 창크기 변환

· 19년 전 · 2231
<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년 전 조회 2,003
19년 전 조회 3,631
19년 전 조회 2,588
19년 전 조회 6,430
19년 전 조회 2,311
19년 전 조회 2,169
19년 전 조회 2,985
19년 전 조회 2,082
19년 전 조회 2,528
19년 전 조회 2,368
19년 전 조회 3,836
19년 전 조회 2,831
19년 전 조회 3,030
19년 전 조회 4,634
19년 전 조회 3,831
19년 전 조회 2,567
19년 전 조회 4,571
19년 전 조회 3,546
19년 전 조회 4,421
19년 전 조회 2,276
19년 전 조회 2,488
19년 전 조회 2,416
19년 전 조회 3,616
19년 전 조회 3,000
19년 전 조회 3,766
19년 전 조회 2,968
19년 전 조회 2,779
19년 전 조회 2,614
19년 전 조회 2,503
19년 전 조회 2,410
19년 전 조회 4,529
19년 전 조회 2,947
19년 전 조회 2,431
19년 전 조회 2,532
19년 전 조회 3,110
19년 전 조회 2,234
19년 전 조회 3,470
19년 전 조회 3,043
19년 전 조회 2,542
19년 전 조회 2,077
19년 전 조회 2,500
19년 전 조회 2,298
19년 전 조회 2,173
19년 전 조회 2,740
19년 전 조회 2,587
19년 전 조회 4,154
19년 전 조회 4,024
19년 전 조회 2,525
19년 전 조회 3,553
19년 전 조회 2,232
19년 전 조회 2,651
19년 전 조회 2,551
19년 전 조회 2,602
19년 전 조회 2,466
19년 전 조회 3,092
19년 전 조회 3,102
19년 전 조회 3,427
19년 전 조회 3,315
19년 전 조회 2,966
19년 전 조회 3,192
19년 전 조회 3,428
19년 전 조회 3,138
19년 전 조회 2,863
19년 전 조회 3,186
19년 전 조회 4,770
19년 전 조회 2,683
19년 전 조회 2,702
19년 전 조회 3,756
19년 전 조회 3,414
19년 전 조회 3,083
19년 전 조회 2,326
19년 전 조회 2,058
19년 전 조회 3,137
19년 전 조회 1,983
19년 전 조회 2,583
19년 전 조회 4,204
19년 전 조회 3,999
19년 전 조회 3,709
19년 전 조회 3,647
19년 전 조회 1,827
19년 전 조회 2,193
19년 전 조회 2,121
19년 전 조회 2,788
19년 전 조회 4,880
19년 전 조회 3,015
19년 전 조회 2,169
19년 전 조회 2,171
19년 전 조회 2,065
19년 전 조회 2,817
19년 전 조회 8,424
19년 전 조회 2,980
19년 전 조회 3,040
19년 전 조회 3,312
19년 전 조회 2,460
19년 전 조회 2,476
19년 전 조회 2,438
19년 전 조회 2,322
19년 전 조회 2,518
19년 전 조회 2,766
19년 전 조회 3,334