.JS and .VBS files working together?

  • Thread starter Thread starter mackenzie
  • Start date Start date
M

mackenzie

Hi,
I found a great js calendar pop-up that i want to use on
the same page where i'm already using a .vbs for client-
side script. I can use either one individually w/o
problems but, when I try to use them both, it appears
that .NET is treating the js as vbs. I get 2 dominating
errors that I supect are coming from the js file:
1.Expected and of statement and 2.Cannot use parentheses
when calling a Sub. Is what I'm trying to do possible
without learning javascript?
Any help or advice appreciated.
Thanks,
E
 
Nevermind. Got answered over in ASP.NET.

For anyone who's interested:
I started the page with a .vbs file. When I added the .js
file I now had to add the "language=vbscript" to the
controls using it even though I had <script
 
Back
Top