Hey all. I have a page with 5 buttons and each button calls a different html page. On click of each button, I'm checking security permissions and then I need to call the html page associated with that button.
Is it possible to POST with JQuery without having to set the action of the form? Currently, I have a form for each button with the action populated with the program that is to be called. Is there an easier way of doing this with JQuery? ....

