主题:  如何制作弹出式窗口控制主网页的效果?

******

职务:普通成员
等级:1
金币:0.0
发贴:41
#12004/5/1 0:50:39
我看见有网页是打开后弹出一个小的窗口,里面有各种的链接,点击链接,主网页就会跳转.
这是父网页与子网页的关系问题吗? 如何设置?



******

职务:普通成员
等级:1
金币:0.0
发贴:41
#22004/5/2 13:54:32
是不是问题过于简单以致没有人想回答我呢?



红叶舞香山

职务:普通成员
等级:1
金币:1.1
发贴:269
#32004/5/2 17:26:43
你所说的是不是想某些进入论坛中的登陆框那种啊??过上若干秒以后不点击就自动关闭??
能不能说清楚点...



红叶舞香山

职务:普通成员
等级:1
金币:1.1
发贴:269
#42004/5/2 17:31:25
或者说是像广告一样的那种??
如果是那种的话就在你网页中加入这样的代码:
这是大部分网站采用的技术,在自己的网页中嵌入类似如下的脚本。

<script language="javascript">

<!--

window.open("http://www.xxxxxxx.com/xxx.asp?click=refwebsite");//你想要转向的链接地址

-->

</script>



******

职务:普通成员
等级:1
金币:0.0
发贴:41
#52004/5/2 23:27:25
是这种
www.raspage.com/pages/mainpixfr.html

应该如何实现这种效果呢?



红叶舞香山

职务:普通成员
等级:1
金币:1.1
发贴:269
#62004/5/4 12:33:05
我感觉这种好像是用一个插件可以做出来...或者是弹出广告那种..不过是把弹出的广告做成导航栏的形式...



******

职务:普通成员
等级:1
金币:0.0
发贴:41
#72004/5/5 3:05:28
我就是试过了,但是多次尝试和救助后都做不到可以控制主页的效果.
所以才发贴请教前辈们.



阿正

职务:普通成员
等级:1
金币:0.0
发贴:22
#82004/5/5 17:00:47
是个难题,看了看代码 没有什么启发`~~55555555555~~俺好笨~~



******

职务:普通成员
等级:1
金币:0.0
发贴:41
#92004/5/8 2:45:28
我将整个HTML复制了下来,但看不懂~!请问有人可以指点吗?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0040)http://www.raspage.com/pages/pixarm.html -->
<HTML><HEAD><TITLE>pixarm</TITLE>
<META http-equiv=content-type content=text/html;charset=iso-8859-1>
<SCRIPT language=javascript1.2><!--
self.moveTo(screen.availWidth-95,0)
// -->
        </SCRIPT>
<CSSCRIPTDICT>
<SCRIPT><!--
CSInit = new Array;
function CSScriptInit() {
if(typeof(skipPage) != "undefined") { if(skipPage) return; }
idxArray = new Array;
for(var i=0;i<CSInit.length;i++)
    idxArray[i] = i;
CSAction2(CSInit, idxArray);}
CSAg = window.navigator.userAgent; CSBVers = parseInt(CSAg.charAt(CSAg.indexOf("/")+1),10);
CSIsW3CDOM = ((document.getElementById) && !(IsIE()&&CSBVers<6)) ? true : false;
function IsIE() { return CSAg.indexOf("MSIE") > 0;}
function CSIEStyl(s) { return document.all.tags("div")[s].style; }
function CSNSStyl(s) { if (CSIsW3CDOM) return document.getElementById(s).style; else return CSFindElement(s,0); }
CSIImg=false;
function CSInitImgID() {if (!CSIImg && document.images) { for (var i=0; i<document.images.length; i++) { if (!document.images[i].id) document.images[i].id=document.images[i].name; } CSIImg = true;}}
function CSFindElement(n,ly) { if (CSBVers<4) return document[n];
    if (CSIsW3CDOM) {CSInitImgID();return(document.getElementById(n));}
    var curDoc = ly?ly.document:Document; var elem = curDoc[n];
    if (!elem) {for (var i=0;i<curDoc.layers.length;i++) {elem=CSFindElement(n,curDoc.layers[i]); if (elem) return elem; }}
    return elem;
}
function CSGetImage(n) {if(document.images) {return ((!IsIE()&&CSBVers<5)?CSFindElement(n,0):Document.images[n]);} else {return null;}}
CSDInit=false;
function CSIDOM() { if (CSDInit)return; CSDInit=true; if(document.getElementsByTagName) {var n = document.getElementsByTagName('DIV'); for (var i=0;i<n.length;i++) {CSICSS2Prop(n[i].id);}}}
function CSICSS2Prop(id) { var n = document.getElementsByTagName('STYLE');for (var i=0;i<n.length;i++) { var cn = n[i].childNodes; for (var j=0;j<cn.length;j++) { CSSetCSS2Props(CSFetchStyle(cn[j].data, id),id); }}}
function CSFetchStyle(sc, id) {
    var s=sc; while(s.indexOf("#")!=-1) { s=s.substring(s.indexOf("#")+1,sc.length); if (s.substring(0,s.indexOf("{")).toUpperCase().indexOf(id.toUpperCase())!=-1) return(s.substring(s.indexOf("{")+1,s.indexOf("}")));}
    return "";
}
function CSGetStyleAttrvalue (si, id) {
    var s=si.toUpperCase();
    var myID=id.toUpperCase()+":";
    var id1=s.indexOf(myID);
    if (id1==-1) return "";
    s=s.substring(id1+myID.length+1,si.length);
    var id2=s.indexOf(";");
    return ((id2==-1)?s:s.substring(0,id2));
}
function CSSetCSS2Props(si, id) {
    var el=document.getElementById(id);
    if (el==null) return;
    var style=document.getElementById(id).style;
    if (style) {
        if (style.left=="") style.left=CSGetStyleAttrvalue(si,"left");
        if (style.top=="") style.top=CSGetStyleAttrvalue(si,"top");
        if (style.width=="") style.width=CSGetStyleAttrvalue(si,"width");
        if (style.height=="") style.height=CSGetStyleAttrvalue(si,"height");
        if (style.visibility=="") style.visibility=CSGetStyleAttrvalue(si,"visibility");
        if (style.zIndex=="") style.zIndex=CSGetStyleAttrvalue(si,"z-index");
    }
}

function CSClickReturn () {
    var bAgent = window.navigator.userAgent;
    var bAppName = window.navigator.appName;
    if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0))
        return true; // dont follow link
    else return false; // dont follow link
}

function CSButtonReturn () {
    var bAgent = window.navigator.userAgent;
    var bAppName = window.navigator.appName;
    if ((bAppName.indexOf("Explorer") >= 0) && (bAgent.indexOf("Mozilla/3") >= 0) && (bAgent.indexOf("Mac") >= 0))
        return false; // follow link
    else return true; // follow link
}

CSIm=new Object();
function CSIShow(n,i) {
    if (document.images) {
        if (CSIm[n]) {
            var img=CSGetImage(n);
            if (img&&typeof(CSIm[n][i].src)!="undefined") {img.src=CSIm[n][i].src;}
            if(i!=0) self.status=CSIm[n][3]; else self.status=" ";
            return true;
        }
    }
    return false;
}
function CSILoad(action) {
    im=action[1];
    if (document.images) {
        CSIm[im]=new Object();
        for (var i=2;i<5;i++) {
            if (action[i]!='') {CSIm[im][i-2]=new Image(); CSIm[im][i-2].src=action[i];}
            else CSIm[im][i-2]=0;
        }
        CSIm[im][3] = action[5];
    }
}
CSStopExecution=false;
function CSAction(array) {return CSAction2(CSAct, array);}
function CSAction2(fct, array) {
    var result;
    for (var i=0;i<array.length;i++) {
        if(CSStopExecution) return false;
        var aa = fct[array[i]];
        if (aa == null) return false;
        var ta = new Array;
        for(var j=1;j<aa.length;j++) {
            if((aa[j]!=null)&&(typeof(aa[j])=="object")&&(aa[j].length==2)){
                if(aa[j][0]=="VAR"){ta[j]=CSStateArray[aa[j][1]];}
                else{if(aa[j][0]=="ACT"){ta[j]=CSAction(new Array(new String(aa[j][1])));}
                else ta[j]=aa[j];}
            } else ta[j]=aa[j];
        }            
        result=aa[0](ta);
    }
    return result;
}
CSAct = new Object;


// --></SCRIPT>
</CSSCRIPTDICT><CSACTIONDICT>
<SCRIPT><!--
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button',/*URL*/'../images/pix1.gif',/*URL*/'../images/pix1b.gif',/*URL*/'../images/pix1.gif','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button2',/*URL*/'../images/pix2.gif',/*URL*/'../images/pix2b.gif',/*URL*/'../images/pix2.gif','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button3',/*URL*/'../images/pix3.gif',/*URL*/'../images/pix3b.gif',/*URL*/'../images/pix3.gif','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button4',/*URL*/'../images/pix4.gif',/*URL*/'../images/pix4b.gif',/*URL*/'../images/pix4.gif','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button5',/*URL*/'../images/pix5.gif',/*URL*/'../images/pix5b.gif',/*URL*/'../images/pix5.gif','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button6',/*URL*/'../images/pix6.gif',/*URL*/'../images/pix6b.gif',/*URL*/'../images/pix6.gif','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button7',/*URL*/'../images/pix7.gif',/*URL*/'../images/pix7b.gif',/*URL*/'../images/pix7.gif','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'button8',/*URL*/'../images/pix8.gif',/*URL*/'../images/pix8b.gif',/*URL*/'../images/pix8.gif','');

// --></SCRIPT>
</CSACTIONDICT>
<META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
<BODY bgColor=#ebebe7 leftMargin=0 topMargin=0 onload=CSScriptInit();
marginheight="0" marginwidth="0">
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD><CSOBJ ht="../images/pix1b.gif" cl="../images/pix1.gif" t="Button"
h="14" w="71"><A onmouseover="return CSIShow(/*CMP*/'button',1)"
onclick="CSIShow(/*CMP*/'button',2);return CSButtonReturn()"
onmouseout="return CSIShow(/*CMP*/'button',0)"
href="http://www.raspage.com/pages/music/index.html"
target=ChestFrame><IMG height=14 src="pixarm.files/pix1.gif" width=71
border=0 name=button></A></CSOBJ></TD>
<TD rowSpan=8><IMG height=100 src="pixarm.files/pixmenu.gif" width=29
border=0></TD></TR>
<TR>
<TD><CSOBJ ht="../images/pix2b.gif" cl="../images/pix2.gif" t="Button"
h="12" w="71"><A onmouseover="return CSIShow(/*CMP*/'button2',1)"
onclick="CSIShow(/*CMP*/'button2',2);return CSButtonReturn()"
onmouseout="return CSIShow(/*CMP*/'button2',0)"
href="http://www.raspage.com/pages/icons.html" target=ChestFrame><IMG
height=12 src="pixarm.files/pix2.gif" width=71 border=0
name=button2></A></CSOBJ></TD></TR>
<TR>
<TD><CSOBJ ht="../images/pix3b.gif" cl="../images/pix3.gif" t="Button"
h="12" w="71"><A onmouseover="return CSIShow(/*CMP*/'button3',1)"
onclick="CSIShow(/*CMP*/'button3',2);return CSButtonReturn()"
onmouseout="return CSIShow(/*CMP*/'button3',0)"
href="http://www.raspage.com/pages/desktop.html" target=ChestFrame><IMG
height=12 src="pixarm.files/pix3.gif" width=71 border=0
name=button3></A></CSOBJ></TD></TR>
<TR>
<TD><CSOBJ ht="../images/pix4b.gif" cl="../images/pix4.gif" t="Button"
h="12" w="71"><A onmouseover="return CSIShow(/*CMP*/'button4',1)"
onclick="CSIShow(/*CMP*/'button4',2);return CSButtonReturn()"
onmouseout="return CSIShow(/*CMP*/'button4',0)"
href="http://www.raspage.com/pages/movies.html" target=ChestFrame><IMG
height=12 src="pixarm.files/pix4.gif" width=71 border=0
name=button4></A></CSOBJ></TD></TR>
<TR>
<TD><CSOBJ ht="../images/pix5b.gif" cl="../images/pix5.gif" t="Button"
h="12" w="71"><A onmouseover="return CSIShow(/*CMP*/'button5',1)"
onclick="CSIShow(/*CMP*/'button5',2);return CSButtonReturn()"
onmouseout="return CSIShow(/*CMP*/'button5',0)"
href="http://www.raspage.com/pages/games.html" target=ChestFrame><IMG
height=12 src="pixarm.files/pix5.gif" width=71 border=0
name=button5></A></CSOBJ></TD></TR>
<TR>
<TD><CSOBJ ht="../images/pix6b.gif" cl="../images/pix6.gif" t="Button"
h="12" w="71"><A onmouseover="return CSIShow(/*CMP*/'button6',1)"
onclick="CSIShow(/*CMP*/'button6',2);return CSButtonReturn()"
onmouseout="return CSIShow(/*CMP*/'button6',0)"
href="http://www.raspage.com/sb/index.html" target=ChestFrame><IMG
height=12 src="pixarm.files/pix6.gif" width=71 border=0
name=button6></A></CSOBJ></TD></TR>
<TR>
<TD><CSOBJ ht="../images/pix7b.gif" cl="../images/pix7.gif" t="Button"
h="12" w="71"><A onmouseover="return CSIShow(/*CMP*/'button7',1)"
onclick="CSIShow(/*CMP*/'button7',2);return CSButtonReturn()"
onmouseout="return CSIShow(/*CMP*/'button7',0)"
href="http://www.raspage.com/pages/misc.html" target=ChestFrame><IMG
height=12 src="pixarm.files/pix7.gif" width=71 border=0
name=button7></A></CSOBJ></TD></TR>
<TR>
<TD><CSOBJ ht="../images/pix8b.gif" cl="../images/pix8.gif" t="Button"
h="14" w="71"><A onmouseover="return CSIShow(/*CMP*/'button8',1)"
onclick="CSIShow(/*CMP*/'button8',2);return CSButtonReturn()"
onmouseout="return CSIShow(/*CMP*/'button8',0)"
href="http://www.raspage.com/pages/liens.html" target=ChestFrame><IMG
height=14 src="pixarm.files/pix8.gif" width=71 border=0
name=button8></A></CSOBJ></TD></TR></TBODY></TABLE></BODY></HTML>

编辑历史:[此帖最近一次被 mansun 编辑过(编辑时间:2004-05-08 15:52:33)]


******

职务:普通成员
等级:1
金币:0.0
发贴:41
#102004/5/8 2:47:14
晕~~~一些符号自动转成了表情的图标...



红叶舞香山

职务:普通成员
等级:1
金币:1.1
发贴:269
#112004/5/8 10:51:47
研究了半天终于解决了你所要解决的问题.:
1:把下面这段代码放在你的<head></head>之间.
<script language="javascript" type="text/javascript">
<!--
function abrir_janela_popup(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
2:在你的<body>里面加上<body onLoad="abrir_janela_popup('file:///E|/www.sky-xp.com/test.htm','','width=100,height=100,top=89,left=90')">

注意:'file:///E|/www.sky-xp.com/test.htm是你事先做好的链接...直接引用就可以了..
里面的width.height .top.left 分别是你所弹出窗口的宽度高度以及弹出窗口在网页左端上端的定位...你可以自己填写..你如果还不清楚的话就来给我留言或者是加入群来讨论吧...
你看看我的截图...

图片如下:



红叶舞香山

职务:普通成员
等级:1
金币:1.1
发贴:269
#122004/5/8 11:00:13
还有还有.以后发表你的帖子的时候如果里面有网页或者其他代码的话你就把"禁止转换表情图标"的复选框选上.否则别人看上去都是表情符号..很累的...