Question
Form Problem
I have a page with 5 forms on it. Each is for pulling up a
separate report. The forms allow you to choose variables for the
report like date range and such. All of the forms use the same
action page. For some reason 4 of the forms work just fine but one
of them does not. When I click the submit button I get a message
from Internet Explorer saying that it cannot download the action
page from the domain.
This page of forms is in a "beta" folder that I made. In the regular non beta folder all 5 forms work. For some reason in the beta folder 4 of them work and just this 5th one breaks. When I compare the non working form to the others it seems to be coded the same way.
The form action looks like this.
<form action="indexreport.cfm?fuseaction=casereport" etc. etc.
Each form has a different fuseaction so that when the variable gets passed to the indexreport page it will pull up the proper report. In the beta folder 4 of the forms still work just fine. But this 5th one cannot seem to access the indexreport.cfm page. I'm baffled!!
Any ideas?
This page of forms is in a "beta" folder that I made. In the regular non beta folder all 5 forms work. For some reason in the beta folder 4 of them work and just this 5th one breaks. When I compare the non working form to the others it seems to be coded the same way.
The form action looks like this.
<form action="indexreport.cfm?fuseaction=casereport" etc. etc.
Each form has a different fuseaction so that when the variable gets passed to the indexreport page it will pull up the proper report. In the beta folder 4 of the forms still work just fine. But this 5th one cannot seem to access the indexreport.cfm page. I'm baffled!!
Any ideas?
