Quick Tip - for 'read only' input objects

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Eagle
    Indigo Rose Customer
    • Mar 2005
    • 944

    Quick Tip - for 'read only' input objects

    to get rid of the 'curser blink' , if user clicks inside an input box try this:

    in the 'events actions' of the input object, place below in 'on focus'

    Page.SetFocus("the name of an object");

    I have found that you can even nominate an 'object' that does not exist.

    This also disables 'right mouse click' functionality (except 'selectall'),
    however nothing can be copy-pasted ... does nothing.

    This is probably 'old news' , if so then I am slowwwwwwww to catch on.
    Last edited by Eagle; 06-30-2005, 09:08 PM.
Working...
X