Got a database, SQL Server and running Visual Inter Dev 6.
Got an ASP page containing a form containing <INPUT> tags and a submit button.
Got an ASP page that will recieve that data and process it (works).
How do I get the submit button to send that data from the form to the next page?
I tried onClick="frmCaseSearch.submit;", that doesn't do anything.
cheers,
Jim.
Got an ASP page containing a form containing <INPUT> tags and a submit button.
Got an ASP page that will recieve that data and process it (works).
How do I get the submit button to send that data from the form to the next page?
I tried onClick="frmCaseSearch.submit;", that doesn't do anything.
cheers,
Jim.