Click here to Skip to main content
16,013,440 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Text files Pin
Nathan Ridley25-Nov-03 13:47
Nathan Ridley25-Nov-03 13:47 
GeneralRe: Text files Pin
ZoogieZork26-Nov-03 5:42
ZoogieZork26-Nov-03 5:42 
GeneralJavaScript User/password prompt Pin
Bob Stanneveld25-Nov-03 0:08
Bob Stanneveld25-Nov-03 0:08 
GeneralRe: JavaScript User/password prompt Pin
ZoogieZork26-Nov-03 5:47
ZoogieZork26-Nov-03 5:47 
GeneralRe: JavaScript User/password prompt Pin
Bob Stanneveld26-Nov-03 20:59
Bob Stanneveld26-Nov-03 20:59 
QuestionJScrip.NET - What does it require ? Pin
trongtuan24-Nov-03 22:07
trongtuan24-Nov-03 22:07 
AnswerRe: JScrip.NET - What does it require ? Pin
Heath Stewart28-Nov-03 8:26
protectorHeath Stewart28-Nov-03 8:26 
GeneralASP Application Start global.asa Pin
CillyMe24-Nov-03 21:45
CillyMe24-Nov-03 21:45 
I guess this is a simple problem for which I do not have an answer. The following is taken from "global.asa" for an ASP application. It simply calls a method that parses an XML file (LoadSiteConfig). This method is included in loadsiteconfig.vb. However, it appears that the method LoadSiteConfig is not called on application start. I'm suspecting there's some syntax error the way I included the source "loadsiteconfig.vb" using the "src" attribute:

<script language="vbscript" runat="server" src="loadsiteconfig.vb">
sub Application_OnStart
LoadSiteConfig()
end sub

sub Application_OnEnd

end sub
</script>

Here's what "loadsiteconfig.vb" looks like:
Function LoadSiteConfig()
... parses an XML file using Server.CreateObject("microsoft.XMLDOM") ...
End Function

Am I doing the right thing? The way I included the ".vb" file in "global.asa"?? I'm having some trouble to trace where it went wrong that the function is not called it appears. Thanks!
GeneralRe: ASP Application Start global.asa Pin
Roger Wright25-Nov-03 11:30
professionalRoger Wright25-Nov-03 11:30 
GeneralJavascript fireEvent Method Pin
webProgrammer24-Nov-03 19:43
webProgrammer24-Nov-03 19:43 
General&lt;input type=&quot;file&quot;&gt; and xmlhttp Pin
Nathan Ridley24-Nov-03 16:02
Nathan Ridley24-Nov-03 16:02 
GeneralDynamic Filter Form Function Pin
DEWright_CA24-Nov-03 12:45
DEWright_CA24-Nov-03 12:45 
GeneralRe: Dynamic Filter Form Function Pin
allia24-Nov-03 12:54
allia24-Nov-03 12:54 
Questionuploading files, ASP? Pin
allia23-Nov-03 13:10
allia23-Nov-03 13:10 
AnswerRe: uploading files, ASP? Pin
alex.barylski23-Nov-03 18:45
alex.barylski23-Nov-03 18:45 
GeneralRe: uploading files, ASP? Pin
allia24-Nov-03 13:01
allia24-Nov-03 13:01 
AnswerRe: uploading files, ASP? Pin
Populate1233-Dec-03 22:17
Populate1233-Dec-03 22:17 
GeneralHierachical DropDownList Controls Q. Pin
xpurt21-Nov-03 20:15
xpurt21-Nov-03 20:15 
GeneralWebservices and Custom Type Objects Pin
JoostV21-Nov-03 9:30
JoostV21-Nov-03 9:30 
GeneralRe: Webservices and Custom Type Objects Pin
Heath Stewart22-Nov-03 5:11
protectorHeath Stewart22-Nov-03 5:11 
GeneralRe: Webservices and Custom Type Objects Pin
JoostV23-Nov-03 1:11
JoostV23-Nov-03 1:11 
GeneralRe: Webservices and Custom Type Objects Pin
Heath Stewart24-Nov-03 4:19
protectorHeath Stewart24-Nov-03 4:19 
GeneralCSS Help Needed - Clickable Table Cell Pin
BrianReeve21-Nov-03 9:11
BrianReeve21-Nov-03 9:11 
GeneralRe: CSS Help Needed - Clickable Table Cell Pin
Ian Darling21-Nov-03 9:33
Ian Darling21-Nov-03 9:33 
GeneralRe: CSS Help Needed - Clickable Table Cell Pin
Roger Wright21-Nov-03 9:37
professionalRoger Wright21-Nov-03 9:37 

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.