<%@ Language=VBScript %> (Full Version)

All Forums >> [Web Development] >> ASP and Database



Message


Lydecker -> <%@ 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




Spooky -> RE: <%@ Language=VBScript %> (8/30/2002 20:25:41)

I would assume it keeps going if you use just <%@ Language=VBScript %>?

Using Option Explicit requires that all variables are declared. Unfortunately they are not, so you would need to manually recode all of the includes. [:@]

To declare a variable, is to :

DIM VariableName1
DIM VariableName2
etc....




Lydecker -> RE: <%@ Language=VBScript %> (8/30/2002 20:32:16)

yes it works without[:D]




Spooky -> RE: <%@ Language=VBScript %> (8/30/2002 20:33:37)

Let us know if you declare all variables in the includes, there will only be a 100 or so [;)]


(Kidding! dont go there!)




Lydecker -> RE: <%@ Language=VBScript %> (8/31/2002 6:36:19)

It works without the <%@ Language=VBScript %> to - is there any point to it?




ASPPlayground -> 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.




Lydecker -> RE: <%@ Language=VBScript %> (8/31/2002 19:04:59)

so i dont actually need that tag anywhere on any pages then?




Spooky -> RE: <%@ Language=VBScript %> (9/1/2002 18:47:40)

Not really [:)]




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
6.298828E-02