자동으로 창크기 변환

· 19년 전 · 2134
<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,927
19년 전 조회 3,538
19년 전 조회 2,509
19년 전 조회 6,353
19년 전 조회 2,211
19년 전 조회 2,088
19년 전 조회 2,896
19년 전 조회 1,991
19년 전 조회 2,452
19년 전 조회 2,286
19년 전 조회 3,745
19년 전 조회 2,747
19년 전 조회 2,944
19년 전 조회 4,550
19년 전 조회 3,727
19년 전 조회 2,495
19년 전 조회 4,486
19년 전 조회 3,462
19년 전 조회 4,328
19년 전 조회 2,193
19년 전 조회 2,396
19년 전 조회 2,321
19년 전 조회 3,533
19년 전 조회 2,889
19년 전 조회 3,689
19년 전 조회 2,862
19년 전 조회 2,695
19년 전 조회 2,523
19년 전 조회 2,418
19년 전 조회 2,311
19년 전 조회 4,439
19년 전 조회 2,856
19년 전 조회 2,335
19년 전 조회 2,438
19년 전 조회 3,024
19년 전 조회 2,144
19년 전 조회 3,378
19년 전 조회 2,946
19년 전 조회 2,452
19년 전 조회 1,976
19년 전 조회 2,424
19년 전 조회 2,202
19년 전 조회 2,073
19년 전 조회 2,642
19년 전 조회 2,492
19년 전 조회 4,073
19년 전 조회 3,924
19년 전 조회 2,436
19년 전 조회 3,471
19년 전 조회 2,135
19년 전 조회 2,569
19년 전 조회 2,453
19년 전 조회 2,516
19년 전 조회 2,363
19년 전 조회 2,998
19년 전 조회 3,003
19년 전 조회 3,334
19년 전 조회 3,219
19년 전 조회 2,884
19년 전 조회 3,096
19년 전 조회 3,334
19년 전 조회 3,054
19년 전 조회 2,790
19년 전 조회 3,113
19년 전 조회 4,689
19년 전 조회 2,595
19년 전 조회 2,625
19년 전 조회 3,671
19년 전 조회 3,327
19년 전 조회 2,978
19년 전 조회 2,232
19년 전 조회 1,965
19년 전 조회 3,052
19년 전 조회 1,905
19년 전 조회 2,486
19년 전 조회 4,128
19년 전 조회 3,910
19년 전 조회 3,624
19년 전 조회 3,579
19년 전 조회 1,747
19년 전 조회 2,109
19년 전 조회 2,033
19년 전 조회 2,707
19년 전 조회 4,792
19년 전 조회 2,933
19년 전 조회 2,096
19년 전 조회 2,101
19년 전 조회 1,988
19년 전 조회 2,731
19년 전 조회 8,354
19년 전 조회 2,907
19년 전 조회 2,968
19년 전 조회 3,234
19년 전 조회 2,371
19년 전 조회 2,389
19년 전 조회 2,352
19년 전 조회 2,246
19년 전 조회 2,430
19년 전 조회 2,688
19년 전 조회 3,257