I'm trying to use _javascript_ to issue a popup confirm before it goes to a page. I'm using the "return confirm" function below which I used in a onSubmit. I'm kinda new to JS. Can I use the return confirm like an alert? It doesn't stop to confirm.

Does someone have a better way? Thanks.

<CFIF IsDefined("form.add.x")>
<Script Language = "_javascript_">
return confirm('Are you sure you want to RELEASE this PO?');
</script>
<CFLocation URL=""
</CFIF>

Roberto O.
ô�ô
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to