창크기 자동 조절

· 19년 전 · 3109
<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,337
19년 전 조회 3,185
19년 전 조회 3,598
19년 전 조회 5,303
19년 전 조회 3,216
19년 전 조회 3,234
19년 전 조회 2,820
19년 전 조회 2,555
19년 전 조회 2,809
19년 전 조회 2,542
19년 전 조회 2,651
19년 전 조회 2,451
19년 전 조회 2,799
19년 전 조회 3,067
19년 전 조회 3,345
19년 전 조회 7,152
19년 전 조회 5,278
19년 전 조회 2,521
19년 전 조회 5,261
19년 전 조회 3,208
19년 전 조회 2,553
19년 전 조회 2,234
19년 전 조회 3,674
19년 전 조회 2,990
19년 전 조회 3,370
19년 전 조회 2,992
19년 전 조회 3,495
19년 전 조회 2,809
19년 전 조회 3,548
19년 전 조회 2,510
19년 전 조회 4,207
19년 전 조회 3,389
19년 전 조회 4,214
19년 전 조회 3,583
19년 전 조회 3,225
19년 전 조회 3,502
19년 전 조회 2,552
19년 전 조회 2,942
19년 전 조회 2,452
19년 전 조회 3,817
19년 전 조회 4,852
19년 전 조회 3,876
19년 전 조회 1,846
19년 전 조회 2,843
19년 전 조회 2,517
19년 전 조회 2,733
19년 전 조회 4,517
19년 전 조회 2,686
19년 전 조회 3,156
19년 전 조회 3,110
19년 전 조회 3,771
19년 전 조회 3,733
19년 전 조회 1,962
19년 전 조회 2,319
19년 전 조회 2,902
19년 전 조회 2,561
19년 전 조회 4,415
19년 전 조회 3,422
19년 전 조회 4,178
19년 전 조회 2,722
19년 전 조회 2,588
19년 전 조회 3,066
20년 전 조회 2,593
20년 전 조회 2,890
20년 전 조회 2,579
20년 전 조회 3,296
20년 전 조회 1,807
20년 전 조회 3,091
20년 전 조회 2,381
20년 전 조회 2,296
20년 전 조회 2,383
20년 전 조회 2,748
20년 전 조회 2,237
20년 전 조회 4,578
20년 전 조회 2,788
20년 전 조회 2,555
20년 전 조회 3,061
20년 전 조회 3,155
20년 전 조회 3,224
20년 전 조회 2,746
20년 전 조회 3,134
20년 전 조회 2,662
20년 전 조회 2,320
20년 전 조회 2,888
20년 전 조회 2,590
20년 전 조회 2,645
20년 전 조회 3,899
20년 전 조회 3,375
20년 전 조회 5,118
20년 전 조회 2,521
20년 전 조회 4,618
20년 전 조회 3,211
20년 전 조회 2,988
20년 전 조회 3,841
20년 전 조회 2,753
20년 전 조회 3,833
20년 전 조회 4,113
20년 전 조회 3,529
20년 전 조회 3,579
20년 전 조회 4,202