Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
From JScript to VBScript
Message
From
18/12/1998 10:29:48
 
 
To
All
General information
Forum:
Microsoft IIS Server
Category:
Other
Title:
From JScript to VBScript
Miscellaneous
Thread ID:
00168857
Message ID:
00168857
Views:
58
On a Web site, all the pages are using JScript as the default scripting language. In those pages, we have a some includes for the header and footer. However, one of those pages is using VBScript as the default language. So, we can't no longer use the include command to include our header and footer files.

The code in the include files is encapsulating the code between the <% and %> signs. So, the code is mapped by default by the default scripting language defined on top of the ASP page with the <%@ LANGUAGE="VBSCRIPT" %> command. So, the code in the include files can't no longer be executed.

What would be the best way to accomplish that?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform