论坛交流
首页办公自动化| 网页制作| 平面设计| 动画制作| 数据库开发| 程序设计| 全部视频教程
应用视频: Windows | Word2007 | Excel2007 | PowerPoint2007 | Dreamweaver 8 | Fireworks 8 | Flash 8 | Photoshop cs | CorelDraw 12
编程视频: C语言视频教程 | HTML | Div+Css布局 | Javascript | Access数据库 | Asp | Sql Server数据库Asp.net  | Flash AS
当前位置 > 文字教程 > Javascript教程
Tag:验证,特效,入门,实例,验证,表单,特效,正则表达式,跑马灯,document,函数,代码,getElementByID,菜单,图片,视频教程

Javascript教程_解决如何设置链接批量用open方式打开源码教程

文章类别:Javascript | 发表日期:2010-4-30 9:18:22

Javascript教程_解决如何设置链接批量用open方式打开源码教程

想做网易首页的效果,首页上的视频都是用 window.open 的方式打开,打开的页面没有工具栏、地址栏等控件。但是a 的href还是起作用了,那么怎样使open的方式打开一个无地址栏等的窗口呢。我做了个代码可以新窗口打开,但本页还是跳转了,不知怎么屏蔽href的本页跳转。谢谢大家了
function Aclick(arrobj) {
for(var i=0; i<arrobj.length; i++){
arrobj[i].onclick=Function("show1(this)");
}}
function show1(obj){
    window.open(obj.href, "newwindow", "width=700,height=600,status=1,resizable=0,scrollbars=1,toolbar=0,menubar=0,titlebar=0,directories=0");
    }
解决方案
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>弹出视频窗口</title>
</head>
<script language="javascript">
function newvediowindow(theobj) {
    window.open(theobj.title, "newwindow", "width=700,height=600,status=0,resizable=0,scrollbars=0,toolbar=0,menubar=0,titlebar=0,directories=0",false);
}
</script>
<body>
<a href="javascript:" title="http://player.youku.com/player.php/sid/XMTMzNTI5OTYw/v.swf" onclick="newvediowindow(this)"><img src="https://dl.dropbox.com/u/4042262/code/html/basicimg/photo3.JPG" /></a>
</body>
</html>
兼容IE8、FF3.6
视频教程列表
文章教程搜索
 
Javascript推荐教程
Javascript热门教程
看全部视频教程
购买方式/价格
购买视频教程: 咨询客服
tel:15972130058