Any methods to submit a POST request from a link if JS is disabled?
Ideeas so far (none of them perfect)
The one solution I can think of is to have a form on the page with a button styled so that it simply looks like a text link.
When Javascript is enabled, you can gracefully hide this form and allow the normal link to take precident and if Javascript is disabled, allow the user to still use the system.