창크기 자동 조절

· 19년 전 · 3112
<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,344
19년 전 조회 3,193
19년 전 조회 3,602
19년 전 조회 5,309
19년 전 조회 3,221
19년 전 조회 3,235
19년 전 조회 2,824
19년 전 조회 2,562
19년 전 조회 2,819
19년 전 조회 2,546
19년 전 조회 2,656
19년 전 조회 2,459
19년 전 조회 2,804
19년 전 조회 3,071
19년 전 조회 3,348
19년 전 조회 7,155
19년 전 조회 5,283
19년 전 조회 2,522
19년 전 조회 5,264
19년 전 조회 3,211
19년 전 조회 2,559
19년 전 조회 2,243
19년 전 조회 3,678
19년 전 조회 2,995
19년 전 조회 3,374
19년 전 조회 2,994
19년 전 조회 3,497
19년 전 조회 2,813
19년 전 조회 3,552
19년 전 조회 2,514
19년 전 조회 4,211
19년 전 조회 3,394
19년 전 조회 4,216
19년 전 조회 3,585
19년 전 조회 3,229
19년 전 조회 3,509
19년 전 조회 2,559
19년 전 조회 2,947
19년 전 조회 2,454
19년 전 조회 3,822
19년 전 조회 4,854
19년 전 조회 3,879
19년 전 조회 1,851
19년 전 조회 2,849
19년 전 조회 2,520
19년 전 조회 2,733
19년 전 조회 4,521
19년 전 조회 2,688
19년 전 조회 3,160
19년 전 조회 3,113
19년 전 조회 3,776
19년 전 조회 3,739
19년 전 조회 1,966
19년 전 조회 2,325
19년 전 조회 2,911
19년 전 조회 2,562
19년 전 조회 4,419
19년 전 조회 3,426
19년 전 조회 4,184
19년 전 조회 2,727
19년 전 조회 2,595
19년 전 조회 3,067
20년 전 조회 2,596
20년 전 조회 2,892
20년 전 조회 2,583
20년 전 조회 3,302
20년 전 조회 1,811
20년 전 조회 3,096
20년 전 조회 2,382
20년 전 조회 2,300
20년 전 조회 2,388
20년 전 조회 2,752
20년 전 조회 2,239
20년 전 조회 4,584
20년 전 조회 2,794
20년 전 조회 2,557
20년 전 조회 3,066
20년 전 조회 3,163
20년 전 조회 3,229
20년 전 조회 2,751
20년 전 조회 3,136
20년 전 조회 2,668
20년 전 조회 2,322
20년 전 조회 2,893
20년 전 조회 2,595
20년 전 조회 2,648
20년 전 조회 3,905
20년 전 조회 3,381
20년 전 조회 5,121
20년 전 조회 2,525
20년 전 조회 4,622
20년 전 조회 3,220
20년 전 조회 2,994
20년 전 조회 3,846
20년 전 조회 2,758
20년 전 조회 3,837
20년 전 조회 4,117
20년 전 조회 3,537
20년 전 조회 3,581
20년 전 조회 4,208