Current location: Hot Scripts Forums » General Web Coding » JavaScript » Delete confirmation box


Delete confirmation box

Reply
  #1 (permalink)  
Old 08-07-05, 09:20 AM
Programme Programme is offline
Newbie Coder
 
Join Date: Dec 2003
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Delete confirmation box

I have a php script with x number of row, all with a checkbox with id as name. Deleting the selected rows is no problem. Problem is that on might be too quick with pressing delete, so i need a confirmation box:

Is there a way with javascript to put an alert box with yes and no. So when user submits the form the alert box will show and if user clicks yes, the script is run and the rows are deleted, but if the user clicks no, the box close and nothing happens?
Reply With Quote
  #2 (permalink)  
Old 08-08-05, 03:56 AM
NeverMind's Avatar
NeverMind NeverMind is offline
Community VIP
 
Join Date: Aug 2003
Location: K.S.A
Posts: 2,257
Thanks: 0
Thanked 2 Times in 1 Post
add the onsubmit event in the <form> tag with a confirm() function:
Code:
<form action="your_action" method="post" onsubmit="return confirm('are you sure?');">
__________________
PHPSimplicity
We don't need a reason to help people - Zidane [FF9]
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Forms help input box switch to Select box dstran JavaScript 1 04-19-05 12:17 AM
change drop down box based on textbox talax JavaScript 1 02-24-05 07:38 AM
Delete row from mysql error. bigkid PHP 1 08-05-04 09:36 PM
Shout box, comment box, or search script. Need help to find all! Spreegem Script Requests 1 05-29-04 09:45 PM
i know how to delete a file! but how to delete a directory? forcer JavaScript 3 01-28-04 07:00 AM


All times are GMT -5. The time now is 10:53 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.