Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. FrankieNASCAR

    Confirm Function Page Navigation

    You guys rock! I was able to combine your suggestions and it works like a charm. Thanks again! Frank
  2. FrankieNASCAR

    Confirm Function Page Navigation

    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...
  3. FrankieNASCAR

    Passing values with Querystring in ASP

    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...
  4. FrankieNASCAR

    Passing values with Querystring in ASP

    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...
  5. FrankieNASCAR

    Clear querystring in browser

    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...

Part and Inventory Search

Back
Top