ok... seems like jframe is still using some kind of target.
I'll play around with that code. Thanks! Peter :) On Feb 24, 5:54 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > On Sun, Feb 24, 2008 at 7:04 PM, lvp1138 <[EMAIL PROTECTED]> wrote: > > > Hi Mike, > > > It doesn't have a target... take a look at the source code... > > > Peter > > > On Feb 24, 1:25 pm, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > > > Peter, this is the same problem as before. You cannot use the form > > > plugin's 'target' option if your server is returning XML documents. > > That's > > > just not going to work. > > > > Mike > > Take a look at ab-jquery.jframe.js. This is what I find in there (starting > at line 83): > > jQuery(form).ajaxSubmit({ > target: target, > beforeSubmit: function(formArray) { > formArray.push({ > name:"submit", > value: jQuery(input).attr("value") > }); > }, > success: function() { > target.attr("src", jQuery(form).attr("action")); > eval(target.attr("onload")); > target.activateJFrame(); > } > > });