Skip to main content
demkalkov
Participating Frequently
May 14, 2010
Question

Model-Glue event-handler arguments

  • May 14, 2010
  • 3 replies
  • 501 views

How can I call an event-handler with some arguments (ex username, password). I know that i can make a form and set "action" to this event-handler. But i don't want to click on submit button.

    This topic has been closed for replies.

    3 replies

    demkalkov
    demkalkovAuthor
    Participating Frequently
    May 14, 2010

    found the solution

    just used script

    document.form.sumbmit()

    demkalkov
    demkalkovAuthor
    Participating Frequently
    May 14, 2010

    When i use html form and post, the message, called by this event-handler, has credentials. How can i make auto submit, or any other method so that message had credentials?

    Inspiring
    May 14, 2010

    You might want to try asking this on http://groups.google.com/group/model-glue as well...

    --

    Adam