Results 1 to 6 of 6

Thread: Right click menu (hard)

  1. #1
    Join Date
    Apr 2008
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Right click menu (hard)

    hi im after a PHP script for my chatroom that ive nearly completed so i can right click on a username on my chat in the onlinelist and a small menu would show up, where can i find a script like this?

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    I don't know if you can find a PHP script thats like this. But you can use javascript, then make a custom function with Ajax to submit the data to the cluick, but the menu is here:
    http://dynamicdrive.com/dynamicindex1/contextmenu.htm
    Jeremy | jfein.net

  3. #3
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Quote Originally Posted by Nile View Post
    I don't know if you can find a PHP script thats like this. But you can use javascript, then make a custom function with Ajax to submit the data to the cluick, but the menu is here:
    http://dynamicdrive.com/dynamicindex1/contextmenu.htm
    Or...
    depending on how the chatroom is set up, you could use just simple HTML/css for the same functionality.

  4. #4
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Not to right click. Well, I've never heard of making your own right click with just html and css.
    Jeremy | jfein.net

  5. #5
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Quote Originally Posted by Nile View Post
    Not to right click. Well, I've never heard of making your own right click with just html and css.
    oops, right click. missed that (very important) part. You're right Nile.

  6. #6
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Ahh, thought so.
    Jeremy | jfein.net

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
  •