kbsekhar
08-21-2002, 08:44 AM
Hi, I don't know, whether this is the right forum to ask this question, but can someone tell me how to change the mouse pointer in ASP
Controlling Mouse Pointer in ASPkbsekhar 08-21-2002, 08:44 AM Hi, I don't know, whether this is the right forum to ask this question, but can someone tell me how to change the mouse pointer in ASP Qafyg 08-21-2002, 09:03 AM I heard you can do this with style={ cursor: auto | crosshair | default | hand | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize | text | wait | help }. Rezner 08-21-2002, 09:53 AM You don't use ASP to do things like change the mouse cursor. To do this, you'd use CSS. (Kinda like Qafyg suggested). Here's a simple example: <A HREF="wow.html" STYLE="cursor:help">Wow</A>" |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum