Is it possible to do a POST from just an tag? I know anchor tags are usually just for GETs, and I know I can use javascript to do this (like in JavaSc
Basically, you can't use an anchor tag for a POST request. However, there is a simple hack to achieve this.
Submit to action
I have tested this and already using it in our production code.