猿问

请问如何通过 javascript 判断 url 以打开不同大小的窗口?

$('#playlistulli>a').click(function(){
if(href.indexOf("tudou.com")!==-1){
window.open(this.href,"","top=100,left=355,width=640,height=500");
}else{
window.open(this.href,"","top=284,left=370,width=610,height=290");
}
returnfalse;
});
这样写无法实现。。求助
慕仙森
浏览 479回答 2
2回答
随时随地看视频慕课网APP

相关分类

JavaScript
我要回答