I get a user name/password after I hit submit on my form...please

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

please visit... http://www.bigbmfg.com/quote.htm now...when you press submit
you will see that it prompts the user to put in a user name and password?!
why would this be? I am thinking because it has something to do with the
location of where it is to be submitted to might be a private location? but
if someone could please look at the code and suggest changes that would be
great!! I need help asap! Thank you!
 
This is just a guess, but I would have to say it's because you included a
"file upload" form field. Some Hosts don't allow this or it needs to be
setup.

I'll bet that if you can do without the "file upload" field, you wouldn't
have a problem.
 
PS
and to set up File Upload (if your host supports it) see
http://support.microsoft.com/default.aspx?scid=kb;en-us;299763&Product=fp2002

--




| This is just a guess, but I would have to say it's because you included a
| "file upload" form field. Some Hosts don't allow this or it needs to be
| setup.
|
| I'll bet that if you can do without the "file upload" field, you wouldn't
| have a problem.
|
|
|
| | > please visit... http://www.bigbmfg.com/quote.htm now...when you press
| > submit
| > you will see that it prompts the user to put in a user name and password?!
| > why would this be? I am thinking because it has something to do with the
| > location of where it is to be submitted to might be a private location?
| > but
| > if someone could please look at the code and suggest changes that would be
| > great!! I need help asap! Thank you!
|
|
 
"7. Right-click the new folder and then click Properties on the menu that
appears. In the Properties dialog box, click to clear the Allow scripts or
programs to be run check box. Make sure the remaining check boxes are
selected (checked). Click OK.

NOTE: If the check boxes are shaded, verify that you opened or created a
Web. In Folder view, the first item in the Folder List pane should show a URL
(http://...), not a file path (C:\...). "

I did all of what it said to do...then when i clicked on the folder and went
there it was still shaded! and yes I went to file that was on the web. hmm I
just dont know. this is frustrating. any help?
 
alright---i did some logical thinking and here is what i think...
when i open the quote page on my site...and i hit submit it is looking for
this page:
"_vti_bin/shtml.exe/quote.htm" --and i looked in the code and it says:
action="_vti_bin/shtml.exe/quote.htm" now is there any reason why it is
trying to go to this page? why wouldnt it go to the upload page I just made?
I made the upload page writable so wouldnt that make sense? what do you guys
think i should do?
 
Back
Top