창크기 자동 조절

· 19년 전 · 3161
<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,403
19년 전 조회 3,242
19년 전 조회 3,650
19년 전 조회 5,361
19년 전 조회 3,279
19년 전 조회 3,292
19년 전 조회 2,875
19년 전 조회 2,623
19년 전 조회 2,866
19년 전 조회 2,596
19년 전 조회 2,717
19년 전 조회 2,511
19년 전 조회 2,861
19년 전 조회 3,130
19년 전 조회 3,407
19년 전 조회 7,215
19년 전 조회 5,331
19년 전 조회 2,577
19년 전 조회 5,322
19년 전 조회 3,255
19년 전 조회 2,610
19년 전 조회 2,298
19년 전 조회 3,739
19년 전 조회 3,047
19년 전 조회 3,425
19년 전 조회 3,051
19년 전 조회 3,545
19년 전 조회 2,865
19년 전 조회 3,608
19년 전 조회 2,576
19년 전 조회 4,267
19년 전 조회 3,451
19년 전 조회 4,263
19년 전 조회 3,640
19년 전 조회 3,282
19년 전 조회 3,551
19년 전 조회 2,600
19년 전 조회 2,991
19년 전 조회 2,501
19년 전 조회 3,874
19년 전 조회 4,914
19년 전 조회 3,931
19년 전 조회 1,909
19년 전 조회 2,904
19년 전 조회 2,577
19년 전 조회 2,784
19년 전 조회 4,583
19년 전 조회 2,753
19년 전 조회 3,211
19년 전 조회 3,162
19년 전 조회 3,825
19년 전 조회 3,795
19년 전 조회 2,025
19년 전 조회 2,377
20년 전 조회 2,971
20년 전 조회 2,622
20년 전 조회 4,467
20년 전 조회 3,485
20년 전 조회 4,245
20년 전 조회 2,770
20년 전 조회 2,648
20년 전 조회 3,125
20년 전 조회 2,650
20년 전 조회 2,935
20년 전 조회 2,633
20년 전 조회 3,359
20년 전 조회 1,861
20년 전 조회 3,153
20년 전 조회 2,440
20년 전 조회 2,338
20년 전 조회 2,438
20년 전 조회 2,799
20년 전 조회 2,291
20년 전 조회 4,627
20년 전 조회 2,846
20년 전 조회 2,604
20년 전 조회 3,116
20년 전 조회 3,205
20년 전 조회 3,275
20년 전 조회 2,797
20년 전 조회 3,189
20년 전 조회 2,710
20년 전 조회 2,374
20년 전 조회 2,935
20년 전 조회 2,646
20년 전 조회 2,700
20년 전 조회 3,954
20년 전 조회 3,414
20년 전 조회 5,165
20년 전 조회 2,570
20년 전 조회 4,681
20년 전 조회 3,264
20년 전 조회 3,053
20년 전 조회 3,892
20년 전 조회 2,805
20년 전 조회 3,880
20년 전 조회 4,161
20년 전 조회 3,580
20년 전 조회 3,624
20년 전 조회 4,250