Seem like you're doing ajax form. I finished creating my own ajax form
sample and it was really easy and simple to implement, but you are
using other JavaScript libraries to process your form and combining
different HTML files by JavaScript (suppose to be combine by the
server), which I don't know and not recommend. In my opinion, using
only "jquery.js" is all you need to perform ajax. You need to take a
few steps backward and start over using only "jquery.js".

Ajax Form References:
http://remysharp.com/2007/03/05/jquery-ajaxed-forms/
http://trevordavis.net/blog/tutorial/ajax-forms-with-jquery/

Here is my sample ajax form (click on PHP request, don't use ASP.NET
because it uses localhost):
http://www.williamchang.org/jquery/

Sincerely,
William Chang
http://www.creativecrew.org
http://www.diehard.cc

On Apr 26, 8:12 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> wrote:
> sorry for posting 2x, it was a mistake ;)

Reply via email to