更改弹出链接的链接

时间:2016-02-18 21:08:42

标签: javascript jquery asp.net-mvc razor

您好尝试更改此链接;

 <a href="@String.Format("http://www.koltukcubey.com/chat/index.php?project={0}&member={1}", item.Id, item.Member)" class="theme-btn btn-style-one hvr-bounce-to-right"><span style="float:right;min-width:210px;"></span>GİRİŞ</a><br /><br />

To This;

<a href="#" onclick="javascript: window.open('http://www.koltukcubey.com/chat/index.php?project=24&member=2', '', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=1046,height=520'); return false" >Chat sistemine git</a>

1 个答案:

答案 0 :(得分:0)

因为你没有包含window.open部分!

这应该可以正常工作。

<a href="#" onclick="javascript: window.open('@String.Format("http://www.koltukcubey.com/chat/index.php?project={0}&member={1}", item.Id,  item.Name)', '', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=1046,height=520'); return false">Thirdt</a>