자동으로 창크기 변환

· 19년 전 · 2251
<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><div class='small'>[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]</div>
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
19년 전 조회 2,012
19년 전 조회 3,642
19년 전 조회 2,602
19년 전 조회 6,444
19년 전 조회 2,325
19년 전 조회 2,183
19년 전 조회 2,995
19년 전 조회 2,096
19년 전 조회 2,542
19년 전 조회 2,381
19년 전 조회 3,846
19년 전 조회 2,840
19년 전 조회 3,044
19년 전 조회 4,641
19년 전 조회 3,846
19년 전 조회 2,580
19년 전 조회 4,581
19년 전 조회 3,555
19년 전 조회 4,432
19년 전 조회 2,286
19년 전 조회 2,500
19년 전 조회 2,425
19년 전 조회 3,630
19년 전 조회 3,015
19년 전 조회 3,779
19년 전 조회 2,978
19년 전 조회 2,796
19년 전 조회 2,630
19년 전 조회 2,510
19년 전 조회 2,418
19년 전 조회 4,537
19년 전 조회 2,969
19년 전 조회 2,445
19년 전 조회 2,546
19년 전 조회 3,123
19년 전 조회 2,246
19년 전 조회 3,483
19년 전 조회 3,058
19년 전 조회 2,558
19년 전 조회 2,091
19년 전 조회 2,512
19년 전 조회 2,313
19년 전 조회 2,188
19년 전 조회 2,753
19년 전 조회 2,598
19년 전 조회 4,167
19년 전 조회 4,039
19년 전 조회 2,543
19년 전 조회 3,564
19년 전 조회 2,252
19년 전 조회 2,666
19년 전 조회 2,562
19년 전 조회 2,617
19년 전 조회 2,480
19년 전 조회 3,105
19년 전 조회 3,114
19년 전 조회 3,443
19년 전 조회 3,326
19년 전 조회 2,982
19년 전 조회 3,209
19년 전 조회 3,439
19년 전 조회 3,151
19년 전 조회 2,882
19년 전 조회 3,208
19년 전 조회 4,780
19년 전 조회 2,695
19년 전 조회 2,712
19년 전 조회 3,767
19년 전 조회 3,424
19년 전 조회 3,093
19년 전 조회 2,345
19년 전 조회 2,072
19년 전 조회 3,151
19년 전 조회 1,992
19년 전 조회 2,597
19년 전 조회 4,217
19년 전 조회 4,013
19년 전 조회 3,724
19년 전 조회 3,658
19년 전 조회 1,841
19년 전 조회 2,207
19년 전 조회 2,134
19년 전 조회 2,795
19년 전 조회 4,894
19년 전 조회 3,025
19년 전 조회 2,180
19년 전 조회 2,182
19년 전 조회 2,079
19년 전 조회 2,831
19년 전 조회 8,444
19년 전 조회 2,997
19년 전 조회 3,050
19년 전 조회 3,330
19년 전 조회 2,479
19년 전 조회 2,495
19년 전 조회 2,456
19년 전 조회 2,340
19년 전 조회 2,538
19년 전 조회 2,776
19년 전 조회 3,351