Menu

Explicit calling JS Function

sulay
2005-03-02
2013-04-26
  • sulay

    sulay - 2005-03-02

    I have through the archive, and some guys have Problems submitting their forms without submit Buttons. Instead they have javascript Functions like sendMyForm() to do something like form.submit(). Finding the link by Id and clicking it doesnt help me, cause there are no Ids, nor Images to find my Link. (Unfortunately i am not allowed to just add ids).

    So the thing i have to do is, explicitly call the javascript Funtion sendMyForm() and get back the WebResponse.

    How can I do so ?

    In the examples i could only find calls to alert() funcions (popNextAlert()).

     
    • Kathy Feller

      Kathy Feller - 2005-03-04

      Could you post a snippet of the html code?

      How does the user activate the sumit?

      kathy

       

Log in to post a comment.

Auth0 Logo