PDA

Click to See Complete Forum and Search --> : Is changing the mouse pointer possible ?


alex_read
Nov 15th, 2000, 10:32 AM
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! :)

Nov 15th, 2000, 01:48 PM
Not sure what the hourglass is, but...

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

dadames
Nov 15th, 2000, 02:57 PM
hourglass is


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

alex_read
Nov 16th, 2000, 02:31 AM
Thank you! Very quick answers! Damn I love this site :D