창크기 자동 조절

· 19년 전 · 3174
<html>
<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>
</html>

펌 어서 퍼왔는지 오래된거라 기억이 가물가물<div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
19년 전 조회 2,417
19년 전 조회 3,262
19년 전 조회 3,663
19년 전 조회 5,373
19년 전 조회 3,291
19년 전 조회 3,304
19년 전 조회 2,892
19년 전 조회 2,633
19년 전 조회 2,875
19년 전 조회 2,606
19년 전 조회 2,724
19년 전 조회 2,524
19년 전 조회 2,868
19년 전 조회 3,137
19년 전 조회 3,416
19년 전 조회 7,221
19년 전 조회 5,341
19년 전 조회 2,594
19년 전 조회 5,335
19년 전 조회 3,262
19년 전 조회 2,629
19년 전 조회 2,314
19년 전 조회 3,748
19년 전 조회 3,053
19년 전 조회 3,437
19년 전 조회 3,064
19년 전 조회 3,557
19년 전 조회 2,877
19년 전 조회 3,620
19년 전 조회 2,589
19년 전 조회 4,283
19년 전 조회 3,467
19년 전 조회 4,273
19년 전 조회 3,653
19년 전 조회 3,292
19년 전 조회 3,563
19년 전 조회 2,613
19년 전 조회 3,004
19년 전 조회 2,513
19년 전 조회 3,886
19년 전 조회 4,926
19년 전 조회 3,944
19년 전 조회 1,917
19년 전 조회 2,919
19년 전 조회 2,592
19년 전 조회 2,800
19년 전 조회 4,593
19년 전 조회 2,764
19년 전 조회 3,226
19년 전 조회 3,175
19년 전 조회 3,840
19년 전 조회 3,810
19년 전 조회 2,035
20년 전 조회 2,391
20년 전 조회 2,981
20년 전 조회 2,633
20년 전 조회 4,479
20년 전 조회 3,492
20년 전 조회 4,256
20년 전 조회 2,788
20년 전 조회 2,656
20년 전 조회 3,132
20년 전 조회 2,661
20년 전 조회 2,947
20년 전 조회 2,646
20년 전 조회 3,368
20년 전 조회 1,866
20년 전 조회 3,158
20년 전 조회 2,450
20년 전 조회 2,353
20년 전 조회 2,449
20년 전 조회 2,810
20년 전 조회 2,301
20년 전 조회 4,643
20년 전 조회 2,857
20년 전 조회 2,612
20년 전 조회 3,123
20년 전 조회 3,218
20년 전 조회 3,293
20년 전 조회 2,808
20년 전 조회 3,200
20년 전 조회 2,724
20년 전 조회 2,383
20년 전 조회 2,949
20년 전 조회 2,657
20년 전 조회 2,707
20년 전 조회 3,970
20년 전 조회 3,429
20년 전 조회 5,178
20년 전 조회 2,582
20년 전 조회 4,691
20년 전 조회 3,274
20년 전 조회 3,058
20년 전 조회 3,899
20년 전 조회 2,818
20년 전 조회 3,893
20년 전 조회 4,179
20년 전 조회 3,601
20년 전 조회 3,639
20년 전 조회 4,261