当我单击按钮以在 java 脚本中打开新窗口然后打开新窗口但在 URL 中自动附加我的服务器名称。如何消除此错误。下面给出的代码。
html代码:
<input class="cssButton button_buy_now" type="submit" name="live_chat" id="live_chat" value="Get Answer"></input>
java脚本代码:
$('#live_chat').click(function() {
return window.open("www.helloexperts.com/index.php?main_page=filerange_chat&ex=1");
}):
但是当新窗口打开时,会自动将 localhost 添加到 start 中
locahost/www.helloexpert.com
为什么在开始时附加 localhost 请帮助我: