I have this function:
function test(e)
{
}
Here how I call the function:
<img id="toolbarTitle" ondblclick="test(event)" width="16px" height="16px" src="../stdicons/GeomindIcons/toolbarIcon.png">
Any idea how can I change position of the cursor in the test finction?