Hi All,
I have been wrestling with this issue long enough to make me post a question. First, here's my code:
function chkreg(lesson){
// asking user if they want to register
if(confirm("You are invited to signup for the free newsletter" +
"\n " +
"\nClick 'OK' to register or click...
Thanks for your reply Chopstik. I have your code in place. I still can't get it to work correctly because when I include the '+ myJavascriptVariable;' I get an syntax error. When I remove that part of the code I get to the next ASP page but of course I do not have the value of the variable...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.