<ATT00001..txt>
--
You received this message because you are subscribed to the Google Groups "InterSystems: Zen Community" group.
To post to this group, send email to InterSys...@googlegroups.com
To unsubscribe from this group, send email to InterSystems-Z...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/InterSystems-ZEN?hl=en
Zen Community Terms and Conditions: http://groups.google.com/group/InterSystems-ZEN/web/community-terms-and-conditions
zenPage.getComponentById('ClientForm').submit()
-Roberto
On Jan 13, 10:20 am, Neerav Verma <vnee...@gmail.com> wrote:
> Do you by any chance have a code snippet?
>
> Thank You,
>
> Neerav Vermahttp://www.linkedin.com/in/vneerav
> ------------------------------------------------------
> Joan Crawford<http://www.brainyquote.com/quotes/authors/j/joan_crawford.html>
> > Pablo Picasso<http://www.brainyquote.com/quotes/authors/p/pablo_picasso.html> - "Computers are useless. They can only give you answers."
> > <ATT00001..txt>
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "InterSystems: Zen Community" group.
> > To post to this group, send email to InterSys...@googlegroups.com
> > To unsubscribe from this group, send email to
> > InterSystems-Z...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/InterSystems-ZEN?hl=en
> > Zen Community Terms and Conditions:
> >http://groups.google.com/group/InterSystems-ZEN/web/community-terms-a...- Hide quoted text -
>
> - Show quoted text -
Hey Markus.Ok that worked.
Did you realize that label on your password has wrong spelling ;)
Only thing now is that if password is stored on the page, pressing enter doesn't do anything.not sure where to call that event from
Thank You,
Neerav Verma
http://www.linkedin.com/in/vneerav
------------------------------------------------------
Charles de Gaulle - "The better I get to know men, the more I find myself loving dogs."
On Wed, Jan 13, 2010 at 10:57 AM, Markus Mechnich <Markus....@intersystems.com> wrote:
In a project we used the following solution:
.....
<password name="CachePassword" id="CachePassword" label="Passwort" onkeypress="zenPage.submitOnEnter()"/>
.....
.....