Avatar

Level 10

Hi,

Yes there is Javascript in the mouseEnter event of each textField on the master page:

     var mouseY = 823.89 - event.target.mouseY; // working from top of page..
     var newY = (mouseY + "points").toString();

     indexSubform.y = newY; // sets position of subform


     this.access = "protected"; // to prevent the user inputting data

You need an event to capture the current mouse position. I cannot work out a way for a numericField to constantly update the current mouse position (in real time).

I don't think that there is an equivalent of pageY or screenY in LC Designer, so I don't know how to track page views.

Good luck,

Niall