javascript怎样实现4级联动
在页面加载的时候先让第一个form显示省份,点击省份显示城市.....请问js里面应该怎么去写。最好通过标示方法,让代码具有通用性。求大神代码支援...
在页面加载的时候先让第一个form显示省份,点击省份显示城市.....请问js里面应该怎么去写。最好通过标示方法,让代码具有通用性。求大神代码支援
展开
1个回答
展开全部
/*
* 打开新窗口
* f:链接地址
* n:窗口的名称
* w:窗口的宽度
* h:窗口的高度
*/
function openScrollbarWin(f,n,w,h){
l = (screen.width - w)/2;
t = (screen.height - h)/2;
sFeatures = "left="+ l +",top="+ t +",height="+ h +",width="+ w
+ ",center=1,scrollbars=yes,status=0,resizable=yes,directories=0,channelmode=0";
openwin = window.open(f , n , sFeatures );
if (!openwin.opener)
openwin.opener = self;
openwin.focus();
return openwin;
}
* 打开新窗口
* f:链接地址
* n:窗口的名称
* w:窗口的宽度
* h:窗口的高度
*/
function openScrollbarWin(f,n,w,h){
l = (screen.width - w)/2;
t = (screen.height - h)/2;
sFeatures = "left="+ l +",top="+ t +",height="+ h +",width="+ w
+ ",center=1,scrollbars=yes,status=0,resizable=yes,directories=0,channelmode=0";
openwin = window.open(f , n , sFeatures );
if (!openwin.opener)
openwin.opener = self;
openwin.focus();
return openwin;
}
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询