Page 1 of 1

Dialogue box on form

Posted: Sun Feb 25, 2007 3:33 pm
by benyboi
Sorry if this isn't PHP but I'm creating a .php page so here goes:

I am creating a blog and there is a button to delete any entry. And what i would like is for a Pop Up Dialogue Box to appear saying "confirm..." and if the user selects yes it will goto the delete page or if they choose no, nothing will happen. (Pop Up Dialogue Box being the ones you get on your PC when you delete an item)

Thanks

Posted: Mon Feb 26, 2007 1:45 am
by Christopher
Moved to Client Side. Pop-up dialog boxed are usually done using Javascript, but can be done with only CSS or using Flash.

Posted: Mon Feb 26, 2007 4:36 am
by Kieran Huggins
search the forum for "confirm" and you'll find many examples ;-)