Page 1 of 1

Quick (and probably easy) Question

Posted: Mon May 15, 2006 11:22 am
by snowrhythm
does anyone know how to do simple pop-up confirmations? i need to use one to
confirm a "delete row" for a database entry app i made in php. figured it might
save a little stress in the future (chuckle). if you could post some generic code
that would be awesome. i'll be looking around for some in the meantime. thanks!
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:2. Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.

Posted: Mon May 15, 2006 11:30 am
by Burrito
Moved to client side.

Code: Select all

if(prompt("are you sure"))
  //do stuff