Note: Unlike VBScript - JavaScript is case sensitive. You will have to write
your ASP code with uppercase letters and lowercase letters when the language
requires it.
--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
----------------------------------------
At the top of the page in code view - before anything else add
<%@LANGUAGE="VBSCRIPT"%>
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________
| How to change the default page asp language from JScript to VBScript
|
Disregard my reply, as the setting control the scripting language used when FP creates Form Field
Validation scripts. The default need to be JavaScript unless the site is a intranet where only
Windows and IE browsers are used, therefore you can use VBScript.
The default for Classic ASP pages is VBScript, unless the web host has configured the server
differently.
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
It also matter what the default scripting language is set on the server, unless you want to have to
specific the language in each page, etc.
It does matter if the FP extensions are set to use VBScript as the default, then FP will write all
Form Field Validation scripts in VBScript, which is not support in any browser but IE under Windows.
--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.