Results 1 to 4 of 4

Thread: PHP Pop Up Box

  1. #1
    Join Date
    Aug 2010
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default PHP Pop Up Box

    Hi,
    I just want to know how can i configure a small pop box for my website where my submitted text will appear and it will be show to my visitors on real time and visitors can not write anything.

    Regards,
    Abhijit

  2. #2
    Join Date
    Apr 2008
    Location
    So.Cal
    Posts
    3,643
    Thanks
    63
    Thanked 516 Times in 502 Posts
    Blog Entries
    5

    Default

    javascript is what you're looking for - you can use php to dynamically write the script if you'd like, but php can't handle it directly. it has to happen on the client's end, not on the server.

    Code:
    <input type="button" onclick="alert('Are you sure you want to give us the deed to your house?')" value="Confirm">
    -from tizag

  3. #3
    Join Date
    Aug 2010
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for your reply. I am sorry that I had not right the full thing. You might help me.
    I am working in joomla. I am making a financial portal. i want configure a live real time pop up box what's input will be put from administrator end it will appear to the visitors in real-time but visitors can not right any thing.

  4. #4
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    So a one way pop up chat? You'll need to use a database and dome Ajax to check for new messages.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

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
  •