창크기 자동 조절

· 20년 전 · 3261
<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,499
19년 전 조회 3,360
19년 전 조회 3,756
19년 전 조회 5,468
19년 전 조회 3,382
19년 전 조회 3,384
19년 전 조회 2,986
19년 전 조회 2,718
19년 전 조회 2,969
19년 전 조회 2,696
19년 전 조회 2,805
19년 전 조회 2,597
19년 전 조회 2,960
19년 전 조회 3,213
19년 전 조회 3,507
19년 전 조회 7,306
19년 전 조회 5,428
19년 전 조회 2,688
19년 전 조회 5,439
19년 전 조회 3,366
19년 전 조회 2,729
19년 전 조회 2,395
19년 전 조회 3,839
19년 전 조회 3,147
19년 전 조회 3,542
19년 전 조회 3,150
19년 전 조회 3,657
19년 전 조회 2,969
19년 전 조회 3,703
19년 전 조회 2,681
19년 전 조회 4,366
19년 전 조회 3,554
19년 전 조회 4,367
19년 전 조회 3,739
19년 전 조회 3,372
19년 전 조회 3,644
19년 전 조회 2,708
19년 전 조회 3,109
19년 전 조회 2,614
19년 전 조회 3,989
19년 전 조회 5,009
19년 전 조회 4,038
19년 전 조회 2,012
19년 전 조회 3,001
19년 전 조회 2,682
19년 전 조회 2,884
20년 전 조회 4,681
20년 전 조회 2,847
20년 전 조회 3,318
20년 전 조회 3,262
20년 전 조회 3,928
20년 전 조회 3,899
20년 전 조회 2,128
20년 전 조회 2,492
20년 전 조회 3,079
20년 전 조회 2,720
20년 전 조회 4,590
20년 전 조회 3,581
20년 전 조회 4,361
20년 전 조회 2,881
20년 전 조회 2,755
20년 전 조회 3,239
20년 전 조회 2,742
20년 전 조회 3,029
20년 전 조회 2,735
20년 전 조회 3,452
20년 전 조회 1,943
20년 전 조회 3,265
20년 전 조회 2,556
20년 전 조회 2,449
20년 전 조회 2,540
20년 전 조회 2,906
20년 전 조회 2,398
20년 전 조회 4,734
20년 전 조회 2,955
20년 전 조회 2,705
20년 전 조회 3,212
20년 전 조회 3,320
20년 전 조회 3,381
20년 전 조회 2,911
20년 전 조회 3,286
20년 전 조회 2,816
20년 전 조회 2,465
20년 전 조회 3,041
20년 전 조회 2,739
20년 전 조회 2,800
20년 전 조회 4,064
20년 전 조회 3,522
20년 전 조회 5,269
20년 전 조회 2,664
20년 전 조회 4,780
20년 전 조회 3,368
20년 전 조회 3,146
20년 전 조회 3,994
20년 전 조회 2,920
20년 전 조회 3,993
20년 전 조회 4,281
20년 전 조회 3,691
20년 전 조회 3,722
20년 전 조회 4,363