



Passing Parameters to an ASP Page
Question: How do you pass parameters from an HTML page using either Java or Visual Basic to an ASP page? Answer: You do not need Java or VB to pass
Question: How do you pass parameters from an HTML page using either Java or Visual Basic to an ASP page? Answer: You do not need Java or VB to pass
Question: Why do I get an “unterminated string constant” error message in this code? Answer: You can’t let your strings wrap onto multiple lines without using a continuation character. The
Remember that the .asp files require extra processing at the server end. Therefore, you should not blindly convert all of the HTML pages in your application into ASP pages when