Search found 2 matches

by austymenko
Thu Jul 04, 2002 6:46 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Menu appearence in point where mouse was clicked
Replies: 2
Views: 2645

Menu appearence in point where mouse was clicked

Does anybody know, how to force menu to appear on the point where left mouse button mouse was pressed ?

For example:
addmenu(menu=[
"menu1",
100, //top
40, //left
50, //width
...
])

it means that menu will appear on the point X=40, Y=100.
But for example I loaded the page, pressed(clicked) left ...