模式化窗口及marguee


--模式化窗口
<a
href='javascript:window.showModalDialog("<%=path%>/baseuserselectThisMonthBirthDayBaseemp",new Object(),"dialogWidth=800px;dialogHeight=632px;status:no;help:no;scroll:no")'
style="text-decoration: none">
-----  
<bgsound  src="<%=path%>/pages/card/index.do?oper=showFile&file=music&cardid=${cifb.cardid}" loop="-1">
    <style>
    body {background-color: #5CADAD;padding:0;margin:0;}
    </style>
<script language="javascript">
window.onload=function(){
document.getElementById("wer").start();    
}
</script>
------ 
  <body background="<%=path%>/pages/card/index.do?oper=showFile&file=image&cardid=${cifb.cardid}">
  <marquee scrollamount='1' scrolldelay='60' direction= 'up' width='100%' height='80%' id="wer" vspace="30" loop="-1"  style="padding: 0.8px 0pt;">
  <strong><font style="FILTER: glow(color=#0000FF,strength=3); HEIGHT: 1px;" face="標楷體" color="#ffffff" size="5">****:</font></strong><br/>
  <table>
  <c:forEach items="${list}" var="list" varStatus="status">
  <tr>
  <td width="100" align="left"><font style="FILTER: glow(color=#008000,strength=3); HEIGHT: 1px;" face="標楷體" color="#ffffff" size="4">${list.empname}</font></td>
  <td width="100" align="left"><font style="FILTER: glow(color=#008000,strength=3); HEIGHT: 1px;" face="標楷體" color="#ffffff" size="4">${list.birth}</font></td>
  </tr>
  </c:forEach>
  </table>
  </marquee>
  </body>
</html>

你可能感兴趣的:(模式)