창크기 자동 조절

· 20년 전 · 3246
<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,486
19년 전 조회 3,346
19년 전 조회 3,742
19년 전 조회 5,457
19년 전 조회 3,370
19년 전 조회 3,373
19년 전 조회 2,970
19년 전 조회 2,701
19년 전 조회 2,958
19년 전 조회 2,683
19년 전 조회 2,792
19년 전 조회 2,584
19년 전 조회 2,945
19년 전 조회 3,205
19년 전 조회 3,489
19년 전 조회 7,293
19년 전 조회 5,417
19년 전 조회 2,673
19년 전 조회 5,421
19년 전 조회 3,346
19년 전 조회 2,714
19년 전 조회 2,378
19년 전 조회 3,823
19년 전 조회 3,133
19년 전 조회 3,521
19년 전 조회 3,138
19년 전 조회 3,637
19년 전 조회 2,950
19년 전 조회 3,697
19년 전 조회 2,667
19년 전 조회 4,354
19년 전 조회 3,538
19년 전 조회 4,358
19년 전 조회 3,724
19년 전 조회 3,361
19년 전 조회 3,635
19년 전 조회 2,689
19년 전 조회 3,095
19년 전 조회 2,602
19년 전 조회 3,976
19년 전 조회 4,996
19년 전 조회 4,023
19년 전 조회 2,000
19년 전 조회 2,984
19년 전 조회 2,670
19년 전 조회 2,867
19년 전 조회 4,666
20년 전 조회 2,833
20년 전 조회 3,297
20년 전 조회 3,247
20년 전 조회 3,915
20년 전 조회 3,889
20년 전 조회 2,111
20년 전 조회 2,480
20년 전 조회 3,064
20년 전 조회 2,704
20년 전 조회 4,571
20년 전 조회 3,564
20년 전 조회 4,342
20년 전 조회 2,865
20년 전 조회 2,734
20년 전 조회 3,218
20년 전 조회 2,732
20년 전 조회 3,014
20년 전 조회 2,721
20년 전 조회 3,440
20년 전 조회 1,927
20년 전 조회 3,253
20년 전 조회 2,543
20년 전 조회 2,437
20년 전 조회 2,528
20년 전 조회 2,891
20년 전 조회 2,383
20년 전 조회 4,720
20년 전 조회 2,945
20년 전 조회 2,692
20년 전 조회 3,204
20년 전 조회 3,306
20년 전 조회 3,370
20년 전 조회 2,903
20년 전 조회 3,279
20년 전 조회 2,808
20년 전 조회 2,455
20년 전 조회 3,028
20년 전 조회 2,732
20년 전 조회 2,786
20년 전 조회 4,052
20년 전 조회 3,517
20년 전 조회 5,261
20년 전 조회 2,653
20년 전 조회 4,774
20년 전 조회 3,361
20년 전 조회 3,137
20년 전 조회 3,986
20년 전 조회 2,910
20년 전 조회 3,984
20년 전 조회 4,271
20년 전 조회 3,682
20년 전 조회 3,712
20년 전 조회 4,356