자동으로 창크기 변환

· 19년 전 · 2108
<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,903
19년 전 조회 3,507
19년 전 조회 2,480
19년 전 조회 6,317
19년 전 조회 2,186
19년 전 조회 2,070
19년 전 조회 2,867
19년 전 조회 1,962
19년 전 조회 2,437
19년 전 조회 2,268
19년 전 조회 3,720
19년 전 조회 2,722
19년 전 조회 2,914
19년 전 조회 4,525
19년 전 조회 3,698
19년 전 조회 2,472
19년 전 조회 4,463
19년 전 조회 3,438
19년 전 조회 4,297
19년 전 조회 2,170
19년 전 조회 2,368
19년 전 조회 2,301
19년 전 조회 3,504
19년 전 조회 2,871
19년 전 조회 3,669
19년 전 조회 2,834
19년 전 조회 2,668
19년 전 조회 2,501
19년 전 조회 2,392
19년 전 조회 2,283
19년 전 조회 4,416
19년 전 조회 2,835
19년 전 조회 2,312
19년 전 조회 2,415
19년 전 조회 2,997
19년 전 조회 2,117
19년 전 조회 3,355
19년 전 조회 2,908
19년 전 조회 2,420
19년 전 조회 1,949
19년 전 조회 2,402
19년 전 조회 2,172
19년 전 조회 2,049
19년 전 조회 2,618
19년 전 조회 2,471
19년 전 조회 4,042
19년 전 조회 3,897
19년 전 조회 2,406
19년 전 조회 3,440
19년 전 조회 2,109
19년 전 조회 2,541
19년 전 조회 2,423
19년 전 조회 2,494
19년 전 조회 2,335
19년 전 조회 2,968
19년 전 조회 2,978
19년 전 조회 3,316
19년 전 조회 3,185
19년 전 조회 2,858
19년 전 조회 3,076
19년 전 조회 3,316
19년 전 조회 3,027
19년 전 조회 2,762
19년 전 조회 3,086
19년 전 조회 4,664
19년 전 조회 2,572
19년 전 조회 2,601
19년 전 조회 3,644
19년 전 조회 3,303
19년 전 조회 2,957
19년 전 조회 2,198
19년 전 조회 1,940
19년 전 조회 3,027
19년 전 조회 1,878
19년 전 조회 2,458
19년 전 조회 4,105
19년 전 조회 3,888
19년 전 조회 3,605
19년 전 조회 3,559
19년 전 조회 1,717
19년 전 조회 2,083
19년 전 조회 2,003
19년 전 조회 2,683
19년 전 조회 4,770
19년 전 조회 2,907
19년 전 조회 2,073
19년 전 조회 2,078
19년 전 조회 1,963
19년 전 조회 2,706
19년 전 조회 8,330
19년 전 조회 2,884
19년 전 조회 2,939
19년 전 조회 3,201
19년 전 조회 2,347
19년 전 조회 2,357
19년 전 조회 2,325
19년 전 조회 2,212
19년 전 조회 2,404
19년 전 조회 2,658
19년 전 조회 3,232