Home › Forums › JavaScript › Dialog alert box advice needed › Re: Dialog alert box advice needed
March 27, 2010 at 11:52 am
#73096
Member
With javascript there is the alert() function and the confirm() fucntion..
The alert will simply alert, you click o.k. and you’re done.
The confirm on the other hand lets you set what happens weather they choose o.k. or cancel.
This is an example of that I’m talking about. Hope it helps.