Re: Me in vbscript ? by jeff
jeff
Thu Jan 06 05:56:32 CST 2005
On Wed, 5 Jan 2005 21:27:36 -0800, "Michael Harris \(MVP\)" <mikhar at
mvps dot org> wrote:
>Michael Rawi wrote:
>> Hi,
>> I have created a table with this script :
>> <table onmouseover=this.style.background='Gray' language=javascript>
>
>
><table onmouseover='me.style.background="Gray"' language=vbscript>
Though keep in mind this may have limited funtionality (if any) on
non-Microsoft browsers, VBScript on the client isn't as widely
supported as JavaScript.
It's perfectly okay to mix server-side VBScript and client-side
JavaScript in your site.
Jeff
>>
>> How I can change onmouseover event to vbscript ? I use vbscript for my
>> website.
>>
>> Thanks in advance.