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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Alert Message Box With OK and Retry Button

Status
Not open for further replies.

Creeder

Programmer
Jul 5, 2000
110
MY

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.
 
instead of doing an alert() why not do a pop-up message instead?? I have not failed; I merely found 100,000 different ways of not succeding...
 
Thanks for replying. I thought a pop-up message is the alert text messagebox using the alert() function.

If possible could you give me an example. I am really new to Javascript and reading materials on the net.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top