Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Dialog alert box advice needed Re: Dialog alert box advice needed

#73096
Makeshift
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.