웹마스터 팁
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
웹브라우저 상태바가 밑으로 내려오는 소스
2004.03.16 00:47
아래의 소스는 웹브라우저의 상태바가 내려오는 소스 입니다...
이벤트용 으로 쓴다죠 아마도...
많이들 사용하세요...ㅋ
[예제]
http://varaho.cafe24.com/sose.htm
아래의 소스는 복사하셈...+_+//
<SCRIPT language=JavaScript>
<!--
ns = navigator.appName.indexOf('Netscape') != -1 ? true : false;
ie = navigator.appName.indexOf('Microsoft Internet Explorer') != -1 ? true : false;
mac = navigator.userAgent.indexOf('Mac') != -1 ? true : false;
var ban = 0
var counter = 0
var qt = false;
var timeoutID
var ns = document.layers ? true : false;
function posWin() {
self.moveTo(0,0);
setTimeout("windowCurtain()",50)
}
function windowCurtain() {
self.focus();
if(ban < 1)
{
if(ns)
{
if(counter < 505)
{
self.resizeBy(0,5)
counter = counter + 5
timeoutID = setTimeout("windowCurtain()", 10);
var newHeight = Math.round(counter * 100/505)
}
else
{
counter = 505
ban = 2
}
}
else
{
if(ie)
{
if(counter < 768)
{
self.resizeTo(screen.availWidth,counter)
counter = counter + 5
counter = counter + 5
timeoutID = setTimeout("windowCurtain()", 10);
var newHeight = Math.round(counter * 100/screen.availHeight)
}
else
{
counter = 660
ban = 2
}
}
}
}
if(ban > 1){
if(ns){
if(counter > 495){
self.resizeBy(0,-1)
counter = counter - 1
timeoutID = setTimeout("windowCurtain()", 10);
var newHeight = Math.round(counter * 100/495)
} else {
counter =495
clearTimeout()
}
}else
if(ie){
if(counter > 650){
self.resizeTo(screen.availWidth,screen.availHeight)
counter = counter - 1
timeoutID = setTimeout("windowCurtain()", 10);
var newHeight = Math.round(counter * 100/650)
} else {
counter = 650
timeoutID = clearTimeout(timeoutID)
}
}
}
}
posWin()
</SCRIPT>
뭐 배우는 입장이긴 한데...
아는것이 힘이다..=ㅁ=/
이벤트용 으로 쓴다죠 아마도...
많이들 사용하세요...ㅋ
[예제]
http://varaho.cafe24.com/sose.htm
아래의 소스는 복사하셈...+_+//
<SCRIPT language=JavaScript>
<!--
ns = navigator.appName.indexOf('Netscape') != -1 ? true : false;
ie = navigator.appName.indexOf('Microsoft Internet Explorer') != -1 ? true : false;
mac = navigator.userAgent.indexOf('Mac') != -1 ? true : false;
var ban = 0
var counter = 0
var qt = false;
var timeoutID
var ns = document.layers ? true : false;
function posWin() {
self.moveTo(0,0);
setTimeout("windowCurtain()",50)
}
function windowCurtain() {
self.focus();
if(ban < 1)
{
if(ns)
{
if(counter < 505)
{
self.resizeBy(0,5)
counter = counter + 5
timeoutID = setTimeout("windowCurtain()", 10);
var newHeight = Math.round(counter * 100/505)
}
else
{
counter = 505
ban = 2
}
}
else
{
if(ie)
{
if(counter < 768)
{
self.resizeTo(screen.availWidth,counter)
counter = counter + 5
counter = counter + 5
timeoutID = setTimeout("windowCurtain()", 10);
var newHeight = Math.round(counter * 100/screen.availHeight)
}
else
{
counter = 660
ban = 2
}
}
}
}
if(ban > 1){
if(ns){
if(counter > 495){
self.resizeBy(0,-1)
counter = counter - 1
timeoutID = setTimeout("windowCurtain()", 10);
var newHeight = Math.round(counter * 100/495)
} else {
counter =495
clearTimeout()
}
}else
if(ie){
if(counter > 650){
self.resizeTo(screen.availWidth,screen.availHeight)
counter = counter - 1
timeoutID = setTimeout("windowCurtain()", 10);
var newHeight = Math.round(counter * 100/650)
} else {
counter = 650
timeoutID = clearTimeout(timeoutID)
}
}
}
}
posWin()
</SCRIPT>
뭐 배우는 입장이긴 한데...
아는것이 힘이다..=ㅁ=/
댓글 5
-
▶◀그냥이렇게。
2004.03.17 23:23
내려오기 보다는 창크기가 조절되는 소스죠. ^^ -
김해랑
2004.12.12 05:15
근데 포워딩 된 주소에서는 안먹히네요..ㅠㅠ -
김해랑
2004.12.12 05:11
저는 잘 되는데요^^ -
김해랑
2004.12.12 05:10
효과 재밌네요^^
홈피 앞에 대문을 요렇게 해둘까?ㅋㅋ -
휘모리
2004.04.25 22:59
이거....써도 안되는데...ㅠ.ㅠ;;;
님꺼 클릭하면 잘되는데...
내꺼에서 쓰면..안되네요..왜그렇지?
제목 | 글쓴이 | 날짜 |
---|---|---|
허접한 풀다운 메뉴 소스입니다. (유용한 팁 일지는 모르겠네요.) [9] | tintintm | 2004.03.23 |
버튼 만들기 [1] | 旻天 | 2004.03.23 |
MS agent online object - Default Character 인 Merlin Action 추가 [2] | 꽃ちゃん | 2004.03.19 |
움직이는 타이틀바 [4] | 김동현 | 2004.03.18 |
웹브라우저 상태바가 밑으로 내려오는 소스 [5] | 프리서버 | 2004.03.16 |
브라우져(윈도우) 창의 크기(사이즈)를 조절하는 소스입니다 [5] | 나야 | 2004.03.15 |
프레임사이트에서 자식 프레임(URL)로 직접 치고 들어 올경우 다시 프레임 부모로 돌려보내는 소스 | 나야 | 2004.03.15 |
전체 include menu 만들기(롤오버 이미지 사용) [4] | Neoyoung | 2004.03.14 |
[초간단 자바스크립트!] 서브메뉴 만들기...~ [11] | ∑Ztxy | 2004.03.10 |
뉴스티커 [16] | zero | 2004.03.10 |
보안문서 만들기 [5] | 민우주 | 2004.03.07 |
팝업 창 띄우고 어미창 사라지게 하는 소스 [5] | piasol | 2004.03.06 |
방문자 OS보여주기 [5] | 구조반 | 2004.03.05 |
벅스뮤직 음악듣기 및 시작 정지 버튼 넣기(기타 음악파일도...) [3] | 카멜롯™ | 2004.03.04 |
회원 가입 페이지 이젠 끝이다 [5] | 윌 | 2004.03.03 |
우뚜같은 포워딩 페이지에서 프레임 깨기.(프레임 없애기) [17] | 김영성 | 2004.02.19 |
벅스뮤직 플레이어 스크립트 추출기 [4] | 이녀석 | 2004.02.16 |
XML+JS 연동 다중셀렉트 | 투헤븐 | 2004.02.16 |
BGM Player (배경 음악) [17] | 장진석 | 2004.02.16 |
페이지 내에 주소창 달기 [1] | piasol | 2004.02.09 |