Pselus
04-30-2003, 07:28 PM
I have a webpage with some hidden textboxes. They ARE created inside of a Form object.
At the bottom of the webpage I run some vbscript that checks values in the hidden objects (which are set in the codebehind on this ASP.Net page, but that shouldn't matter to this).
At the TOP of my vbscript code I can access the object named hdnAggDep1, whereas at the BOTTOM of the same script it says it doesn't exist.....
here's the relevant code
http://www.anthonystark.com/code.txt
At the bottom of the webpage I run some vbscript that checks values in the hidden objects (which are set in the codebehind on this ASP.Net page, but that shouldn't matter to this).
At the TOP of my vbscript code I can access the object named hdnAggDep1, whereas at the BOTTOM of the same script it says it doesn't exist.....
here's the relevant code
http://www.anthonystark.com/code.txt