Microsoft
Software
Hardware
Network
Question : POST error
Can anyone tell me what this error means? Here's my form tag:
form id="form" name="form" method="post" action="thankyou.html">
The HTTP verb POST used to access path '/xxxx/yyyy/thankyou.html'
is not allowed.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: The HTTP verb POST used to access path ' '/xxxx/yyyy/thankyou.html'
is not allowed.
Answer : POST error
you can not post data to an html file,
<form id="form" name="form" method="post" action="
thankyou.html
">
Random Solutions
RHEL command to eject cd rom
AJAX, JQUERY, server date timestamp
PHP error
how can I read more then one cell an excel file in vb.net
the specified user does not exist?
Windows Server 2003 Logon/Logoff Log Report
how can i capture screen using C# window application ??
i7-860 vs. i7-920
asp.net: How to determine if a when a user login. is an Admin Account, * the menu is selected to show admin pages & reports.
breadcrumb trail in a dropdown box