Home > ASP Development > Forms Processing with ASP

Forms Processing with ASP



<i><b>Originally posted by : Mike Van Hoff (mikev@vanhoff.com)</b></i><br />I have a form with 27 form fields fields. There is a javascript in the form that totals the price associated with the form before it is submitted. This all works great. However, when I submit the form to an ASP page for processin, it returns an error "The page cannot be displayed" All I am trying to do is return the form field values with a series of <% response.write "thefield name" & request.form("field name") %><br />any suggestions of what may be going wrong would be greatly appreciated.<br /><br />Thanks in advance.<br />

    
Guest


<i><b>Originally posted by : (mikev@vanhoff.com)</b></i><br /><br />Hi,<br /><br />Are you trying to debug to see if you are getting all the values from the pervious form as expected.<br />1) Make sure your asp page is in the scripts directory under a virtual directory.<br />2)If you do not know to create a virtual directory then if you are running PWS(Personal Web Server)right click on the properties of the personal web server goto advanced tab click add then type in the alias and have the same name as a directory on your hard drive under the inetpub and wwwroot folders and then under pws propertied click browse and choose the location of the directory you created on your harddrive.<br />Make sure under that dirctory on your harddrive you have a folder call scripts and you have your asp page in that and you will have to link from your previous page to that asp pagein the scripts folder.<br />If you are runing IIS then go tostart ,programs, WindowNTOption pack,then Personal Web server, Internet Service Manager.<br />Under your machine or the server you sould have a virutal directory whatever you named or otherwise create one and do the same as said above in PWS<br /><br />------------<br />Mike Van Hoff at 2/1/00 7:15:53 PM<br /><br />I have a form with 27 form fields fields. There is a javascript in the form that totals the price associated with the form before it is submitted. This all works great. However, when I submit the form to an ASP page for processin, it returns an error "The page cannot be displayed" All I am trying to do is return the form field values with a series of <% response.write "thefield name" & request.form("field name") %><br />any suggestions of what may be going wrong would be greatly appreciated.<br /><br />Thanks in advance.<br />

Was this answer helpful ? Yes No   
Guest
 
 
Home - About Infoqu - Contact - Privacy Statement - Link to Infoqu - Bookmark Infoqu

Copyright 2007-2008 by Infoqu. All rights reserved