묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
고수님들 소스좀 봐 주세요 ^^*
2007.08.06 03:43
numOfBtn = 10;
link = new Array();
link[1] = "../view/view01.php";
link[2] = "../view/view02.php";
link[3] = "../view/view03.php";
link[4] = "../view/view04.php";
link[5] = "../view/view05.php";
link[6] = "../view/view06.php";
link[7] = "../view/view07.php";
link[8] = "../view/view08.php";
link[9] = "../view/view09.php";
link[10] = "../view/view10.php";
for (i=1; i<=numOfBtn; i++) {
this["btn"+i].onRelease = function() {
getURL(link[this._name.substr(3)], "_blank");
};
this["btn"+i].onRollOver = function() {
this._parent._parent._parent._parent.onEnterFrame = null;
};
this["btn"+i].onRollOut = function() {
this._parent._parent._parent._parent.onEnterFrame = function() {
if (_global.dir == "prev") {
if (1 == this.menu._currentframe) {
this.menu.gotoAndStop(this.menu._totalframes);
}
this.menu.prevFrame();
} else {
if (this.menu._totalframes == this.menu._currentframe) {
this.menu.gotoAndPlay(1);
}
this.menu.nextFrame();
}
};
};
}
-----------------------------------
윗 코드가 원문인데요
단순한 블랭크로 새창이 열리지 않구
가로 650
세로 700으로 새창이 열리게 하여면 어떻게 해야 하나요?
수정해서 올려주심 감사하겠습니다.
수정해주신 분이 원하시는 소원이 이루어지게 해달라고 진심으로 기도하겠습니다.
즐거운 하루 보내세요 ^^
link = new Array();
link[1] = "../view/view01.php";
link[2] = "../view/view02.php";
link[3] = "../view/view03.php";
link[4] = "../view/view04.php";
link[5] = "../view/view05.php";
link[6] = "../view/view06.php";
link[7] = "../view/view07.php";
link[8] = "../view/view08.php";
link[9] = "../view/view09.php";
link[10] = "../view/view10.php";
for (i=1; i<=numOfBtn; i++) {
this["btn"+i].onRelease = function() {
getURL(link[this._name.substr(3)], "_blank");
};
this["btn"+i].onRollOver = function() {
this._parent._parent._parent._parent.onEnterFrame = null;
};
this["btn"+i].onRollOut = function() {
this._parent._parent._parent._parent.onEnterFrame = function() {
if (_global.dir == "prev") {
if (1 == this.menu._currentframe) {
this.menu.gotoAndStop(this.menu._totalframes);
}
this.menu.prevFrame();
} else {
if (this.menu._totalframes == this.menu._currentframe) {
this.menu.gotoAndPlay(1);
}
this.menu.nextFrame();
}
};
};
}
-----------------------------------
윗 코드가 원문인데요
단순한 블랭크로 새창이 열리지 않구
가로 650
세로 700으로 새창이 열리게 하여면 어떻게 해야 하나요?
수정해서 올려주심 감사하겠습니다.
수정해주신 분이 원하시는 소원이 이루어지게 해달라고 진심으로 기도하겠습니다.
즐거운 하루 보내세요 ^^