Bullschmidt.com
Home
Web Database Concept
How We Work Together
Bio
Web Database Sample
Classic ASP Design Tips
Bar Chart Tool
Web Design Resources
Access Database Sample
Classic ASP Design Tips
Delete Confirmation
These are opinions of J. Paul Schmidt, MBA.
No warranties are either expressed or implied.
To Use Paul's Services:
Paul@Bullschmidt.com
For a Delete button use a JavaScript confirm box to ask "Are you sure you want to delete?":
<input type="submit" name="btnDel" value="Delete" onclick="return confirm('Are you sure you want to delete this record?');">
And the same concept also may be applied to a Delete link too:
<a href="mypage.asp?custid=abc&delete=yes" onclick="return confirm('Are you sure you want to delete this record?');">Delete</a>
And to see something like this in action you can do the following:
- Go to
www.bullschmidt.com/login.asp
(the ASP Web database demo's login page)
- Click the Continue button
- On the Main Menu click the Invoices Edit button
- On the Invoices Edit Search Dialog click the Edit button
- On the Invoices Many page click on any invoice number
- On the Invoices Input page click the Delete button
To Use Paul's Services:
Paul@Bullschmidt.com
Copyright © 2000-2009
J. Paul Schmidt, MBA
Freelance Web and Database Developer
All Rights Reserved
Privacy Policy