(Pardon my novice novice Javascript question)
I would like to display a "Are you sure you would like to transfer file?"
javascript OK/Cancel confirm message after the user has click the submit
button.
The script I'm using proceeds to the action page even if the Cancel or
closed window icon is clicked.
If anyone can reply with a script I can use, it will be much appreciated.
Thanks,
Michael
<script language="JavaScript">
function verifyupload() {
ask_user = confirm("Are you sure you would like to transfer file?")
if (ask_user == true)
window.location=(post_ased_bcp_uploader.cfm)
else
window.reload()
}
</script>
<form action="post_ased_bcp_uploader.cfm" method="post"
enctype="multipart/form-data" onsubmit="javascript:verifyupload()">
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists