如何在「彈出」窗口中添加鏈接?當我使用href時,它會使整個div消失。這是代碼。謝謝。
在div窗口中添加鏈接
<div class="listing" style="display:none" id="open_window2_codediv">
<xmp id="open_window2" class="listing" >
var win = new Window({className: "dialog", width:500, height:400, zIndex: 100, resizable:
true, title: "Main Menu", showEffect:Effect.BlindDown, hideEffect: Effect.SwitchOff, draggable:true, wiredDrag: true})
win.getContent().innerHTML= "<div style='padding:10px'> LINK HERE!!!!!</div>"
win.setStatusBar("Menu bar info");
win.showCenter();
<xmp>
<div>
您的代碼不正確。你應該關閉'
當我發佈代碼時,我拿出了它......但在真實代碼中它是正確的。 – user1086253
瀏覽器能夠顯示頁面,但並不意味着代碼是正確的。 – Raptor