Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

alter box that asks ok or cancel for deletion

Status
Not open for further replies.

DataSpy

Technical User
Nov 15, 2002
39
0
0
US
Hello, I was wondering if anyone could help me or point me in the right direction for an alert box that confirms deletion of an item (ok or cancel) when a form is submitted. Any help would be greatly appretiated, thanx in advance!
 
Solved, thanx for help!

I ended up using
Code:
<input type="submit" value="Delete" onClick="return confirm('Are you sure you want to delete?');">

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top