TheDrParker
Programmer
I have a page that mixes Javascript and VBScript. I do most of my coding in VBScript, but I have to do some in Java because the DTCs are written in Java.
My problem is that the Javascript seems to execute before everything else no matter where I put it. Is there any way to change this or get around it. I just need things to work in a certain order and the Javascript is executing way too early.
BTW: I seem to have to run it on the server because it doesn't like the sessions variables otherwise.
My problem is that the Javascript seems to execute before everything else no matter where I put it. Is there any way to change this or get around it. I just need things to work in a certain order and the Javascript is executing way too early.
BTW: I seem to have to run it on the server because it doesn't like the sessions variables otherwise.