用PHP+java实现自动新闻滚动窗口
作者 佚名技术
来源 NET编程
浏览
发布时间 2012-05-24
" VALIGN=\"Top\"><tr><td><script language=\"JavaScript1.2\"> var marqueewidth=118 var marqueeheight=104 var speed=1 var marqueecontents=''$wwww'' if (document.all) document.write(''<marquee direction=\"up\" scrollAmount=''+speed+'' style=\"width:''+marqueewidth+'';height:''+marqueeheight+''\">''+marqueecontents+''</marquee>'') function regenerate(){ window.location.reload() } function regenerate2(){ if (document.layers){ setTimeout(\"window.onresize=regenerate\",450) intializemarquee() } } function intializemarquee(){ document.cmarquee01.document.cmarquee02.document.write(marqueecontents) document.cmarquee01.document.cmarquee02.document.close() thelength=document.cmarquee01.document.cmarquee02.document.height scrollit() } function scrollit(){ if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){ document.cmarquee01.document.cmarquee02.top-=speed setTimeout(\"scrollit()\",100) } else{ document.cmarquee01.document.cmarquee02.top=marqueeheight scrollit() } } window.onload=regenerate2 </script><ilayer width=&{marqueewidth}; height=&{marqueeheight}; name=\"cmarquee01\"><layer name=\"cmarquee02\" width=&{marqueewidth}; height=&{marqueeheight};></layer></ilayer></tr></table></TD></TR></TABLE>"; ?> 使用时先要建立一个名为data.txt的空白文件放在show.php的同一级目录下,然后在页面里使用include调用即可! show.php?action=cp及可以进行设置,当然,因为没有密码保护,你可以把cp改成其他文字! |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: 一个用于mysql的数据库抽象层函数库下一篇: 全文搜索和替换
关于用PHP+java实现自动新闻滚动窗口的所有评论