This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Using POST action in an html form. ~Sean Asareverjip 15.Oct.03 01:12 PM a Web browser Domino Designer All ReleasesAll Platforms
Thanks! I think that's really the problem... i'm a beginner in javascript... so how am i supposed to reference my Html form?
My html form is called "myHtmlForm" and it's in a lotus form called "Cart" that is in a Frame Called "EntranceContent".
i tried with this.form.submit() (the button is within the form) and also with document.myHtmlForm.submit() but i had the same "form processed" (entire lotus form is submitted).
I know maybe is something stupid... but i'll really thank you for help!!