[jQuery] Calling HTML pages using post...
Hey all.
I have 5 buttons on a page, each one calls a different HTML page.
Currently, I have each button in its own form and on click, I'm
checking permissions and then submitting the form.
Is there an easier way of loading a page via post using JQuery?
....