I have an onfocus event for a field that reads:
document.forms[0].elements[‘QS’].click();
It goes to a button with the Name and Id as QS and it runs the button code.
I would like to do that same thing but with a picture and hotspot.
I have added QS to the hotspot and to the picture but I get an error that the object has no properties.
Is it possible to duplicate this action from a button in a picture/hotspot?
Or is there a way in LotusScript to give focus to something other then an editable field. This is all for the notes client.