Quote:
quote:Originally posted by meena
Hi!
I am new to asp.I have created a virutal directory in IIS (windows 2000 professional is my O/S).In that Htmlpage1.htm and confirm.asp pages are there.If I submit the form in the Htmlpage1.htm ,that confirm.asp page has to activate.while I submit the form ,the file download dialog opened as download file (confirm.asp)from location(virtual directory).
open file from location
save the file to disk
has come.
what are the folders or files to be there in virutal directory?
how to do it?
May it be a silly question please bear with me.
Thanks in advance.
-meena
|
It is a silly question indeed, but as you are new to ASP, it is not known to you. You must have opened the htm file in browser by directly clicking on it. When you are using asp, this will result in a screen that will always open a file save as dialog box. Instead, you need to access the htm file via IIS webserver path. You can access using 'http://default server name/your virtual directory name/Htmlpage1.htm'. Type this address in your web browser address box and you will get the htm file.
Now, if you post the form, then the asp page will be activated.
Hope this helps you.
Sankar Sengupta