|
| |
|
|
Lydecker
Posts: 609 From: Oxshott, Surrey, England (UK) Status: offline
|
<%@ Language=VBScript %> - 8/30/2002 19:38:13
When ever I place this script at the top of a page containing a DRW, the DRW stops working. How do I solve this? <%@ Language=VBScript %>
<%
Option Explicit
%> Thanks
|
|
|
|
Lydecker
Posts: 609 From: Oxshott, Surrey, England (UK) Status: offline
|
RE: <%@ Language=VBScript %> - 8/31/2002 6:36:19
It works without the <%@ Language=VBScript %> to - is there any point to it?
|
|
|
|
ASPPlayground
Posts: 122 Joined: 6/25/2002 From: Toronto, Canada Status: offline
|
RE: RE: <%@ Language=VBScript %> - 8/31/2002 7:45:11
Some servers are configured to use JScript as the default language. In those cases, you will have to define language=VBScript on top of each page if you wish to use VBScript to code your application. But apparently you don' t have to.
_____________________________
Samuel Chou ASPPlayground.NET Developer
|
|
|
|
Lydecker
Posts: 609 From: Oxshott, Surrey, England (UK) Status: offline
|
RE: <%@ Language=VBScript %> - 8/31/2002 19:04:59
so i dont actually need that tag anywhere on any pages then?
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|