changing mouse cursor in web forms [message #86206] |
Fri, 10 September 2004 05:22 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
timc
Messages: 1 Registered: September 2004
|
Junior Member |
|
|
I want to change my mouse cursor to a hand-pointer when it is hovered over a field in my contacts form which is displaying an email address. I cannot use WHEN-MOUSE-ENTER/LEAVE so I presume I need a PJC Bean to do this client side.
Does anyone have an example they can share?
|
|
|
Re: changing mouse cursor in web forms [message #86246 is a reply to message #86206] |
Tue, 14 September 2004 22:48 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Himanshu
Messages: 457 Registered: December 2001
|
Senior Member |
|
|
Hi,
To change the cursor style to a hand, you can use the built-in
Set_Application_Property when appropriate: Set_Application_Property(CURSOR_STYLE, 'HELP');
Try writing this code in When-new-item-instance.
HTH
Regards
Himanshu
|
|
|