Hi Mark, > ... ACTION='default.asp' to the FORM tag. It worked! > Searcing google, it seems there is a known IIS bug that > gives rise to this problem.
It's not a bug, it's a feature! ;) Seriously though, POSTing to a directory isn't allowed for security reasons, it's always necessary to POST to an explicit filename. You can avoid this, sometimes, by using GET instead, but that sends the data in the address of the document which is often ugly and counterproductive (especially when the data will be picked up by adsense or other engines). Regards, Shawn K. Hall http://12PointDesign.com/ http://ReliableAnswers.com/ --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
