Results 1 to 5 of 5
  1. #1

    Default ASP we page mouse pointer


    is there a way to change mouse pointer when you send process command to the server (eg vbhourglass). a good example would be while filing the combo box the mouse pointer should be in glass mode, when done you return to normal pointer.

  2. #2

    Default Re: ASP we page mouse pointer

    you can do it using javascript and ajax.

  3. #3

    Default Re: ASP we page mouse pointer

    sample oi

  4. #4

    Default Re: ASP we page mouse pointer

    **double**

  5. #5

    Default Re: ASP we page mouse pointer

    i wont give you the code hhahaha another hint..when setting mouse cursor. Traverse the entire document using javascript and set the cursor style to "wait" just like this one..

    Code:
      
    if (document.all)
    {
       for (var i=0;i < document.all.length; i++)
       {
          document.all(i).style.cursor = 'wait';
       }
    }
    ...you can put that to a function so that you can call it before you do a server request using AJAX. Then traverse all document again and reset the cursor style when the readyState member variable of your XMLHttpRequest returns the value 4 which means "the request is complete".

    Thats all I can give..so start digging

    dont know about AJAX? start here.. http://www.w3schools.com/ajax/ajax_example.asp


  6.    Advertisement

Similar Threads

 
  1. What HURTS when We LOVE and Why?
    By Track_14 in forum "Love is..."
    Replies: 2087
    Last Post: 04-16-2018, 11:22 PM
  2. Why Do We Hurt The Ones We Love?
    By lovely in forum "Love is..."
    Replies: 296
    Last Post: 09-08-2011, 08:54 AM
  3. Why do we fall in love?
    By chad_lester in forum "Love is..."
    Replies: 117
    Last Post: 09-04-2010, 02:26 PM
  4. Vista wont boot up - Black Screen Only and Mouse Pointer
    By flanker in forum Software & Games (Old)
    Replies: 10
    Last Post: 04-03-2010, 10:57 PM
  5. Vista wont boot up - Black Screen Only and Mouse Pointer
    By flanker in forum Computer Hardware
    Replies: 3
    Last Post: 04-01-2010, 02:38 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top