View Single Post
  #10 (permalink)  
Old 09-04-06, 04:30 AM
nova912's Avatar
nova912 nova912 is offline
Code Guru
 
Join Date: Sep 2004
Location: Traverse City, MI, USA
Posts: 821
Thanks: 0
Thanked 0 Times in 0 Posts
Well i solved the double tap on the submit thing only problem now is that...
Code:
document.forms[0].submit(); // OR
document.forms.login.submit();
Does not work, odd thing is when i alert(document.forms[0]) i get a form object. Odd eh?

EDIT: HOME RUN
http://www.notesnet.com/forums/forum...5!OpenDocument

Needed to change by submit buttons name from "submit" to "login", thank for sticking with me on this and not letting me give up.

Last edited by nova912; 09-04-06 at 04:36 AM.
Reply With Quote