left=screen.width-600-30; //设置left
//'/showDetail/'+id 页面网址
//'showdetail' 窗口名字 空时为_blank
//第三部分为窗口的各种参数设置
newwindow=window.open ('/showDetail/'+id, 'showdetail', 'height=500, width=600, top=200, left='+left+', toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no',false)
//置于顶层
newwindow.focus();
点击元素后打开元素id的对应的信息小窗口,并将其置顶
最新推荐文章于 2024-02-01 12:07:27 发布