ผมต้องการให้ปุ่ม Save กับ Cancel ถ้าเราไม่คลิกมันให้มันไปใช้ Function disablePopup แต่ผมลองเขียนดูแล้วมันไม่ทำงานตามที่ผมต้องการ ไม่ทราบว่าผมทำผิดยังไงครับ รบกวนชี้แนะด้วยนะครับ
Code
<body>
<div id="button"><input type="submit" value="Show Popup!" /></div>
<div id="popupContact">
<a id="popupContactClose">x</a>
<h1>555</h1>
<p><label for ="schedule_date">Schedule Date :</label> <input type = "text" name = "txtschedule_date"></p>
<p><label for = "subject">Subject :</label> <input type="text" name="txtsubject"></p>
<p><label for = "detail">Detail:</label> <textarea name="txtdetail"> </textarea></p>
<div class="button_action">
<a href="" id="save"> <img src="images/apply.png"> Save </a>
<a href="" id="cancel"> <img src="images/cross.png"> Cancel </a>
</div>
</div>
<div id="backgroundPopup"></div>
<span id = "myresult" />
</body>