在網頁中,我常用的是javascript的confirm指令,
但是預設值在『確定』,有沒有辦法放在『取消』呢?  image
if (!confirm("確定是否XXX?")){
return false;
} else {
........
}

味味A 發表在 痞客邦 留言(0) 人氣()

在jsp網頁中,如何於該網頁內部分區域、插入靜態或動態網頁 。 1.靜態網頁 <%@ include file="…htm" %><%@ include file ="test.htm" %>
例:
<html>
     <head>
      <title>JSP include element test</title>
     </head>
     <body>
      This content is statically in the main JSP file.<br />
      <%@ include file="included.html" %>
     </body>
</html>

味味A 發表在 痞客邦 留言(0) 人氣()

1
Blog Stats
⚠️

成人內容提醒

本部落格內容僅限年滿十八歲者瀏覽。
若您未滿十八歲,請立即離開。

已滿十八歲者,亦請勿將內容提供給未成年人士。