창크기 자동 조절

· 19년 전 · 3175
<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,419
19년 전 조회 3,263
19년 전 조회 3,664
19년 전 조회 5,378
19년 전 조회 3,291
19년 전 조회 3,305
19년 전 조회 2,893
19년 전 조회 2,634
19년 전 조회 2,877
19년 전 조회 2,606
19년 전 조회 2,725
19년 전 조회 2,524
19년 전 조회 2,869
19년 전 조회 3,139
19년 전 조회 3,418
19년 전 조회 7,221
19년 전 조회 5,341
19년 전 조회 2,595
19년 전 조회 5,339
19년 전 조회 3,266
19년 전 조회 2,631
19년 전 조회 2,314
19년 전 조회 3,748
19년 전 조회 3,054
19년 전 조회 3,437
19년 전 조회 3,064
19년 전 조회 3,557
19년 전 조회 2,877
19년 전 조회 3,622
19년 전 조회 2,591
19년 전 조회 4,283
19년 전 조회 3,470
19년 전 조회 4,273
19년 전 조회 3,654
19년 전 조회 3,293
19년 전 조회 3,564
19년 전 조회 2,615
19년 전 조회 3,006
19년 전 조회 2,515
19년 전 조회 3,889
19년 전 조회 4,926
19년 전 조회 3,945
19년 전 조회 1,920
19년 전 조회 2,920
19년 전 조회 2,594
19년 전 조회 2,801
19년 전 조회 4,594
19년 전 조회 2,765
19년 전 조회 3,227
19년 전 조회 3,176
19년 전 조회 3,842
19년 전 조회 3,810
19년 전 조회 2,035
20년 전 조회 2,391
20년 전 조회 2,981
20년 전 조회 2,637
20년 전 조회 4,482
20년 전 조회 3,493
20년 전 조회 4,256
20년 전 조회 2,789
20년 전 조회 2,659
20년 전 조회 3,133
20년 전 조회 2,661
20년 전 조회 2,949
20년 전 조회 2,646
20년 전 조회 3,368
20년 전 조회 1,866
20년 전 조회 3,158
20년 전 조회 2,450
20년 전 조회 2,354
20년 전 조회 2,449
20년 전 조회 2,812
20년 전 조회 2,305
20년 전 조회 4,643
20년 전 조회 2,861
20년 전 조회 2,613
20년 전 조회 3,126
20년 전 조회 3,219
20년 전 조회 3,295
20년 전 조회 2,811
20년 전 조회 3,202
20년 전 조회 2,724
20년 전 조회 2,386
20년 전 조회 2,949
20년 전 조회 2,657
20년 전 조회 2,709
20년 전 조회 3,970
20년 전 조회 3,430
20년 전 조회 5,179
20년 전 조회 2,583
20년 전 조회 4,691
20년 전 조회 3,276
20년 전 조회 3,061
20년 전 조회 3,902
20년 전 조회 2,818
20년 전 조회 3,896
20년 전 조회 4,181
20년 전 조회 3,601
20년 전 조회 3,640
20년 전 조회 4,263