창크기 자동 조절

· 20년 전 · 3258
<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,498
19년 전 조회 3,360
19년 전 조회 3,755
19년 전 조회 5,468
19년 전 조회 3,381
19년 전 조회 3,382
19년 전 조회 2,984
19년 전 조회 2,717
19년 전 조회 2,969
19년 전 조회 2,695
19년 전 조회 2,802
19년 전 조회 2,597
19년 전 조회 2,959
19년 전 조회 3,213
19년 전 조회 3,504
19년 전 조회 7,304
19년 전 조회 5,427
19년 전 조회 2,687
19년 전 조회 5,438
19년 전 조회 3,366
19년 전 조회 2,729
19년 전 조회 2,392
19년 전 조회 3,837
19년 전 조회 3,146
19년 전 조회 3,542
19년 전 조회 3,149
19년 전 조회 3,656
19년 전 조회 2,966
19년 전 조회 3,703
19년 전 조회 2,679
19년 전 조회 4,366
19년 전 조회 3,554
19년 전 조회 4,366
19년 전 조회 3,738
19년 전 조회 3,371
19년 전 조회 3,643
19년 전 조회 2,707
19년 전 조회 3,108
19년 전 조회 2,613
19년 전 조회 3,989
19년 전 조회 5,008
19년 전 조회 4,036
19년 전 조회 2,009
19년 전 조회 2,998
19년 전 조회 2,682
19년 전 조회 2,881
20년 전 조회 4,681
20년 전 조회 2,844
20년 전 조회 3,316
20년 전 조회 3,259
20년 전 조회 3,926
20년 전 조회 3,899
20년 전 조회 2,127
20년 전 조회 2,491
20년 전 조회 3,079
20년 전 조회 2,720
20년 전 조회 4,589
20년 전 조회 3,578
20년 전 조회 4,361
20년 전 조회 2,879
20년 전 조회 2,751
20년 전 조회 3,238
20년 전 조회 2,741
20년 전 조회 3,026
20년 전 조회 2,735
20년 전 조회 3,451
20년 전 조회 1,942
20년 전 조회 3,264
20년 전 조회 2,555
20년 전 조회 2,448
20년 전 조회 2,539
20년 전 조회 2,905
20년 전 조회 2,396
20년 전 조회 4,731
20년 전 조회 2,955
20년 전 조회 2,703
20년 전 조회 3,212
20년 전 조회 3,317
20년 전 조회 3,380
20년 전 조회 2,910
20년 전 조회 3,286
20년 전 조회 2,815
20년 전 조회 2,464
20년 전 조회 3,040
20년 전 조회 2,739
20년 전 조회 2,798
20년 전 조회 4,064
20년 전 조회 3,521
20년 전 조회 5,269
20년 전 조회 2,663
20년 전 조회 4,780
20년 전 조회 3,367
20년 전 조회 3,144
20년 전 조회 3,993
20년 전 조회 2,920
20년 전 조회 3,992
20년 전 조회 4,281
20년 전 조회 3,689
20년 전 조회 3,722
20년 전 조회 4,363