창크기 자동 조절

· 19년 전 · 3126
<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,356
19년 전 조회 3,210
19년 전 조회 3,618
19년 전 조회 5,322
19년 전 조회 3,237
19년 전 조회 3,253
19년 전 조회 2,837
19년 전 조회 2,583
19년 전 조회 2,829
19년 전 조회 2,556
19년 전 조회 2,674
19년 전 조회 2,474
19년 전 조회 2,827
19년 전 조회 3,088
19년 전 조회 3,363
19년 전 조회 7,178
19년 전 조회 5,297
19년 전 조회 2,542
19년 전 조회 5,280
19년 전 조회 3,226
19년 전 조회 2,575
19년 전 조회 2,257
19년 전 조회 3,697
19년 전 조회 3,007
19년 전 조회 3,388
19년 전 조회 3,009
19년 전 조회 3,518
19년 전 조회 2,833
19년 전 조회 3,571
19년 전 조회 2,535
19년 전 조회 4,225
19년 전 조회 3,413
19년 전 조회 4,232
19년 전 조회 3,604
19년 전 조회 3,242
19년 전 조회 3,521
19년 전 조회 2,571
19년 전 조회 2,963
19년 전 조회 2,471
19년 전 조회 3,835
19년 전 조회 4,870
19년 전 조회 3,894
19년 전 조회 1,870
19년 전 조회 2,863
19년 전 조회 2,539
19년 전 조회 2,752
19년 전 조회 4,546
19년 전 조회 2,707
19년 전 조회 3,177
19년 전 조회 3,127
19년 전 조회 3,791
19년 전 조회 3,750
19년 전 조회 1,982
19년 전 조회 2,339
19년 전 조회 2,927
19년 전 조회 2,584
19년 전 조회 4,437
19년 전 조회 3,445
20년 전 조회 4,205
20년 전 조회 2,743
20년 전 조회 2,607
20년 전 조회 3,086
20년 전 조회 2,614
20년 전 조회 2,904
20년 전 조회 2,601
20년 전 조회 3,321
20년 전 조회 1,828
20년 전 조회 3,112
20년 전 조회 2,399
20년 전 조회 2,312
20년 전 조회 2,408
20년 전 조회 2,762
20년 전 조회 2,254
20년 전 조회 4,594
20년 전 조회 2,811
20년 전 조회 2,572
20년 전 조회 3,088
20년 전 조회 3,179
20년 전 조회 3,241
20년 전 조회 2,763
20년 전 조회 3,155
20년 전 조회 2,684
20년 전 조회 2,337
20년 전 조회 2,905
20년 전 조회 2,611
20년 전 조회 2,664
20년 전 조회 3,924
20년 전 조회 3,394
20년 전 조회 5,138
20년 전 조회 2,544
20년 전 조회 4,640
20년 전 조회 3,236
20년 전 조회 3,015
20년 전 조회 3,859
20년 전 조회 2,779
20년 전 조회 3,852
20년 전 조회 4,133
20년 전 조회 3,552
20년 전 조회 3,596
20년 전 조회 4,222