从outlook打开新的seprate浏览器窗口中的链接 [英] Open link in new seprate browser window from outlook

查看:76
本文介绍了从outlook打开新的seprate浏览器窗口中的链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我发送邮件链接。当用户点击链接时。我希望它能打开一个固定高度和高度的新的独立浏览器窗口。宽度。



我尝试了所有代码,但它打开了新标签。请建议。谢谢



我尝试过:



Hi All, I am sending link on mail. when user click on link. I want it will open new separate browser window with fixed height & width.

I tried all code but it is opening new tab . Kindly suggest. Thanks

What I have tried:

<script language='javascript'>
    function open() {
        window.open('tcrv.aspx?id=1', 'width=200, height=200, menubar=no, resizable=yes')
    }</script>*@

<script>
    function openwin() {
       myWindow = window.open("http://localhost:32354/Test1/Index", ",", "menubar=1,resizable=1,width=500,height=350");
        //this.close();
        myWindow.opener.document.write('<p>This is old window</p>');


    }
</script>

<table>
    <tr>
        <td>
           

            <a href="#">Click Here</a>
            <a href="">Go</a>;

            <a href="http://google.com/">
               >Go1</a>
            
            <a href="#">test</a>

            <a href="print.html"> Print</a>

            

            
        </td>
    </tr>
</table>

推荐答案

试试以下&看看是否有帮助 -

Try following & see if it helps-
<a href="#" onclick="window.open('http://google.com/','Google','resizable,height=350,width=500'); return false;">Open Google</a><noscript>No Javascript support<a href="http://google.com/" target="_blank">Open Google</a></noscript>



希望,它有助于:)


Hope, it helps :)


这篇关于从outlook打开新的seprate浏览器窗口中的链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆