창크기 자동 조절

· 19년 전 · 3169
<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,889
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,619
19년 전 조회 2,307
19년 전 조회 3,742
19년 전 조회 3,050
19년 전 조회 3,434
19년 전 조회 3,057
19년 전 조회 3,554
19년 전 조회 2,871
19년 전 조회 3,615
19년 전 조회 2,583
19년 전 조회 4,277
19년 전 조회 3,463
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,937
19년 전 조회 1,915
19년 전 조회 2,910
19년 전 조회 2,584
19년 전 조회 2,793
19년 전 조회 4,587
19년 전 조회 2,759
19년 전 조회 3,223
19년 전 조회 3,170
19년 전 조회 3,834
19년 전 조회 3,802
19년 전 조회 2,032
19년 전 조회 2,386
20년 전 조회 2,978
20년 전 조회 2,628
20년 전 조회 4,473
20년 전 조회 3,487
20년 전 조회 4,250
20년 전 조회 2,779
20년 전 조회 2,654
20년 전 조회 3,132
20년 전 조회 2,658
20년 전 조회 2,942
20년 전 조회 2,641
20년 전 조회 3,363
20년 전 조회 1,863
20년 전 조회 3,154
20년 전 조회 2,444
20년 전 조회 2,345
20년 전 조회 2,447
20년 전 조회 2,809
20년 전 조회 2,297
20년 전 조회 4,635
20년 전 조회 2,853
20년 전 조회 2,609
20년 전 조회 3,120
20년 전 조회 3,213
20년 전 조회 3,282
20년 전 조회 2,802
20년 전 조회 3,194
20년 전 조회 2,719
20년 전 조회 2,380
20년 전 조회 2,940
20년 전 조회 2,651
20년 전 조회 2,704
20년 전 조회 3,962
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,587
20년 전 조회 3,632
20년 전 조회 4,257