PDA

View Full Version : Mouseovers in VBScript



conkermaniac
February 2nd, 2003, 00:46
Hi,

Do you guys have any idea how I might go about creating a mouseover in VBScript? I know how to make one in JavaScript, but I can't quite figure out how to switch the image using VBScript. Thanks! :)

Kaliber
February 2nd, 2003, 01:28
Wrong forum, this is a serverside forum.

conkermaniac
February 2nd, 2003, 01:49
Originally posted by Kaliber
Wrong forum, this is a serverside forum.

Said who? Last time I checked, there were discussions about Java, C, and JavaScript here. And the description says that the forum is for discussing all programming topics. VBScript is programming, I can assure you. ;)

Kaliber
February 2nd, 2003, 02:20
Hmm, last time I checked CGI/PHP/ASP were all serverside. Does it say vbscript? no

Perhaps those people discussing javascript and java should go to the other forum.

Anyways, if you can do it in javascript whats the problem?

conkermaniac
February 2nd, 2003, 08:08
Have you read this?

http://freewebspace.net/forums/showthread.php?s=&threadid=23671

I used to think the same way until I read that thread.

Anyway, I want to know how to do it in VBScript because my entire program is going to be written in this scripting language. If I use JavaScript, then my code would be inconsistent.