What is the syntax for just calling "load"? And does that use post? Or just GET.
I'm checking permissions before re-routing to new page. This is done on the server. On Feb 25, 12:23 pm, brian <bally.z...@gmail.com> wrote: > Why not just use load()? Are you opening these pages within the same > page, or changing location? > > What do you mean by "checking permissions"? I'd think that'd be best > down on the server. > > On Wed, Feb 25, 2009 at 8:56 AM, webspee...@gmail.com > > <webspee...@gmail.com> wrote: > > > 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? > > > ....