Am using VBSCRIPT in my ASP code and would like it so that when the ASP page loads it runs the code before it displays the HTML segment
Just as an example how can I get it to show the message box before loading
<HTML>
<% msgbox "Test me
DO SOME OTHER STUFF
%>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>
<body>
</body>
</html>
Just as an example how can I get it to show the message box before loading
<HTML>
<% msgbox "Test me
DO SOME OTHER STUFF
%>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>
<body>
</body>
</html>