2011-05-24 126 views
1

我想目標屬性添加到div標籤(請參見下面的代碼),這樣在網頁「的index.html」在同一頁面打開即target_selfDiv標籤target屬性

<div id="home" style="cursor:pointer; 
       "href="javascript:void(0)" 
       onclick="window.open('index.html')"></div> 

回答

0

你應該改變從window.openwindow.location.href =

+0

謝謝...如果我想鏈接索引應該是window.location.href =「index.html」的代碼,還是我需要添加「之前的索引 – 2011-05-24 18:23:08

+0

感謝得到它的工作...成功 – 2011-05-24 18:32:46