Dear Kevin,
Could you post the solution for the "Confirm on Delete" challenge, so I can what I have done is correct.
Thanks,
Regards,
Ronnie
Dear Kevin,
Could you post the solution for the "Confirm on Delete" challenge, so I can what I have done is correct.
Thanks,
Regards,
Ronnie
Hi Ronnie 2013,
Welcome to the forums.
There isn't a hard and fast solution to the exercise, so why don't you post what you have coded and ask for feedback.
Ronnie 2013, you can use a simple javascript to achieve what you want.
Use this: <input type="submit" name="action" value="Delete" onclick="return confirm('Delete This User?')" />