창크기 자동 조절

· 19년 전 · 3128
<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,366
19년 전 조회 3,214
19년 전 조회 3,621
19년 전 조회 5,327
19년 전 조회 3,244
19년 전 조회 3,255
19년 전 조회 2,844
19년 전 조회 2,588
19년 전 조회 2,834
19년 전 조회 2,561
19년 전 조회 2,684
19년 전 조회 2,480
19년 전 조회 2,831
19년 전 조회 3,096
19년 전 조회 3,371
19년 전 조회 7,183
19년 전 조회 5,302
19년 전 조회 2,547
19년 전 조회 5,287
19년 전 조회 3,228
19년 전 조회 2,582
19년 전 조회 2,266
19년 전 조회 3,702
19년 전 조회 3,016
19년 전 조회 3,394
19년 전 조회 3,013
19년 전 조회 3,521
19년 전 조회 2,837
19년 전 조회 3,578
19년 전 조회 2,544
19년 전 조회 4,230
19년 전 조회 3,419
19년 전 조회 4,232
19년 전 조회 3,613
19년 전 조회 3,252
19년 전 조회 3,526
19년 전 조회 2,573
19년 전 조회 2,966
19년 전 조회 2,475
19년 전 조회 3,841
19년 전 조회 4,878
19년 전 조회 3,898
19년 전 조회 1,874
19년 전 조회 2,869
19년 전 조회 2,541
19년 전 조회 2,755
19년 전 조회 4,552
19년 전 조회 2,713
19년 전 조회 3,181
19년 전 조회 3,129
19년 전 조회 3,796
19년 전 조회 3,757
19년 전 조회 1,987
19년 전 조회 2,348
19년 전 조회 2,932
19년 전 조회 2,588
19년 전 조회 4,444
19년 전 조회 3,453
20년 전 조회 4,209
20년 전 조회 2,745
20년 전 조회 2,611
20년 전 조회 3,088
20년 전 조회 2,621
20년 전 조회 2,911
20년 전 조회 2,603
20년 전 조회 3,327
20년 전 조회 1,837
20년 전 조회 3,117
20년 전 조회 2,403
20년 전 조회 2,315
20년 전 조회 2,410
20년 전 조회 2,767
20년 전 조회 2,258
20년 전 조회 4,600
20년 전 조회 2,818
20년 전 조회 2,577
20년 전 조회 3,090
20년 전 조회 3,181
20년 전 조회 3,243
20년 전 조회 2,765
20년 전 조회 3,159
20년 전 조회 2,686
20년 전 조회 2,339
20년 전 조회 2,908
20년 전 조회 2,613
20년 전 조회 2,667
20년 전 조회 3,928
20년 전 조회 3,399
20년 전 조회 5,140
20년 전 조회 2,547
20년 전 조회 4,644
20년 전 조회 3,239
20년 전 조회 3,021
20년 전 조회 3,861
20년 전 조회 2,781
20년 전 조회 3,858
20년 전 조회 4,140
20년 전 조회 3,554
20년 전 조회 3,601
20년 전 조회 4,226