Is there anyway to create something like an Alert Message box with and OK and Retry button on it? So far the alert() function will only create a pop up message box with the OK button.
The reason it that I am trying to perform the following routine:
1) User fill up textboxes on a form.
2) User click submit.
3) A messagebox then pop up showing the information type by the user.
4) User will click OK to continue to the next form or Click retry to return to the curren form and correct any mistakes.
I am new to Javascript so any help or advice is appreciated.