3个回答
展开全部
您好,您在使用window.open方法的时候,在调用他的同时,也返回给你了一个document的对象,使用这个对象的write或writeln方法直接在新的文档中写入就可以了。
例如:newDoc = window.open();
newDoc.write("<a href='', target='_blank'><img src=''></a>");
这样处理就可以了。
例如:newDoc = window.open();
newDoc.write("<a href='', target='_blank'><img src=''></a>");
这样处理就可以了。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<a href="new.html" target="_blank"><img src=""></a>
target="_blank" target="_parent" target="_self" target="_top" target="自定义"
<img src="" onclick="">
onclick="window.open('new.htm')"
onclick="window.location.href='new.htm'"
onclick="window.opener.location.href='new.htm'"
onclick="指定.location.href='new.htm'"
<script>
document.onmousedown=function(){window.open('new.htm','new','');}
</script>
target="_blank" target="_parent" target="_self" target="_top" target="自定义"
<img src="" onclick="">
onclick="window.open('new.htm')"
onclick="window.location.href='new.htm'"
onclick="window.opener.location.href='new.htm'"
onclick="指定.location.href='new.htm'"
<script>
document.onmousedown=function(){window.open('new.htm','new','');}
</script>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在弹出的窗口中加一个链接就可以了呀。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询