Results 1 to 2 of 2

Thread: Change mouse icon when Radiobuttonlist is clicked.

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Indiana
    Posts
    612

    Change mouse icon when Radiobuttonlist is clicked.

    Hello everyone. When a user clicks on one of my radio button lists, there is some code that takes about 5 seconds to run. They do not know this of course, and this can cause some problems.

    I use the following code for my submit buttons.
    VB Code:
    1. Submit1.Attributes.Add("onclick", "changeCursor(true); ")
    Which I have in the page load event.

    Can anyone tell me how I could do something like this with the radio button list?

    Thanks!
    David Wilhelm

  2. #2

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2001
    Location
    Indiana
    Posts
    612

    Re: Change mouse icon when Radiobuttonlist is clicked.

    Bump
    David Wilhelm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width