Re: ASP Perlscript/VBScript Order of execution
From: Jürgen Exner (jurgenex_at_hotmail.com)
Date: 01/25/05
- Next message: Gunnar Hjalmarsson: "Re: Testing for postgres index"
- Previous message: Mr. M.J. Lush: "Re: Testing for postgres index"
- In reply to: LinnAxis: "ASP Perlscript/VBScript Order of execution"
- Next in thread: LinnAxis: "Re: ASP Perlscript/VBScript Order of execution"
- Reply: LinnAxis: "Re: ASP Perlscript/VBScript Order of execution"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 25 Jan 2005 14:33:23 GMT
LinnAxis wrote:
> Anyone have any idea why in the excerpt from one of my ASP pages, the
> Perlscript code always executes BEFORE the VBScript code?
> Even if the VBScript is in an included file
> (<!--#include file="../Include/Rep01Code.asp" -->), the Perlscript
> gets executed first.
> Unfortuantely my Perlscript needs to read Session variables assigned
> by my VBScript code.
> VBScript is the default lang as well.
Interesting idea. So you want to send an HTTP response first, such that the
client can execute the VBScript, such that the server can use the results
while executing the server side code, such that the HTTP response can be
generated.
Do you see a problem with that?
Not that this has anything to do with Perl to begin with....
jue
- Next message: Gunnar Hjalmarsson: "Re: Testing for postgres index"
- Previous message: Mr. M.J. Lush: "Re: Testing for postgres index"
- In reply to: LinnAxis: "ASP Perlscript/VBScript Order of execution"
- Next in thread: LinnAxis: "Re: ASP Perlscript/VBScript Order of execution"
- Reply: LinnAxis: "Re: ASP Perlscript/VBScript Order of execution"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|