Log in

View Full Version : Right click menu (hard)



Mike4x4
04-19-2008, 08:36 AM
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?

Nile
04-20-2008, 02:49 AM
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

Medyman
04-20-2008, 03:27 AM
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.

Nile
04-20-2008, 03:59 AM
Not to right click. Well, I've never heard of making your own right click with just html and css.

Medyman
04-20-2008, 02:09 PM
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.

Nile
04-20-2008, 02:25 PM
Ahh, thought so. :)