我需要在點擊按鈕function.i打開在同一頁面一個新的HTML頁都試過這個代碼,但它不是working.Whats是這裏的錯誤。幫助,,在此先感謝Html窗口新頁面位置不工作location.href =「mypage.html」; ...?
我的按鈕
<input type="submit" name="login" id="ok" value="OK" onclick="viewgraph()"/>
我的JavaScript
function viewgraph()
{
alert("My First Jquery Test");
// location.href('');
window.location.href="graph.html";
}
功能的圖表的() \t \t {// location.href(''); window.location.href =「graph.html」; 返回false; \t \t} 這也行不通,,,, – user3317807
你用
標籤? –window.open工程()...但我想在同一頁面打開。 – user3317807