论坛: 网站建设 标题: 请教各位高手--非常感谢--网页代码问题 复制本贴地址    
作者: knight2989 [knight2989]    论坛用户   登录
那位高手能帮我解决这个问题....
Dreamweaver MX 2004能打开此网页 但是打开之后看不到有些连接及文字.用IE浏览是正常的..
代码如下:html

<html>
<head>

<title>最终幻想(视频点播 音乐点播 电影点播 课件点播)</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!-- 
td {  FONT-FAMILY: verdana,arial,helvetica; font-size: 9pt}
a:link {  font-size: 9pt; color: #000000; text-decoration: none}
a:visited {  font-size: 9pt; color: #000000; text-decoration: none}
a:hover {  font-size: 9pt; color: #CC0000; text-decoration: underline}
div { FONT-FAMILY: verdana,arial,helvetica; font-size: 9pt}
.input {border: 1px solid #000000}
.eborder {BACKGROUND-COLOR: #666699; COLOR: white; HEIGHT: 20px; WIDTH: 70p;}  /*按钮的颜色式样1 */
.eborder2 {BACKGROUND-COLOR: #004499; COLOR: white; HEIGHT: 20px; WIDTH: 70px} /*按钮的颜色式样2 */
/*----------------上面是CSS页面控制,可根据您的需要修改---------------------*/
-->
</style>

<script language="JavaScript" type="text/JavaScript">
<!--
<!-------------------------------------->
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function hover(src) {
  src.style.cursor = 'hand';src.style.textDecorationUnderline=false;src.style.color ='#000000';
  src.children.tags('div')[0].style.top=document.body.scrollTop+window.event.y-10;
  src.children.tags('div')[0].style.left=document.body.scrollLeft+window.event.x-230;
  src.children.tags('div')[0].style.visibility='visible'

}
function out(src) {
src.style.cursor = 'default';src.style.textDecorationUnderline=false;src.style.color = '';
src.children.tags('div')[0].style.visibility='hidden'
}

function openwindow(url,thewidth,theheight)  {
if ( thewidth>500)
    window.open (url, "newwindow","width="+thewidth+","+"height="+theheight+",,toolbar=no,menubar=no, scrollbars=yes, resizable=yes,top=50,left=150, location=no, status=no,directories=no");
else
    window.open (url, "newwindow","width="+thewidth+","+"height="+theheight+",,toolbar=no,menubar=no, scrollbars=no, resizable=yes,top=50,left=150, location=no, status=no,directories=no");
}

function openWindow1(){
  window.open("","myWindow","width=450, height=420, toolbar=no,directories=no, status=no, menubar=no,resizable=yes,scrollbars=no, location=no,top=50,left=150,");
}

function CheckAll(form)
{
  for (var i=0;i<form.elements.length;i++)
    {  var e = form.elements[i];
      e.checked = 1;
    }
}

<!------------------------------------------------------------------->
NS4 = (document.layers) ? 1 : 0;  IE4 = (document.all) ? 1 : 0;  ver4 = (NS4 || IE4) ? 1 : 0;

if (ver4) {
    with (document) {
        write("<STYLE TYPE='text/css'>");
        if (NS4) {
            write(".parent {position:absolute; visibility:visible}");
            write(".child {position:absolute; visibility:visible}");
            write(".regular {position:absolute; visibility:visible}")
        }
        else {
            write(".child {display:none}")
        }
        write("</STYLE>");
    }
}

function getIndex(el) {
    ind = null;
    for (i=0; i<document.layers.length; i++) {
        whichEl = document.layers[i];
        if (whichEl.id == el) {
            ind = i;
            break;
        }
    }
    return ind;
}

function arrange() {
    nextY = document.layers[firstInd].pageY +document.layers[firstInd].document.height;
    for (i=firstInd+1; i<document.layers.length; i++) {
        whichEl = document.layers[i];
        if (whichEl.visibility != "hide") {
            whichEl.pageY = nextY;
            nextY += whichEl.document.height;
        }
    }
}

function expandIt(el) {
    if (!ver4) return;
    if (IE4) {
        whichEl = eval(el + "Child");
       
        if (whichEl.style.display == "none") {
            whichEl.style.display = "block";
        }
        else {
            whichEl.style.display = "none";
        }
    }
    else {
        whichEl = eval("document." + el + "Child");
        if (whichEl.visibility == "hide") {
            whichEl.visibility = "show";
        }
        else {
            whichEl.visibility = "hide";
        }
        arrange();
    }
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
  if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->
</script>
<!-------------------------以上都要保留------------------------------------------>


</head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('images/banner2_r2_c2.jpg','images/banner2_r2_c3.jpg','images/banner2_r2_c4.jpg','images/banner2_r2_c5.jpg','images/banner_b_r2_c6.jpg')">
<table width="100%" height="65" border="0" cellpadding="0" cellspacing="0" background="images/title_back.jpg" bgcolor="#000000">
  <tr>
    <td width="65" height="25"><img src="st03.files\banner1_r1_c1_r1_c1.jpg" width="340" height="65"></td>
    <td><div align="right"><img src="st03.files\banner1_r1_c1_r1_c3.jpg" width="419" height="65"></div></td>
  </tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#000000">
  <tr>
    <td width="209" height="25"><img src="st03.files\banner1_r2_c1.jpg" width="209" height="24"></td>
    <td width="77"><a href="./list.exl" onMouseOver="MM_swapImage('banner1_r2_c2','','images/banner2_r2_c2.jpg',1)" onMouseOut="MM_swapImgRestore()"><img src="st03.files\banner1_r2_c2.jpg" name="banner1_r2_c2" width="77" height="24" border="0" id="banner1_r2_c2"></a></td>
    <td width="78"><a href="./list.exl?order=clicknum" onMouseOver="MM_swapImage('banner1_r2_c3','','images/banner2_r2_c3.jpg',1)" onMouseOut="MM_swapImgRestore()"><img src="st03.files\banner1_r2_c3.jpg" name="banner1_r2_c3" width="78" height="24" border="0" id="banner1_r2_c3"></a></td>
    <td width="79"><a href="./images/download.htm" onMouseOver="MM_swapImage('banner1_r2_c4','','images/banner2_r2_c4.jpg',1)" onMouseOut="MM_swapImgRestore()"><img src="st03.files\banner1_r2_c4.jpg" name="banner1_r2_c4" width="79" height="24" border="0" id="banner1_r2_c4"></a></td>
    <td width="79"><a href="./images/note.htm" onMouseOver="MM_swapImage('banner1_r2_c5','','images/banner2_r2_c5.jpg',1)" onMouseOut="MM_swapImgRestore()"><img src="st03.files\banner1_r2_c5.jpg" name="banner1_r2_c5" width="79" height="24" border="0" id="banner1_r2_c5"></a></td>
    <td width="76"><a href="http://www.k369.com" onMouseOver="MM_swapImage('banner_a_r2_c6','','images/banner_b_r2_c6.jpg',1)" onMouseOut="MM_swapImgRestore()" target="_blank"><img src="st03.files\banner_a_r2_c6.jpg" name="banner_a_r2_c6" width="76" height="24" border="0" id="banner_a_r2_c6"></a></td>
    <td>
<div align="right"><img src="st03.files\banner_a_r2_c8.jpg" width="110" height="24"></div></td>
  </tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" background="images/back.jpg" bgcolor="#336699">
  <tr valign="top">
    <td width="240" height="42">
      <table width="200" border="0" cellspacing="0" cellpadding="0" height="100%">
        <tr>
          <td height="21"> &nbsp;<font color="#FFFFFF" face="Arial, Helvetica, sans-serif">
            <script language="JavaScript">
var today=new Date();
var day,temp;
temp=today.getDay();
if(temp==0) {day = "日"}
if(temp==1) {day = "一"}
if(temp==2) {day = "二"}
if(temp==3) {day = "三"}
if(temp==4) {day = "四"}
if(temp==5) {day = "五"}
if(temp==6) {day = "六"}
document.write(" "+(today.getMonth()+1)+"月"+today.getDate()+"日 "+"星期" + day+" "+today.getHours()+":"+today.getMinutes());
</script>
            </font></td>
        </tr>
        <tr>
          <td height="21"><img src="st03.files\banner02.gif" width="163" height="21"></td>
        </tr>
      </table>
    </td>
    <td width="288" align="left" valign="middle"><img src="st03.files\doc001.gif" width="11" height="11">
      <font color="#FFFFFF">最新加入</font></td>   
<form action="./list.exl" method=get name="myfind">   
      <td height="42" align="right" valign="middle">   
        <input name="serch" type="text" class="input" size="20" >   
      <input class=eborder name=Submit3  style="BACKGROUND-COLOR: #666699; COLOR: white; HEIGHT: 20px; WIDTH: 40px" type="submit" value="搜索" >   
      &nbsp;</td>   
  </form>   
  </tr>   
</table>   
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">   
  <tr>   
    <td width="165" valign="top" background="images/back.jpg" bgcolor="#78A5D1">   
      <table width="100%" border="0" cellspacing="2" cellpadding="2">   
        <tr>   
          <td align=left><table width="100%" border="0">   
              <tr>   
                <td width="5" height="17">&nbsp;</td>   
                <td width="136" height="17">   
                  <div align="left"><font color="#FFFFFF"> 
 
 
<DIV id="KB0_0Parent" class="parent">

<a href="#" onClick="expandIt('KB0_0');
if (image0_0.src.substring(image0_0.src.length-10,image0_0.src.length)=='plus_1.gif'){image0_0.src='images/plus_2.gif';}else{image0_0.src='images/plus_1.gif';}; return false" >
<img id="image0_0" src="st03.files\plus_1.gif"  align="absmiddle" border=0 ><font color=#FFFFFF>电影大全</font></a></DIV>
<DIV style="display:none" id="KB0_0Child"  class="child" >
 
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=52&parent=51"><font color=#FFFFFF>动作片</font></font></a><br>
 
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=53&parent=51"><font color=#FFFFFF>剧情片</font></font></a><br>
 
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=54&parent=51"><font color=#FFFFFF>科幻片</font></font></a><br>
 
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=55&parent=51"><font color=#FFFFFF>恐怖片</font></font></a><br>
 
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=56&parent=51"><font color=#FFFFFF>喜剧片</font></font></a><br>
 
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=92&parent=51"><font color=#FFFFFF>情感片</font></font></a><br>
 
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=93&parent=51"><font color=#FFFFFF>日韩片</font></font></a><br>
 
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=94&parent=51"><font color=#FFFFFF>战争片</font></font></a><br>
 
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=95&parent=51"><font color=#FFFFFF>罪案片</font></font></a><br>
 
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=122&parent=51"><font color=#FFFFFF>综艺片</font></a></DIV>


<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=57&parent=0"><font color=#FFFFFF>电视剧场</font></font></a><br>

<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=60&parent=0"><font color=#FFFFFF>音乐天地</font></font></a><br>

<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=61&parent=0"><font color=#FFFFFF>动漫世界</font></font></a><br>
 
 
 
<DIV id="KB14_0Parent" class="parent">

<a href="#" onClick="expandIt('KB14_0');
if (image14_0.src.substring(image14_0.src.length-10,image14_0.src.length)=='plus_1.gif'){image14_0.src='images/plus_2.gif';}else{image14_0.src='images/plus_1.gif';}; return false" >
<img id="image14_0" src="st03.files\plus_1.gif"  align="absmiddle" border=0 ><font color=#FFFFFF>影片编辑</font></a></DIV>
<DIV style="display:none" id="KB14_0Child"  class="child" >
 
 
 
<DIV id="KB15_0Parent" class="parent">
 
<a href="#" onClick="expandIt('KB15_0');
if (image15_0.src.substring(image15_0.src.length-10,image15_0.src.length)=='plus_1.gif'){image15_0.src='images/plus_2.gif';}else{image15_0.src='images/plus_1.gif';}; return false" >
<img id="image15_0" src="st03.files\plus_1.gif"  align="absmiddle" border=0 ><font color=#FFFFFF>卡通</font></a></DIV>
<DIV style="display:none" id="KB15_0Child"  class="child" >
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=149&parent=73"><font color=#FFFFFF>通灵王</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=150&parent=73"><font color=#FFFFFF>犬夜叉</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=151&parent=73"><font color=#FFFFFF>圣斗士冥王篇</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=152&parent=73"><font color=#FFFFFF>超时空要塞</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=153&parent=73"><font color=#FFFFFF>火影忍者</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=154&parent=73"><font color=#FFFFFF>蜡笔小新第一部</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=155&parent=73"><font color=#FFFFFF>蜡笔小新第二部</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=156&parent=73"><font color=#FFFFFF>蜡笔小新第三部</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=157&parent=73"><font color=#FFFFFF>猫和老鼠</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=158&parent=73"><font color=#FFFFFF>猫和老鼠四川方言</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=159&parent=73"><font color=#FFFFFF>七龙珠1(153集)</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=160&parent=73"><font color=#FFFFFF>七龙珠2(291集)</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=161&parent=73"><font color=#FFFFFF>七龙珠续集</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=162&parent=73"><font color=#FFFFFF>全金属狂潮</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=163&parent=73"><font color=#FFFFFF>全金属狂潮II</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=164&parent=73"><font color=#FFFFFF>头文字d1</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=165&parent=73"><font color=#FFFFFF>头文字d2</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=174&parent=73"><font color=#FFFFFF>游戏王</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=175&parent=73"><font color=#FFFFFF>乱马(162集)</font></a></DIV>

 
 
 
<DIV id="KB35_0Parent" class="parent">
 
<a href="#" onClick="expandIt('KB35_0');
if (image35_0.src.substring(image35_0.src.length-10,image35_0.src.length)=='plus_1.gif'){image35_0.src='images/plus_2.gif';}else{image35_0.src='images/plus_1.gif';}; return false" >
<img id="image35_0" src="st03.files\plus_1.gif"  align="absmiddle" border=0 ><font color=#FFFFFF>连续</font></a></DIV>
<DIV style="display:none" id="KB35_0Child"  class="child" >
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=145&parent=96"><font color=#FFFFFF>水浒无间道</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=146&parent=96"><font color=#FFFFFF>铁齿铜牙纪晓岚II</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=147&parent=96"><font color=#FFFFFF>我和僵尸有个约会</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=148&parent=96"><font color=#FFFFFF>洗冤录3</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=171&parent=96"><font color=#FFFFFF>天下第一</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=172&parent=96"><font color=#FFFFFF>仙剑奇侠传</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=173&parent=96"><font color=#FFFFFF>新建类</font></a></DIV>

 
 
 
<DIV id="KB43_0Parent" class="parent">
 
<a href="#" onClick="expandIt('KB43_0');
if (image43_0.src.substring(image43_0.src.length-10,image43_0.src.length)=='plus_1.gif'){image43_0.src='images/plus_2.gif';}else{image43_0.src='images/plus_1.gif';}; return false" >
<img id="image43_0" src="st03.files\plus_1.gif"  align="absmiddle" border=0 ><font color=#FFFFFF>音乐</font></a></DIV>
<DIV style="display:none" id="KB43_0Child"  class="child" >
 
 
 
<DIV id="KB44_0Parent" class="parent">
  
<a href="#" onClick="expandIt('KB44_0');
if (image44_0.src.substring(image44_0.src.length-10,image44_0.src.length)=='plus_1.gif'){image44_0.src='images/plus_2.gif';}else{image44_0.src='images/plus_1.gif';}; return false" >
<img id="image44_0" src="st03.files\plus_1.gif"  align="absmiddle" border=0 ><font color=#FFFFFF>综艺</font></a></DIV>
<DIV style="display:none" id="KB44_0Child"  class="child" >
   
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=139&parent=123"><font color=#FFFFFF>爱心无国界香港演</font></font></a><br>
   
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=140&parent=123"><font color=#FFFFFF>天才GOGOGO</font></a></DIV>

  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=166&parent=116"><font color=#FFFFFF>爱心无国界</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=167&parent=116"><font color=#FFFFFF>首选萧亚轩美丽的</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=168&parent=116"><font color=#FFFFFF>MTV.印巴风情集</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=169&parent=116"><font color=#FFFFFF>S.H.E的MTV合集</font></font></a><br>
  
<img src="st03.files\blank.gif" align="absmiddle" border="0"><a href="list.exl?channel=170&parent=116"><font color=#FFFFFF>S.H.E的MTV合集2</font></a></DIV>
</DIV></DIV>

              </tr>   
            </table></td>   
      </table>   
      <img src="st03.files\banner03.gif" width="163" height="21"><br> <div align="center">   
        <table width="100%" border="0" cellspacing="2" cellpadding="2">   
          <tr>   
            <td align=center> <marquee direction=Up width=150 height=200 scrolldelay=0 scrollamount=2 border=10 onMouseOver="stop();" onMouseOut="start();">   
              <font color="#FFFFFF">==最终幻想网吧==<br>
&nbsp;<img src="st03.files\entrapmentsmall1.gif" width="120"
height="120" ><br>

<br>
<br>为您提供<br>
<br>
老三五        10元<br>
<br>
红娇          15元<br>
<br>
兰娇          12元<br>
<br>
紫云          10元<br>
<br>
小熊猫        11元<br>
<br>
红河        5.5元<br>
<br>
恭贺          7元<br>
<br>
可口可乐(玻瓶)  1元<br>
<br>
中瓶(塑料瓶)    3元<br>
<br>
拉罐          2.5元<br>
<br>
矿泉水        1.5元<br>
<br>
方便面(碗装)  3.5元<br>
<br>
子弟土豆片    1元<br>
<br>
饼干          2.5<br>
<br>
遛洋狗牛肉干  5元<br>
<br>
酒鬼花生      2元<br>
<br> 
<br>
最新上映影片<br>
美国最新影片<br>
《刀锋战士III》
&nbsp;<img src="st03.files\0110.jpg" width="120"
height="170" ><br>
香港最新连续剧<br>
国语版<br>
《水浒无间道》
&nbsp;<img src="st03.files\0104.0.jpg" width="120"
height="170" ><br>
美国新片[科幻/动作/惊悚]<br>
【驱魔人前传】
&nbsp;<img src="st03.files\1230.0.jpg" width="120"
height="170" ><br>
观众点播<br>
《天才GOGOGO》
&nbsp;<img src="st03.files\1229.4.jpg" width="120"
height="170" ><br>
2004年美国动画幻想片<br>
《极地特快》
&nbsp;<img src="st03.files\1229.2.jpg" width="120"
height="170" ><br>
斯皮尔伯格,汤姆汉克斯合作最新影片<br>
《幸福终点站》
&nbsp;<img src="st03.files\1229.1.jpg" width="120"
height="170" ><br>
最新2004法国动作大片挑战好莱坞极限<br>
《夺命蜂巢》
&nbsp;<img src="st03.files\1229.3.jpg" width="120"
height="170" ><br>
美国新片<br>
《云梯49》又名《烈火雄心》
&nbsp;<img src="st03.files\1227.jpg" width="120"
height="170" ><br>
<br>
已推出DVD版<br>
《天下无贼》
&nbsp;<img src="st03.files\1225.1.jpg" width="120"
height="170" ><br>
<br>
&nbsp;<img src="st03.files\415.jpg" width="120"
height="170" ><br>
<br>
&nbsp;<img src="st03.files\416.jpg" width="120"
height="170" ><br>
<br>
&nbsp;<img src="st03.files\1225.jpg" width="120"
height="170" ><br>
&nbsp;<img src="st03.files\entrapmentsmall.gif" width="120"
height="90" >
</font></marquee> </td>   
        </table>   
        <br>   
        <br>   
        <br>   
        <br>   
        <br>   
      </div></td>   
    <td valign="top"><br>   
      <table width="100%" border="0" align="center"  >   
        <tr bgcolor="#336699"  >   
          <td width="32%" >   
            <div align="center"><font color="#FFFFFF">节目名称</font></div></td>   
          <td width="12%">   
            <div align="center"><font color="#FFFFFF">主演/演唱</font></div></td>   
          <td width="5%">   
            <div align="center"><font color="#FFFFFF">星级</font></div></td>   
          <td width="19%">   
            <div align="center"><font color="#FFFFFF">类别</font></div></td>   
          <td width="10%">   
            <div align="center"><a href="./list.exl?order=clicknum"><font color="#FFFFFF">点击</font></a></div>   
          </td>   
          <td width="15%">   
            <div align="center"><a href="./list.exl"><font color="#FFFFFF">加入时间</font></a></div>   
          </td>     
          <td width="15%">   
            <div align="center"><font color="#FFFFFF">简介</font></div></td>   
        </tr>   
        <form method="post" action="./list.exl/mulplay" name="mulplay" >
<table border="0" align= "center" cellpadding="0" cellspacing="0" width="96%"><tr>
<td width="9" height="9"><img name="list_r1_c1" src="st03.files\list_r1_c1.gif" width="9" height="9" border="0" alt=""></td>
<td height="9" background="images/list_r1_c2.gif"><img name="list_r1_c2" src="st03.files\list_r1_c2.gif" width="544" height="9" border="0" alt=""></td><td width="9" height="9"><img name="list_r1_c3" src="st03.files\list_r1_c3.gif" width="9" height="9" border="0" alt=""></td></tr><tr><td width="9" background="images/list_r2_c1.gif"><img name="list_r2_c1" src="st03.files\list_r2_c1.gif" width="9" height="154" border="0" alt=""></td><td background="images/list_r5_c3.gif"><TABLE cellSpacing=0 cellPadding=0 width="96%"  align=center border=0><TBODY><TR><TD vAlign=top width="150"><TABLE height=135 cellSpacing=0 cellPadding=0  width=102 align=center border=0><TBODY><TR><TD style="BACKGROUND-REPEAT: no-repeat" vAlign=top background=images/vod_35-1.htm><TABLE cellSpacing=0 cellPadding=0 width=102 border=0><TBODY><TR><TD height=1></TD></TR><TBODY></TABLE><TABLE cellSpacing=0 cellPadding=0 width=102 border=0><TBODY><TR><TD>
<target=_blank> </A><a href="http://192.168.0.232:5554/view/list.exl/click?id=9898" ><img src="st03.files\海报.jpg" width="96" height="142" border="0"></a></TD></TR></TBODY></TABLE></TD></TR></TBODY>
</TABLE></TD><TD vAlign=top width="500"><TABLE cellSpacing=0 cellPadding=1 width="100%" border=0><TBODY>
<TR><TD width="70" vAlign=top><FONT color=#000000>[影片名称]</FONT></TD><TD><a  style="text-decoration:underline" href="http://192.168.0.232:5554/view/list.exl/click?id=9898" ><strong>绅士爱美人</strong></a></TD></TR>
<TR><TD width="70" vAlign=top><FONT color=#000000>[影片类型]</FONT></TD><TD ><a href="list.exl?channel=56&parent=51"><font color=#000000>喜剧片</font></a></TD></TR>
<TR><TD width="70" vAlign=top><FONT color=#000000>[主  演]</FONT></TD><TD >Jane Russell Marilyn Monroe</TD></TR>
<TR><TD width="70" vAlign=top><FONT color=#000000>[加入时间]</FONT></TD><TD>2005-2-1 </TD></TR>
<TR><TD width="70" vAlign=top><FONT color=#000000>[推荐星级]</STRONG></FONT></TD><TD class=eng_S><STRONG>
<IMG src="st03.files\STAR.gif" border=0>
<IMG src="st03.files\STAR.gif" border=0>
<IMG src="st03.files\STAR.gif" border=0>
<IMG src="st03.files\STAR.gif" border=0>
</STRONG></TD></TR><TR><TD width="70" vAlign=top><FONT color=#000000>[收看次数]</FONT></TD><TD class=eng_S>7</TD></TR>
<TR><TD width="70" vAlign=top><FONT color=#000000>[影片介绍]</FONT></TD>
<TD><FONT color=#333333>歌舞女郎罗莉拉及桃乐西这对魅力四射的好拍档,美貌智能生活享乐皆拥有,罗莉拉往法国与情人艾士文结婚,就在乘邮轮的途中,她们遇上一名由艾士?  <span onmouseover="hover(this)"  onmouseout="out(this)" align="center" valign="middle" width="20%"><font color="#000000">.......</FONT><div style="position:absolute; left:399px; top:432px;  z-index:2; width: 180px; visibility: hidden; overflow: visible; background-color: #FCFED3;layer-background-color: #000000"><span  onmouseover="hover(this)"  onmouseout="out(this)" align="center" valign="middle" width="20%"><table style="border: 1px solid #555555" width="100%"><td>歌舞女郎罗莉拉及桃乐西这对魅力四射的好拍档,美貌智能生活享乐皆拥有,罗莉拉往法国与情人艾士文结婚,就在乘邮轮的途中,她们遇上一名由艾士文父亲派来的私家侦探,欲想证实罗莉拉并非邦金者,过程中,桃乐西竟爱上这名穷侦探,姊妹情深的罗莉拉却想将她与倜傥的钻石商人法兰碧文撮合,加上邮轮上的一班奥运会的代表,使这个前往大西洋的行程疯狂、欢笑。</td> </table></span></div></span> </FONT></TD>
</TR></TBODY></TABLE></TD></TR></TBODY></TABLE></td>
<td width="9" background="images/list_r2_c3.gif"><img name="list_r2_c3" src="st03.files\list_r2_c3.gif" width="9" height="154" border="0" alt=""></td>
</tr><tr><td width="9" height="9"><img name="list_r3_c1" src="st03.files\list_r3_c1.gif" width="9" height="9" border="0" alt=""></td>
<td height="9" background="images/list_r3_c2.gif"><img name="list_r3_c2" src="st03.files\list_r3_c2.gif" width="544" height="9" border="0" alt=""></td>
<td width="9" height="9"><img name="list_r3_c3" src="st03.files\list_r3_c3.gif" width="9" height="9" border="0" alt=""></td></tr></table>
<table border="0" align= "center" cellpadding="0" cellspacing="0" width="96%"><tr>
<td width="9" height="9"><img name="list_r1_c1" src="st03.files\list_r1_c1.gif" width="9" height="9" border="0" alt=""></td>
<td height="9" background="images/list_r1_c2.gif"><img name="list_r1_c2" src="st03.files\list_r1_c2.gif" width="544" height="9" border="0" alt=""></td><td width="9" height="9"><img name="list_r1_c3" src="st03.files\list_r1_c3.gif" width="9" height="9" border="0" alt=""></td></tr><tr><td width="9" background="images/list_r2_c1.gif"><img name="list_r2_c1" src="st03.files\list_r2_c1.gif" width="9" height="154" border="0" alt=""></td><td background="images/list_r5_c3.gif"><TABLE cellSpacing=0 cellPadding=0 width="96%"  align=center border=0><TBODY><TR><TD vAlign=top width="150"><TABLE height=135 cellSpacing=0 cellPadding=0  width=102 align=center border=0><TBODY><TR><TD style="BACKGROUND-REPEAT: no-repeat" vAlign=top background=images/vod_35-1.htm><TABLE cellSpacing=0 cellPadding=0 width=102 border=0><TBODY><TR><TD height=1></TD></TR><TBODY></TABLE><TABLE cellSpacing=0 cellPadding=0 width=102 border=0><TBODY><TR><TD>
<target=_blank> </A><a href="http://192.168.0.232:5554/view/list.exl/click?id=9897" ><img src="st03.files\海报.jpg" width="96" height="142" border="0"></a></TD></TR></TBODY></TABLE></TD></TR></TBODY>
</TABLE></TD><TD vAlign=top width="500"><TABLE cellSpacing=0 cellPadding=1 width="100%" border=0><TBODY>
<TR><TD width="60" vAlign=top><FONT color=#000000>[影片名称]</FONT></TD><TD><a  style="text-decoration:underline" href="javascript:openwindow('http://192.168.0.232:5554/view/list.exl/click?id=9897',560,260)" ><strong>怒海潜将</strong></a></TD></TR>
<TR><TD width="70" vAlign=top><FONT color=#000000>[影片类型]</FONT></TD><TD ><a href="list.exl?channel=94&parent=51"><font color=#000000>战争片</font></a></TD></TR>
<TR><TD width="70" vAlign=top><FONT color=#000000>[主  演]</FONT></TD><TD > 罗伯特.德尼罗 小古巴.古丁</TD></TR>
<TR><TD width="70" vAlign=top><FONT color=#000000>[加入时间]</FONT></TD><TD>2005-2-1 </TD></TR>
<TR><TD width="70" vAlign=top><FONT color=#000000>[推荐星级]</STRONG></FONT></TD><TD class=eng_S><STRONG>
<IMG src="st03.files\STAR.gif" border=0>
<IMG src="st03.files\STAR.gif" border=0>
<IMG src="st03.files\STAR.gif" border=0>
<IMG src="st03.files\STAR.gif" border=0>
</STRONG></TD></TR><TR><TD width="70" vAlign=top><FONT color=#000000>[收看次数]</FONT></TD><TD class=eng_S>6</TD></TR>
<TR><TD width="70" vAlign=top><FONT color=#000000>[影片介绍]</FONT></TD>
<TD><FONT color=#333333>当卡尔 (小古巴.古丁) 加入美国海军后,被编入比利 (罗伯特.德尼罗) 的队伍。作为军队中唯一的黑人士兵又身有残疾,当卡尔所面临的困境是常人?  <span onmouseover="hover(this)"  onmouseout="out(this)" align="center" valign="middle" width="20%"><font color="#000000">.......</FONT><div style="position:absolute; left:399px; top:432px;  z-index:2; width: 180px; visibility: hidden; overflow: visible; background-color: #FCFED3;layer-background-color: #000000"><span  onmouseover="hover(this)"  onmouseout="out(this)" align="center" valign="middle" width="20%"><table style="border: 1px solid #555555" width="100%"><td>当卡尔 (小古巴.古丁) 加入美国海军后,被编入比利 (罗伯特.德尼罗) 的队伍。作为军队中唯一的黑人士兵又身有残疾,当卡尔所面临的困境是常人无法想象的。比利是一个严厉的指挥官,他做事一丝不苟,毫无老兵的世故。然而,他对人要求苛刻,近乎吹毛求疵。两人在相处中不断了解,渐渐都被对方身上特殊的人格魅力所吸引。最终在比利的帮助下,当卡尔克服自己的伤患,以及对抗当时严重的种族主义和官僚作风,成为第一位黑人潜水员队长,写下美国海军历史上重要的篇章……</td> </table></span></div></span> </FONT></TD>
</TR></TBODY></TABLE></TD></TR></TBODY></TABLE></td>
<td width="9" background="images/list_r2_c3.gif"><img name="list_r2_c3" src="st03.files\list_r2_c3.gif" width="9" height="154" border="0" alt=""></td>
</tr><tr><td width="9" height="9"><img name="list_r3_c1" src="st03.files\list_r3_c1.gif" width="9" height="9" border="0" alt=""></td>
<td height="9" background="images/list_r3_c2.gif"><img name="list_r3_c2" src="st03.files\list_r3_c2.gif" width="544" height="9" border="0" alt=""></td>
<td width="9" height="9"><img name="list_r3_c3" src="st03.files\list_r3_c3.gif" width="9" height="9" border="0" alt=""></td></tr></table>
<table border="0" align= "center" cellpadding="0" cellspacing="0" width="96%"><tr>
<td width="9" height="9"><img name="list_r1_c1" src="st03.files\list_r1_c1.gif" width="9" height="9" border="0" alt=""></td>
<td height="9" background="images/list_r1_c2.gif"><img name="list_r1_c2" src="st03.files\list_r1_c2.gif" width="544" height="9" border="0" alt=""></td><td width="9" height="9"><img name="list_r1_c3" src="st03.files\list_r1_c3.gif" width="9" height="9" border="0" alt=""></td></tr><tr><td width="9" background="images/list_r2_c1.gif"><img name="list_r2_c1" src="st03.files\list_r2_c1.gif" width="9" height="154" border="0" alt=""></td><td background="images/list_r5_c3.gif"><TABLE cellSpacing=0 cellPadding=0 width="96%"  align=center border=0><TBODY><TR><TD vAlign=top width="150"><TABLE height=135 cellSpacing=0 cellPadding=0  width=102 align=center border=0><TBODY><TR><TD style="BACKGROUND-REPEAT: no-repeat" vAlign=top background=images/vod_35-1.htm><TABLE cellSpacing=0 cellPadding=0 width=102 border=0><TBODY><TR><TD height=1></TD></TR><TBODY></TABLE><TABLE cellSpacing=0 cellPadding=0 width=102 border=0><TBODY><TR><TD>
<target=_blank> </A><a href="http://192.168.0.232:5554/view/list.exl/click?id=9894" ><img src="st03.files\海报.jpg" width="96" height="142" border="0"></a></TD></TR></TBODY></TABLE></TD></TR></TBODY>
</TABLE></TD><TD vAlign=top width="500"><TABLE cellSpacing=0 cellPadding=1 width="100%" border=0><TBODY>
<TR><TD width="70" vAlign=top><FONT color=#000000>[影片名称]</FONT></TD><TD><a  style="text-decoration:underline" href="http://192.168.0.232:5554/view/list.exl/click?id=9894" ><strong>连环杀机之编码11-14</strong></a></TD></TR>
<TR><TD width="70" vAlign=top><FONT color=#000000>[影片类型]</FONT></TD><TD ><a href="list.exl?channel=55&parent=51"><font color=#000000>恐怖片</font></a></TD></TR>
<TR><TD width="70" vAlign=top><FONT color=#000000>[主  演]</FONT></TD><TD >大卫.詹姆斯艾奥特 特里.法维尔</TD></TR>
<TR><TD width="70" vAlign=top><FONT color=#000000>[加入时间]</FONT></TD><TD>2005-2-1 </TD></TR>
<TR><TD width="70" vAlign=top><FONT color=#000000>[推荐星级]</STRONG></FONT></TD><TD class=eng_S><STRONG>
<IMG src="st03.files\STAR.gif" border=0>
<IMG src="st03.files\STAR.gif" border=0>
<IMG src="st03.files\STAR.gif" border=0>
<IMG src="st03.files\STAR.gif" border=0>
</STRONG></TD></TR><TR><TD width="70" vAlign=top><FONT color=#000000>[收看次数]</FONT></TD><TD class=eng_S>6</TD></TR>
<TR><TD width="70" vAlign=top><FONT color=#000000>[影片介绍]</FONT></TD>
<TD><FONT color=#333333>一个正在被联邦调查局通缉的连环杀人案的变态凶手因为无处藏身,情急之下,他把目标瞄准了空中,一次恐怖的空中灾难即将爆发,一架客机成为了他的目?  <span onmouseover="hover(this)"  onmouseout="out(this)" align="center" valign="middle" width="20%"><font color="#000000">.......</FONT><div style="position:absolute; left:399px; top:432px;  z-index:2; width: 180px; visibility: hidden; overflow: visible; background-color: #FCFED3;layer-background-color: #000000"><span  onmouseover="hover(this)"  onmouseout="out(this)" align="center" valign="middle" width="20%"><table style="border: 1px solid #555555" width="100%"><td>一个正在被联邦调查局通缉的连环杀人案的变态凶手因为无处藏身,情急之下,他把目标瞄准了空中,一次恐怖的空中灾难即将爆发,一架客机成为了他的目标.紧张的气氛令你无法呼吸.所有的乘客的命运将如何... </td> </table></span></div></span> </FONT></TD>
</TR></TBODY></TABLE></TD></TR></TBODY></TABLE></td>
<td width="9" background="images/list_r2_c3.gif"><img name="list_r2_c3" src="st03.files\list_r2_c3.gif" width="9" height="154" border="0" alt=""></td>
</tr><tr><td width="9" height="9"><img name="list_r3_c1" src="st03.files\list_r3_c1.gif" width="9" height="9" border="0" alt=""></td>
<td height="9" background="images/list_r3_c2.gif"><img name="list_r3_c2" src="st03.files\list_r3_c2.gif" width="544" height="9" border="0" alt=""></td>
<td width="9" height="9"><img name="list_r3_c3" src="st03.files\list_r3_c3.gif" width="9" height="9" border="0" alt=""></td></tr></table>
<table border="0" align= "center" cellpadding="0" cellspacing="0" width="96%"><tr>
<td width="9" height="9"><img name="list_r1_c1" src="st03.files\list_r1_c1.gif" width="9" height="9" border="0" alt=""></td>
<td height="9" background="images/list_r1_c2.gif"><img name="list_r1_c2" src="st03.files\list_r1_c2.gif" width="544" height="9" border="0" alt=""></td><td width="9" height="9"><img name="list_r1_c3" src="st03.files\list_r1_c3.gif" width="9" height="9" border="0" alt=""></td></tr><tr><td width="9" background="images/list_r2_c1.gif"><img name="list_r2_c1" src="st03.files\list_r2_c1.gif" width="9" height="154" border="0" alt=""></td><td background="images/list_r5_c3.gif"><TABLE cellSpacing=0 cellPadding=0 width="96%"  align=center border=0><TBODY><TR><TD vAlign=top width="150"><TABLE height=135 cellSpacing=0 cellPadding=0  width=102 align=center border=0><TBODY><TR><TD style="BACKGROUND-REPEAT: no-repeat" vAlign=top background=images/vod_35-1.htm><TABLE cellSpacing=0 cellPadding=0 width=102 border=0><TBODY><TR><TD height=1></TD></TR><TBODY></TABLE><TABLE cellSpacing=0 cellPadding=0 width=102 border=0><TBODY><TR><TD>
<target=_blank> </A><a href="http://192.168.0.232:5554/view/list.exl/click?id=9893" ><img src="st03.files\海报.jpg" width="96" height="142" border="0"></a></TD></TR></TBODY></TABLE></TD></TR></TBODY>
</TABLE></TD><TD vAlign=top width="500"><TABLE cellSpacing=0 cellPadding=1 width="100%" border=0><TBODY>
<TR><TD width="70" vAlign=top><FONT color=#000000>[影片名称]</FONT></TD><TD><a  style="text-decoration:underline" href="http://192.168.0.232:5554/view/list.exl/click?id=9893" ><strong>鱼雷出击</strong></a></TD></TR>
<TR><TD width="70" vAlign=top><FONT color=#000000>[影片类型]</FONT></TD><TD ><a href="list.exl?channel=94&parent=51"><font color=#000000>战争片</font></a></TD></TR>
<TR><TD width="70" vAlign=top><FONT color=#000000>[主  演]</FONT></TD><TD >Rodion Nakhapetov Aleksei Zharkov</TD></TR>
<TR><TD width="70" vAlign=top><FONT color=#000000>[加入时间]</FONT></TD><TD>2005-2-1 </TD></TR>
<TR><TD width="70" vAlign=top><FONT color=#000000>[推荐星级]</STRONG></FONT></TD><TD class=eng_S><STRONG>
<IMG src="st03.files\STAR.gif" border=0>
<IMG src="st03.files\STAR.gif" border=0>
<IMG src="st03.files\STAR.gif" border=0>
<IMG src="st03.files\STAR.gif" border=0>
</STRONG></TD></TR><TR><TD width="70" vAlign=top><FONT color=#000000>[收看次数]</FONT></TD><TD class=eng_S>4</TD></TR>
<TR><TD width="70" vAlign=top><FONT color=#000000>[影片介绍]</FONT></TD>
<TD><FONT color=#333333>前苏联卫国战争题材电影。讲述1944年第二次世界大战激战正酣,在苏德双方的对抗中,一群有血有肉的苏联飞行员,在自己的家庭中他们扮演着爱人、父  <span onmouseover="hover(this)"  onmouseout="out(this)" align="center" valign="middle" width="20%"><font color="#000000">.......</FONT><div style="position:absolute; left:399px; top:432px;  z-index:2; width: 180px; visibility: hidden; overflow: visible; background-color: #FCFED3;layer-background-color: #000000"><span  onmouseover="hover(this)"  onmouseout="out(this)" align="center" valign="middle" width="20%"><table style="border: 1px solid #555555" width="100%"><td>前苏联卫国战争题材电影。讲述1944年第二次世界大战激战正酣,在苏德双方的对抗中,一群有血有肉的苏联飞行员,在自己的家庭中他们扮演着爱人、父亲和孩子等各不相同的角色,但到了战场上,他们都成了勇猛拼杀的英雄。在北极海域,他们冒着敌人猛烈的对空炮火,同德国入侵者的潜艇及其护卫舰只展开了你死我活的拼杀,有的飞机被敌人击中后,飞行员奋不顾身连机带人一起撞向敌舰,场面十分惨烈,但精神可歌可泣。这些勇敢的苏联飞行员正是以自己的生命,捍卫了祖国的尊严,谱写了一曲英雄史篇。 </td> </table></span></div></span> </FONT></TD>
</TR></TBODY></TABLE></TD></TR></TBODY></TABLE></td>
<td width="9" background="images/list_r2_c3.gif"><img name="list_r2_c3" src="st03.files\list_r2_c3.gif" width="9" height="154" border="0" alt=""></td>
</tr><tr><td width="9" height="9"><img name="list_r3_c1" src="st03.files\list_r3_c1.gif" width="9" height="9" border="0" alt=""></td>
<td height="9" background="images/list_r3_c2.gif"><img name="list_r3_c2" src="st03.files\list_r3_c2.gif" width="544" height="9" border="0" alt=""></td>
<td width="9" height="9"><img name="list_r3_c3" src="st03.files\list_r3_c3.gif" width="9" height="9" border="0" alt=""></td></tr></table>
<table border="0" align= "center" cellpadding="0" cellspacing="0" width="96%"><tr>
<td width="9" height="9"><img name="list_r1_c1" src="st03.files\list_r1_c1.gif" width="9" height="9" border="0" alt=""></td>
<td height="9" background="images/list_r1_c2.gif"><img name="list_r1_c2" src="st03.files\list_r1_c2.gif" width="544" height="9" border="0" alt=""></td><td width="9" height="9"><img name="list_r1_c3" src="st03.files\list_r1_c3.gif" width="9" height="9" border="0" alt=""></td></tr><tr><td width="9" background="images/list_r2_c1.gif"><img name="list_r2_c1"

[此贴被 丑乖(knight2989) 在 02月13日15时58分 编辑过]

地主 发表时间: 05-02-13 15:48

回复: tommy_he [tommy_he]   版主   登录
看了就想吐,更别说是帮你了

B1层 发表时间: 05-02-13 17:58

回复: RunwinY [runwin]   论坛用户   登录
其实我是想帮你看一下的!但是发现好象你的代码都没有发完,以及也不明白你指的什么什么看不见!想帮你也不行啦!

//

如果有这样的情况通常是因为JavaScript的问题居多...

B2层 发表时间: 05-02-17 00:24

论坛: 网站建设

20CN网络安全小组版权所有
Copyright © 2000-2010 20CN Security Group. All Rights Reserved.
论坛程序编写:NetDemon

粤ICP备05087286号