Results 1 to 4 of 4

Thread: Is changing the mouse pointer possible ?

  1. #1

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    Hi everyone, I am using ASP / VBScript to write a links page.

    I have a lot of banners (working with the vb-world link at the moment) that take a few seconds to load the site when clicked. It is not obvious that this is taking the user into a different screen and they could try clicking the link several times.

    Basically, all I am after is to know if it is possible to change the mouse pointer briefly to an hourglass etc like in VB?

    Thank you!

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  2. #2
    Guest
    Not sure what the hourglass is, but...

    Code:
    <a href="http://www.vb-world.net" STYLE="cursor:s-resize;">Vb-World</a>

  3. #3
    Member
    Join Date
    Aug 2000
    Location
    Florida
    Posts
    45

    hourglass

    hourglass is


    code:--------------------------------------------------------------------------------<a href="http://www.vb-world.net" STYLE="cursor:wait;">Vb-World</a>

    If I could only remember my name...

  4. #4

    Thread Starter
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    Thank you! Very quick answers! Damn I love this site

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

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