Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 30th, 2003, 08:29 PM
Registered User
 
Join Date: Sep 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default how to link asp pages without MSvisual Interdev

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

 
Old October 1st, 2003, 05:50 AM
Authorized User
 
Join Date: Jul 2003
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to sankar
Default

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
 
Old October 1st, 2003, 08:01 PM
Registered User
 
Join Date: Sep 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks shankar,It is working nicely.
-meena






Similar Threads
Thread Thread Starter Forum Replies Last Post
Interdev 6.0 Timeout Error patsauer Javascript 0 September 16th, 2005 11:14 PM
Default to Visual InterDev Opening ASP Page ritag Classic ASP Basics 3 August 16th, 2004 03:13 PM
Intellisense stopped working in InterDev 6 riga1966 Classic ASP Professional 3 June 1st, 2004 05:31 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.