COMING SOON 🚀

창크기 자동 조절

· 19년 전 · 3187
<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,428
19년 전 조회 3,283
19년 전 조회 3,681
19년 전 조회 5,398
19년 전 조회 3,306
19년 전 조회 3,319
19년 전 조회 2,907
19년 전 조회 2,648
19년 전 조회 2,901
19년 전 조회 2,632
19년 전 조회 2,744
19년 전 조회 2,540
19년 전 조회 2,887
19년 전 조회 3,155
19년 전 조회 3,434
19년 전 조회 7,239
19년 전 조회 5,358
19년 전 조회 2,620
19년 전 조회 5,353
19년 전 조회 3,281
19년 전 조회 2,646
19년 전 조회 2,335
19년 전 조회 3,765
19년 전 조회 3,070
19년 전 조회 3,457
19년 전 조회 3,076
19년 전 조회 3,577
19년 전 조회 2,884
19년 전 조회 3,646
19년 전 조회 2,604
19년 전 조회 4,295
19년 전 조회 3,489
19년 전 조회 4,296
19년 전 조회 3,664
19년 전 조회 3,302
19년 전 조회 3,572
19년 전 조회 2,631
19년 전 조회 3,032
19년 전 조회 2,533
19년 전 조회 3,910
19년 전 조회 4,940
19년 전 조회 3,963
19년 전 조회 1,939
19년 전 조회 2,935
19년 전 조회 2,611
19년 전 조회 2,816
19년 전 조회 4,611
19년 전 조회 2,781
19년 전 조회 3,241
19년 전 조회 3,188
19년 전 조회 3,860
19년 전 조회 3,822
20년 전 조회 2,053
20년 전 조회 2,416
20년 전 조회 3,004
20년 전 조회 2,650
20년 전 조회 4,499
20년 전 조회 3,509
20년 전 조회 4,277
20년 전 조회 2,810
20년 전 조회 2,676
20년 전 조회 3,157
20년 전 조회 2,675
20년 전 조회 2,968
20년 전 조회 2,659
20년 전 조회 3,387
20년 전 조회 1,879
20년 전 조회 3,179
20년 전 조회 2,468
20년 전 조회 2,377
20년 전 조회 2,463
20년 전 조회 2,834
20년 전 조회 2,320
20년 전 조회 4,666
20년 전 조회 2,881
20년 전 조회 2,635
20년 전 조회 3,141
20년 전 조회 3,239
20년 전 조회 3,311
20년 전 조회 2,841
20년 전 조회 3,218
20년 전 조회 2,746
20년 전 조회 2,402
20년 전 조회 2,967
20년 전 조회 2,669
20년 전 조회 2,725
20년 전 조회 3,991
20년 전 조회 3,448
20년 전 조회 5,196
20년 전 조회 2,598
20년 전 조회 4,716
20년 전 조회 3,294
20년 전 조회 3,082
20년 전 조회 3,922
20년 전 조회 2,842
20년 전 조회 3,912
20년 전 조회 4,200
20년 전 조회 3,622
20년 전 조회 3,654
20년 전 조회 4,287