Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: Action on asp forms


Message #1 by healisdw@h... on Thu, 19 Jul 2001 02:41:11
From an HTML form I am trying to call results.asp file. When I click on 

the submit button it says I am trying to download the results.asp file. I 

am running Windows 98 and using personal Web server. What could be causing 

the problem.



TIA



Dave 
Message #2 by "raghu bejgum" <raghu_hale@h...> on Thu, 19 Jul 2001 16:22:54 +0530
I think the problem is with ur IIS.. just chk whether its running fine... 

and also see ur configuration settings.. that should solve the problem...



Raghavendra.B

S/w Engineer

Globarena Group.







>From: healisdw@h...

>Reply-To: "ASP Databases" <asp_databases@p...>

>To: "ASP Databases" <asp_databases@p...>

>Subject: [asp_databases] Action on asp forms

>Date: Thu, 19 Jul 2001 02:41:11

>

>From an HTML form I am trying to call results.asp file. When I click on

>the submit button it says I am trying to download the results.asp file. I

>am running Windows 98 and using personal Web server. What could be causing

>the problem.

>

>TIA

>

>Dave

>

Message #3 by "Sam Kirkpatrick" <sjkirky@b...> on Thu, 19 Jul 2001 12:46:19
Dave,



It sounds like you're looking at the HTML file directly rather than using 

Personal Web Server to run it. You need to have the URL 

http://127.0.0.1/<virtual_directory>/file.htm



This file will include the form submission to the ASP file, and it should 

work when you hit the button.



SamK



> From an HTML form I am trying to call results.asp file. When I click on 

> the submit button it says I am trying to download the results.asp file. 

I 

> am running Windows 98 and using personal Web server. What could be 

causing 

> the problem.

> 

> TIA

> 

> Dave 
Message #4 by "Pat Waddington" <paw@s...> on Thu, 19 Jul 2001 19:52:57 +0100
Is your .asp file in an executable folder (i.e. one that allows scripts to

be run)? I get this message if the folder does not have execute permissions,

so I usually keep my .asp files in a separate, executable folder.

HTH

Pat

----- Original Message -----

From: <healisdw@h...>

To: "ASP Databases" <asp_databases@p...>

Sent: Thursday, July 19, 2001 2:41 AM

Subject: [asp_databases] Action on asp forms





> From an HTML form I am trying to call results.asp file. When I click on

> the submit button it says I am trying to download the results.asp file. I

> am running Windows 98 and using personal Web server. What could be causing

> the problem.

>

> TIA

>

> Dave
Message #5 by "Tomm Matthis" <matthis@b...> on Sat, 21 Jul 2001 11:29:59 -0400
Make sure that the folder where the .asp file resides is set to allow

scripting, and that you are referencing it the context of the web root.



-- Tomm



> -----Original Message-----

> From: healisdw@h... [mailto:healisdw@h...]

> Sent: Thursday, July 19, 2001 2:41 AM

> To: ASP Databases

> Subject: [asp_databases] Action on asp forms

>

>

> From an HTML form I am trying to call results.asp file. When I click on

> the submit button it says I am trying to download the results.asp file. I

> am running Windows 98 and using personal Web server. What could

> be causing

> the problem.

>

> TIA

>

> Dave

>



Message #6 by "Vincent Vandermeeren" <vincentvdm@p...> on Sun, 22 Jul 2001 13:16:07 +0200
It could also be that he's using the realpath ...

(for example c:/site/.../blabla.asp)



He has to do it BY the PSW ...

for example http://dave/blabla.asp



----- Original Message -----

From: raghu bejgum <raghu_hale@h...>

To: ASP Databases <asp_databases@p...>

Sent: Thursday, July 19, 2001 12:52 PM

Subject: [asp_databases] Re: Action on asp forms





> I think the problem is with ur IIS.. just chk whether its running fine...

> and also see ur configuration settings.. that should solve the problem...

>

> Raghavendra.B

> S/w Engineer

> Globarena Group.

>

>

>

> >From: healisdw@h...

> >Reply-To: "ASP Databases" <asp_databases@p...>

> >To: "ASP Databases" <asp_databases@p...>

> >Subject: [asp_databases] Action on asp forms

> >Date: Thu, 19 Jul 2001 02:41:11

> >

> >From an HTML form I am trying to call results.asp file. When I click on

> >the submit button it says I am trying to download the results.asp file. I

> >am running Windows 98 and using personal Web server. What could be

causing

> >the problem.

> >

> >TIA

> >

> >Dave

> 




  Return to Index