navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

<%@ Language=VBScript %>

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> <%@ Language=VBScript %>
Page: [1]
 
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
Spooky

 

Posts: 26599
Joined: 11/11/1998
From: Middle Earth
Status: offline

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

_____________________________

If you arent part of the solution, then there is good money to be made prolonging the problem

§þ:)


(in reply to Lydecker)
Lydecker

 

Posts: 609
From: Oxshott, Surrey, England (UK)
Status: offline

 
RE: <%@ Language=VBScript %> - 8/30/2002 20:32:16   
yes it works without:)

(in reply to Lydecker)
Spooky

 

Posts: 26599
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
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!)

_____________________________

If you arent part of the solution, then there is good money to be made prolonging the problem

§þ:)


(in reply to Lydecker)
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?

(in reply to Lydecker)
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

(in reply to Lydecker)
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?

(in reply to Lydecker)
Spooky

 

Posts: 26599
Joined: 11/11/1998
From: Middle Earth
Status: offline

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


_____________________________

If you arent part of the solution, then there is good money to be made prolonging the problem

§þ:)


(in reply to Lydecker)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> <%@ Language=VBScript %>
Page: [1]
Jump to: 1





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