|
-
Nov 15th, 2000, 11:32 AM
#1
Thread Starter
Evil Genius
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, 02:48 PM
#2
Not sure what the hourglass is, but...
Code:
<a href="http://www.vb-world.net" STYLE="cursor:s-resize;">Vb-World</a>
-
Nov 15th, 2000, 03:57 PM
#3
Member
hourglass
hourglass is
code:--------------------------------------------------------------------------------<a href="http://www.vb-world.net" STYLE="cursor:wait;">Vb-World</a>
If I could only remember my name...
-
Nov 16th, 2000, 03:31 AM
#4
Thread Starter
Evil Genius
Thank you! Very quick answers! Damn I love this site
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|