+ Reply to Thread
Results 1 to 2 of 2

Thread: Create an Alert Dialog Box

  1. #1
    Administrator PHPCore has disabled reputation PHPCore's Avatar
    Join Date
    Oct 2009
    Location
    UK
    Age
    24
    Posts
    1,443
    Blog Entries
    2
    Thanks
    1
    Thanked 1 Time in 1 Post
    Rep Power
    10

    Default Create an Alert Dialog Box

    JavaScript alerts are ideal for the following situations:
    • If you want to be absolutely sure they see a message before doing anything on the website.
    • You would like to warn the user about something. For example "the following page contains humor not suitable for those under the age of 14."
    • An error has occurred and you want to inform the user of the problem.
    • When asking users for confirmation of some action. For example, if they have just agreed to sign over the deed to their house and you want to ask them again if they are absolutely positive they want to go through with this decision!


    HTML Code:
    <script type="text/javascript">
    alert('mmorpgcore.com say hello!');
    </script>

  2. #2
    Junior Member fahd_fahd is on a distinguished road
    Join Date
    Dec 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Rep Power
    0

    Default

    thx for youuuuu

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Wanna create a Dynamic Chat box in php!?
    By OmnitrickS in forum Tutorials
    Replies: 2
    Last Post: 11-03-2009, 09:45 PM
  2. How To Create .htaccess File Using Notepad
    By PHPCore in forum Tutorials
    Replies: 0
    Last Post: 10-31-2009, 04:09 AM

Tags for this Thread

Bookmarks

Posting Permissions

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