-
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! :)
-
Not sure what the hourglass is, but...
Code:
<a href="http://www.vb-world.net" STYLE="cursor:s-resize;">Vb-World</a>
-
hourglass
hourglass is
code:--------------------------------------------------------------------------------<a href="http://www.vb-world.net" STYLE="cursor:wait;">Vb-World</a>
-
Thank you! Very quick answers! Damn I love this site :D