我有一个灯箱,可以在除 IE 之外的所有浏览器中使用。所以,我只希望 IE 在新窗口中打开信息。如果使用 IE,如何将此 href 更改为网站地址?
从标题:
<script language="javascript" type="text/javascript">
var htmlblock = 'html to appear in lightbox/new window';
</script>
从身体:
<a id="contact-link" href="javascript:lightbox(htmlblock);">
<div id="contact-button">
Link to open lightbox/new window
</div>
</a>