Thread
:
"Method POST not allowed" error
View Single Post
02-14-2007, 12:40 PM
#
2
(
permalink
)
stuey
Inactive
Join Date: 01-29-07
Posts: 7
iTrader:
0
/ 0%
Latest Blog:
None
I have seen this problem before. Do you get this when you submit a form? If so, try adding "return false" to the submit code.
e.g.
<form onsubmit="OpenWindow(); return false">
...
...
</form>
Let us know if this helps.
stuey
View Public Profile
Find More Posts by stuey