與使用<a>
標籤的,我可以把這樣的:的JavaScript的onClick HREF
<a href="include/sendemail.php?id_user=<?= $_GET['id_user'];?>" onclick="return confirm('Are you sure want to send an email?');" >Send Email</a>
,以及如何做到這一點的代碼應用到按鈕:
<input type="button" onclick="return confirm('Are you sure want to send an email?');" value="Send Email" >
你有什麼工作。它在做什麼/不做你不指望的事情? – 2011-03-14 11:16:04
*(旁註)*事件屬性被認爲是不好的做法。 [試着讓它們不顯眼。](https://secure.wikimedia.org/wikipedia/en/wiki/Unobtrusive_JavaScript) – Gordon 2011-03-14 11:21:32
你是否設法解決這個問題? – 2011-03-14 11:21:38