창크기 자동 조절

· 19년 전 · 3138
<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,380
19년 전 조회 3,223
19년 전 조회 3,633
19년 전 조회 5,338
19년 전 조회 3,252
19년 전 조회 3,270
19년 전 조회 2,856
19년 전 조회 2,598
19년 전 조회 2,843
19년 전 조회 2,567
19년 전 조회 2,701
19년 전 조회 2,488
19년 전 조회 2,841
19년 전 조회 3,105
19년 전 조회 3,379
19년 전 조회 7,198
19년 전 조회 5,313
19년 전 조회 2,557
19년 전 조회 5,300
19년 전 조회 3,238
19년 전 조회 2,591
19년 전 조회 2,279
19년 전 조회 3,713
19년 전 조회 3,025
19년 전 조회 3,402
19년 전 조회 3,025
19년 전 조회 3,529
19년 전 조회 2,846
19년 전 조회 3,595
19년 전 조회 2,552
19년 전 조회 4,243
19년 전 조회 3,428
19년 전 조회 4,242
19년 전 조회 3,622
19년 전 조회 3,265
19년 전 조회 3,536
19년 전 조회 2,583
19년 전 조회 2,977
19년 전 조회 2,482
19년 전 조회 3,854
19년 전 조회 4,889
19년 전 조회 3,912
19년 전 조회 1,886
19년 전 조회 2,880
19년 전 조회 2,551
19년 전 조회 2,767
19년 전 조회 4,559
19년 전 조회 2,723
19년 전 조회 3,190
19년 전 조회 3,139
19년 전 조회 3,808
19년 전 조회 3,769
19년 전 조회 2,004
19년 전 조회 2,355
20년 전 조회 2,946
20년 전 조회 2,600
20년 전 조회 4,452
20년 전 조회 3,463
20년 전 조회 4,222
20년 전 조회 2,751
20년 전 조회 2,620
20년 전 조회 3,104
20년 전 조회 2,632
20년 전 조회 2,917
20년 전 조회 2,613
20년 전 조회 3,338
20년 전 조회 1,846
20년 전 조회 3,126
20년 전 조회 2,413
20년 전 조회 2,324
20년 전 조회 2,419
20년 전 조회 2,776
20년 전 조회 2,268
20년 전 조회 4,612
20년 전 조회 2,827
20년 전 조회 2,588
20년 전 조회 3,097
20년 전 조회 3,189
20년 전 조회 3,255
20년 전 조회 2,775
20년 전 조회 3,170
20년 전 조회 2,692
20년 전 조회 2,348
20년 전 조회 2,917
20년 전 조회 2,622
20년 전 조회 2,678
20년 전 조회 3,932
20년 전 조회 3,404
20년 전 조회 5,146
20년 전 조회 2,554
20년 전 조회 4,659
20년 전 조회 3,245
20년 전 조회 3,030
20년 전 조회 3,873
20년 전 조회 2,788
20년 전 조회 3,866
20년 전 조회 4,146
20년 전 조회 3,562
20년 전 조회 3,608
20년 전 조회 4,234