Click here to Skip to main content
15,911,890 members
Home / Discussions / Web Development
   

Web Development

 
Generalcheck from child window if parent window is completely loaded Pin
hitu_kapadia8-Apr-05 7:37
hitu_kapadia8-Apr-05 7:37 
GeneralRe: check from child window if parent window is completely loaded Pin
Vasudevan Deepak Kumar13-Apr-05 4:46
Vasudevan Deepak Kumar13-Apr-05 4:46 
Generalie & javascript help Pin
amiSett8-Apr-05 5:49
amiSett8-Apr-05 5:49 
GeneralClosing popup window after page reload Pin
hitu_kapadia8-Apr-05 5:42
hitu_kapadia8-Apr-05 5:42 
GeneralRe: Closing popup window after page reload Pin
Vasudevan Deepak Kumar13-Apr-05 4:48
Vasudevan Deepak Kumar13-Apr-05 4:48 
GeneralVSS command line get Pin
RobNicolson8-Apr-05 5:13
RobNicolson8-Apr-05 5:13 
GeneralSaving Webpage using MS Internet Control Pin
ITMan7-Apr-05 2:00
ITMan7-Apr-05 2:00 
GeneralError with global.asa Pin
Brendan Vogt6-Apr-05 20:22
Brendan Vogt6-Apr-05 20:22 
Hi All!!

I am using classic ASP and I am having the following error:

· Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'Session'
//global.asa, line 15
· Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
· Page:
GET /nederburg/admin/updateBids.asp


And this how I have it in my global.asa file:

Sub Session_OnStart
Session("SafeTrack") = ""
Application.Lock
Application("Sessions") = Application("Sessions") + 1
Application.UnLock

' Brendans addition
'----------------------------------------------------------------
' Store database connection string - MS ACCESS
'----------------------------------------------------------------
Application("ConnectionString") = "Provider=Microsoft.Jet.OLEDB.4.0;User ID=;Password=;Data Source=" + Server.MapPath("/db/db.mdb")

End Sub


Line 15 refers to Session("SafeTrack") = ""

I don't understand the error. When does global.asa get loaded? Does it only get loaded through a default.asp in the root directory?

I would appreciate any help.

Thanks
Brendan Big Grin | :-D
GeneralRe: Error with global.asa Pin
Anand Gangadhara6-Mar-09 19:21
Anand Gangadhara6-Mar-09 19:21 
GeneralUsing Javascript Client-Side to Hide .net ASCX UserControl Pin
graemea1006-Apr-05 14:21
graemea1006-Apr-05 14:21 
GeneralRe: Using Javascript Client-Side to Hide .net ASCX UserControl Pin
Vasudevan Deepak Kumar13-Apr-05 4:50
Vasudevan Deepak Kumar13-Apr-05 4:50 
GeneralRe: Using Javascript Client-Side to Hide .net ASCX UserControl Pin
graemea10014-Apr-05 10:35
graemea10014-Apr-05 10:35 
GeneralRe: Using Javascript Client-Side to Hide .net ASCX UserControl Pin
graemea10014-Apr-05 17:56
graemea10014-Apr-05 17:56 
GeneralToolbars problem... Pin
theJazzyBrain6-Apr-05 1:41
theJazzyBrain6-Apr-05 1:41 
Generalvalidate email address Pin
mpapeo5-Apr-05 14:19
mpapeo5-Apr-05 14:19 
GeneralRe: validate email address Pin
mpapeo5-Apr-05 15:10
mpapeo5-Apr-05 15:10 
GeneralNeed some direction with my web app Pin
SootedPare5-Apr-05 9:25
SootedPare5-Apr-05 9:25 
GeneralRe: Need some direction with my web app Pin
man_krastogi5-Apr-05 10:00
man_krastogi5-Apr-05 10:00 
GeneralRe: Need some direction with my web app Pin
6-Apr-05 6:54
suss6-Apr-05 6:54 
GeneralRe: Need some direction with my web app Pin
man_krastogi13-Apr-05 5:28
man_krastogi13-Apr-05 5:28 
GeneralAuto format a text field Pin
Andy122795-Apr-05 9:18
Andy122795-Apr-05 9:18 
GeneralRe: Auto format a text field Pin
JKroschel6-Apr-05 5:43
JKroschel6-Apr-05 5:43 
GeneralRe: Auto format a text field Pin
Andy122796-Apr-05 6:05
Andy122796-Apr-05 6:05 
GeneralReport automation from ASP and C# Pin
keith@reaseheath5-Apr-05 8:33
keith@reaseheath5-Apr-05 8:33 
GeneralWebservices on Server 2003 Pin
RB@Emphasys5-Apr-05 7:18
RB@Emphasys5-Apr-05 7:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.