CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Jul 2005
    Posts
    14

    MessageBox using a php function

    Hello,

    is there any php function to create a MessageBox like the following javascript function does?

    Code:
    if(confirm('Are you sure you want to delete tihs record?')) {
    document.write('OK');
    }
    else {
    document.write('NOOO!');
    }
    Of course I want that the value of the click will be returned into a php $variable.

    Thanks in advance.
    Last edited by nst; July 26th, 2005 at 03:50 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured