창크기 자동 조절

· 19년 전 · 3168
<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,412
19년 전 조회 3,256
19년 전 조회 3,655
19년 전 조회 5,364
19년 전 조회 3,285
19년 전 조회 3,302
19년 전 조회 2,888
19년 전 조회 2,628
19년 전 조회 2,870
19년 전 조회 2,602
19년 전 조회 2,720
19년 전 조회 2,519
19년 전 조회 2,865
19년 전 조회 3,135
19년 전 조회 3,411
19년 전 조회 7,219
19년 전 조회 5,337
19년 전 조회 2,589
19년 전 조회 5,328
19년 전 조회 3,260
19년 전 조회 2,618
19년 전 조회 2,306
19년 전 조회 3,742
19년 전 조회 3,050
19년 전 조회 3,433
19년 전 조회 3,057
19년 전 조회 3,554
19년 전 조회 2,870
19년 전 조회 3,615
19년 전 조회 2,582
19년 전 조회 4,277
19년 전 조회 3,462
19년 전 조회 4,266
19년 전 조회 3,647
19년 전 조회 3,287
19년 전 조회 3,557
19년 전 조회 2,611
19년 전 조회 2,997
19년 전 조회 2,508
19년 전 조회 3,881
19년 전 조회 4,925
19년 전 조회 3,936
19년 전 조회 1,914
19년 전 조회 2,910
19년 전 조회 2,584
19년 전 조회 2,792
19년 전 조회 4,587
19년 전 조회 2,759
19년 전 조회 3,222
19년 전 조회 3,169
19년 전 조회 3,834
19년 전 조회 3,802
19년 전 조회 2,031
19년 전 조회 2,385
20년 전 조회 2,978
20년 전 조회 2,628
20년 전 조회 4,473
20년 전 조회 3,487
20년 전 조회 4,250
20년 전 조회 2,779
20년 전 조회 2,654
20년 전 조회 3,131
20년 전 조회 2,657
20년 전 조회 2,942
20년 전 조회 2,641
20년 전 조회 3,363
20년 전 조회 1,863
20년 전 조회 3,154
20년 전 조회 2,444
20년 전 조회 2,344
20년 전 조회 2,447
20년 전 조회 2,809
20년 전 조회 2,297
20년 전 조회 4,635
20년 전 조회 2,853
20년 전 조회 2,609
20년 전 조회 3,120
20년 전 조회 3,212
20년 전 조회 3,282
20년 전 조회 2,802
20년 전 조회 3,194
20년 전 조회 2,719
20년 전 조회 2,380
20년 전 조회 2,940
20년 전 조회 2,650
20년 전 조회 2,704
20년 전 조회 3,961
20년 전 조회 3,422
20년 전 조회 5,172
20년 전 조회 2,573
20년 전 조회 4,687
20년 전 조회 3,269
20년 전 조회 3,055
20년 전 조회 3,895
20년 전 조회 2,811
20년 전 조회 3,888
20년 전 조회 4,167
20년 전 조회 3,586
20년 전 조회 3,631
20년 전 조회 4,257