창크기 자동 조절

· 19년 전 · 3111
<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,340
19년 전 조회 3,191
19년 전 조회 3,600
19년 전 조회 5,304
19년 전 조회 3,219
19년 전 조회 3,235
19년 전 조회 2,822
19년 전 조회 2,556
19년 전 조회 2,813
19년 전 조회 2,543
19년 전 조회 2,654
19년 전 조회 2,451
19년 전 조회 2,800
19년 전 조회 3,069
19년 전 조회 3,347
19년 전 조회 7,152
19년 전 조회 5,281
19년 전 조회 2,522
19년 전 조회 5,262
19년 전 조회 3,208
19년 전 조회 2,556
19년 전 조회 2,240
19년 전 조회 3,674
19년 전 조회 2,992
19년 전 조회 3,371
19년 전 조회 2,992
19년 전 조회 3,495
19년 전 조회 2,810
19년 전 조회 3,550
19년 전 조회 2,511
19년 전 조회 4,208
19년 전 조회 3,392
19년 전 조회 4,216
19년 전 조회 3,583
19년 전 조회 3,226
19년 전 조회 3,505
19년 전 조회 2,556
19년 전 조회 2,944
19년 전 조회 2,452
19년 전 조회 3,820
19년 전 조회 4,852
19년 전 조회 3,876
19년 전 조회 1,847
19년 전 조회 2,846
19년 전 조회 2,518
19년 전 조회 2,733
19년 전 조회 4,518
19년 전 조회 2,687
19년 전 조회 3,157
19년 전 조회 3,112
19년 전 조회 3,774
19년 전 조회 3,737
19년 전 조회 1,963
19년 전 조회 2,321
19년 전 조회 2,907
19년 전 조회 2,561
19년 전 조회 4,417
19년 전 조회 3,424
19년 전 조회 4,178
19년 전 조회 2,722
19년 전 조회 2,592
19년 전 조회 3,066
20년 전 조회 2,594
20년 전 조회 2,890
20년 전 조회 2,579
20년 전 조회 3,299
20년 전 조회 1,808
20년 전 조회 3,092
20년 전 조회 2,381
20년 전 조회 2,297
20년 전 조회 2,384
20년 전 조회 2,749
20년 전 조회 2,237
20년 전 조회 4,580
20년 전 조회 2,791
20년 전 조회 2,556
20년 전 조회 3,063
20년 전 조회 3,156
20년 전 조회 3,226
20년 전 조회 2,747
20년 전 조회 3,134
20년 전 조회 2,662
20년 전 조회 2,321
20년 전 조회 2,892
20년 전 조회 2,594
20년 전 조회 2,647
20년 전 조회 3,901
20년 전 조회 3,378
20년 전 조회 5,119
20년 전 조회 2,523
20년 전 조회 4,619
20년 전 조회 3,214
20년 전 조회 2,990
20년 전 조회 3,844
20년 전 조회 2,755
20년 전 조회 3,834
20년 전 조회 4,117
20년 전 조회 3,533
20년 전 조회 3,580
20년 전 조회 4,204