Is there any particular reason your doing the submit via Javascript? If not, I'd suggest using a plain old submit button and see if you still have the problem. If you do have a reason for doing it this way, try giving the form an id and submit it via document.getElementById("xxx").submit() ... I don't have any reason to believe this would work any better, but I've seen stranger things :)

Frank

--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
AIM/Yahoo: fzammetti
MSN: [EMAIL PROTECTED]
Author of "Practical Ajax Projects With Java Technology"
 (2006, Apress, ISBN 1-59059-695-1)
and "JavaScript, DOM Scripting and Ajax Projects"
 (2007, Apress, ISBN 1-59059-816-4)
Java Web Parts - http://javawebparts.sourceforge.net
 Supplying the wheel, so you don't have to reinvent it!

jalal udeen wrote:
hi
            im creating a application  for online test so i have used a
link to submit  using java script "document.forms[0].submit();"
but  some time this is not getting submitted im last moment can u give me
idea for this . if i click again it gets submitted or if there is any time
difference also  its not getting submitted  pls



thanks
jalal


------------------------------------------------------------------------

No virus found in this incoming message.
Checked by AVG Free Edition. Version: 7.5.467 / Virus Database: 269.7.1/805 - Release Date: 5/15/2007 10:47 AM

--

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to