Re: how to create (open) a dialog box [message #175094 is a reply to message #175093] |
Sun, 14 August 2011 13:13 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 8/14/2011 6:43 AM, Andre wrote:
> The problem is, I want to ask a user if he really want to delete a record
> from a database.
> How to do this with a dialog box??
> Many tanks in advances
> Andre
PHP is server-side. Dialog boxes are client-side. You can't do it in PHP.
You can do it in javascript - try comp.lang.javascript. You can even do
something close in HTML, but it's much harder.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|