HTML & IIS
Hi
I'm building my first website using HTML, Javascript and ASP. To facilitate the server side script, I'm running the site from IIS. My first page is an HTML form with a submit link to another HTML page. The link won't work. If I replace it with a link to an ASP page, it works perfectly.
Does anyone know what I'm doing wrong?
M
|