I have a form written in old fashioned ASP. The first script is a form, which then goes to a script to process the inputs from the first form.
I can run the first script from a host that supports ASP using the Iframe module. How and where should I run the second form? From another page using Iframe? From the server hosting the ASP script? Or, from the DNN host, which will process ASP script?
Thanks ...