Re: [jQuery] AJAX problems - ajaxSubmit Form-PlugIn

2006-12-28 Thread Olaf Bosch
Mike Alsup schrieb: >> 1. the script duplicates the formsheet of "Eintragen" when you open and >> close it again and again.. > > Olaf, > > It looks like you're returning the entire HTML document in both the > IFrame and the return from the form submit? For the form submit > (save.php) try return

Re: [jQuery] AJAX problems - ajaxSubmit Form-PlugIn

2006-12-26 Thread Mike Alsup
> 1. the script duplicates the formsheet of "Eintragen" when you open and > close it again and again.. Olaf, It looks like you're returning the entire HTML document in both the IFrame and the return from the form submit? For the form submit (save.php) try returning only the document fragment tha

Re: [jQuery] AJAX problems - ajaxSubmit Form-PlugIn

2006-12-25 Thread Olaf Bosch
Olaf Bosch schrieb: bump ;) there are only 2 problems left which pop up and it gets more and more obvious that > Im unable to solve them on my own > 1. the script duplicates the formsheet of "Eintragen" when you open and close it again and again. > 2. in the IE7 the popup works but the ajax-su

[jQuery] AJAX problems - ajaxSubmit Form-PlugIn

2006-12-23 Thread Olaf Bosch
Hey there, well I am working on an Ajax-Script which saves inputs here you can find the demo: http://olaf-bosch.de/power3/news.php (you have to click on "Eintragen" in the right-upper corner) there are 3 problems which pop up and it gets more and more obvious that Im unable to solve them on my ow