Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBScript and Client Scripting

Status
Not open for further replies.

DKL01

Programmer
Sep 14, 2000
233
US
I know it's recommended to use Javascript for client-side and vbscript for server-side scripting. I was just wondering whether we can use vbscript for client-side scripting. If yes, what's the syntax ?

Thanks
 
Yes you can, when you use VbScript on the server side it's called ASP.

It depends what you want to write.... Have Fun...

Sharky99 >:):O>
 
To set the whole page to default vbscript do:
<META name=VI60_defaultClientScript content=VBScript>
Or set the script in the <script> tag:
<script language=vbscript>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top