摘要:
<html><head><title>俄罗斯方块</title><style><!--body{}.mb{ background-color: firebrick; cursor: default; height: 22px; width: 22px}.sb{ background-color: slategray; cursor: default; height: 22px; ......
摘要:
注释:放在<head>与</head>之间
<script>function showmenu(bmenu) {document.all.idfinder.style.display = (bmenu) ? "none" : "block" document.all.idmenu.style.display = (bmenu) ? "block" : "none"idml.classname ......
JavaScript做MID歌曲搜索播放器
摘要:
asp3000
我这两天刚好完成了这样一个类似的系统,希望和大家探讨探讨jsp实现的技术。
新浪 sohu这样的系统应该是类似的,就是后台动态生成前台的html页面,不管后台用什么工具。
因为公司逼下来,要做这样的新闻系统,没有办法,连着做了两天,总算搞定了,很快就会发布到公司主页上面
当然我只做了一个后台管理的东西,用jsp+javabean来动态生成html文件
......