FrankieNASCAR
Programmer
Hi All,
I am having a problem with sending a querystring in an ASP page. Here's my code:
<form enctype="multipart/form-data" Action="GetUpload.asp?hdept=savpath" method="Post" id="form1" name="form1">
My problem is that the querystring value 'savpath' is actually a JavaScript variable field and not a literal. I need the value within the 'savpath' field to be passed to the next ASP page. How can I accomplish this? Everytime I try something the receiving page shows me 'savpath' as the querystring value, not the contents of 'savpath'.
Thanks.
I am having a problem with sending a querystring in an ASP page. Here's my code:
<form enctype="multipart/form-data" Action="GetUpload.asp?hdept=savpath" method="Post" id="form1" name="form1">
My problem is that the querystring value 'savpath' is actually a JavaScript variable field and not a literal. I need the value within the 'savpath' field to be passed to the next ASP page. How can I accomplish this? Everytime I try something the receiving page shows me 'savpath' as the querystring value, not the contents of 'savpath'.
Thanks.