<script>
function onload(){
var strhtml = window.location.search; //当前的地址
var Request = new Object(); //定义对象
var str= strhtml.split("=")[1]; //等号来把参数后面的值获取到
for(var j=1;j<=26;j++){
if(str==j){
...
20
2012
04
html页js向动态页传递参数并通过参数显示需要显示的div层
发布:郑德才博客 | 分类:知道理解 | 评论:1 | 浏览: