창크기 자동 조절

· 19년 전 · 3103
<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,331
19년 전 조회 3,178
19년 전 조회 3,591
19년 전 조회 5,299
19년 전 조회 3,212
19년 전 조회 3,232
19년 전 조회 2,815
19년 전 조회 2,549
19년 전 조회 2,800
19년 전 조회 2,534
19년 전 조회 2,648
19년 전 조회 2,448
19년 전 조회 2,797
19년 전 조회 3,065
19년 전 조회 3,342
19년 전 조회 7,144
19년 전 조회 5,274
19년 전 조회 2,519
19년 전 조회 5,254
19년 전 조회 3,203
19년 전 조회 2,547
19년 전 조회 2,229
19년 전 조회 3,668
19년 전 조회 2,989
19년 전 조회 3,366
19년 전 조회 2,986
19년 전 조회 3,487
19년 전 조회 2,803
19년 전 조회 3,540
19년 전 조회 2,504
19년 전 조회 4,202
19년 전 조회 3,384
19년 전 조회 4,208
19년 전 조회 3,576
19년 전 조회 3,219
19년 전 조회 3,494
19년 전 조회 2,545
19년 전 조회 2,933
19년 전 조회 2,447
19년 전 조회 3,813
19년 전 조회 4,847
19년 전 조회 3,869
19년 전 조회 1,842
19년 전 조회 2,837
19년 전 조회 2,508
19년 전 조회 2,723
19년 전 조회 4,515
19년 전 조회 2,684
19년 전 조회 3,148
19년 전 조회 3,104
19년 전 조회 3,760
19년 전 조회 3,724
19년 전 조회 1,962
19년 전 조회 2,313
19년 전 조회 2,900
19년 전 조회 2,555
19년 전 조회 4,407
19년 전 조회 3,417
19년 전 조회 4,175
19년 전 조회 2,710
19년 전 조회 2,584
19년 전 조회 3,060
19년 전 조회 2,591
20년 전 조회 2,886
20년 전 조회 2,573
20년 전 조회 3,291
20년 전 조회 1,800
20년 전 조회 3,087
20년 전 조회 2,373
20년 전 조회 2,288
20년 전 조회 2,382
20년 전 조회 2,740
20년 전 조회 2,234
20년 전 조회 4,575
20년 전 조회 2,786
20년 전 조회 2,551
20년 전 조회 3,060
20년 전 조회 3,149
20년 전 조회 3,223
20년 전 조회 2,742
20년 전 조회 3,126
20년 전 조회 2,658
20년 전 조회 2,318
20년 전 조회 2,884
20년 전 조회 2,581
20년 전 조회 2,637
20년 전 조회 3,895
20년 전 조회 3,371
20년 전 조회 5,111
20년 전 조회 2,515
20년 전 조회 4,609
20년 전 조회 3,205
20년 전 조회 2,988
20년 전 조회 3,832
20년 전 조회 2,747
20년 전 조회 3,829
20년 전 조회 4,105
20년 전 조회 3,525
20년 전 조회 3,578
20년 전 조회 4,198