<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HTMLB Forms and Events in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/htmlb-forms-and-events/m-p/1358413#M178435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello When we have set the submit button as the default button and press return the htmlbevent.cancelsubmit is not executed meaning it does not prevent the submission do you have any idea why it is behaving like that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 May 2006 04:18:04 GMT</pubDate>
    <dc:creator>rohitpathak</dc:creator>
    <dc:date>2006-05-30T04:18:04Z</dc:date>
    <item>
      <title>HTMLB Forms and Events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/htmlb-forms-and-events/m-p/1358409#M178431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an HTMLB form where I have a submit button with an onClientClick javascript check function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I hit submit, the javascript executes, finds an error and then allows the form to go on with processing which is what I do not want to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the HTMLB form to suspend execution in case the JavaScript function returns an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I trigger the error by adding &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;return false;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; to the end of js function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Roman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 22:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/htmlb-forms-and-events/m-p/1358409#M178431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-10T22:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: HTMLB Forms and Events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/htmlb-forms-and-events/m-p/1358410#M178432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the statement "htmlbevent.cancelsubmit" in the javascript check function .&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 04:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/htmlb-forms-and-events/m-p/1358410#M178432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T04:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: HTMLB Forms and Events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/htmlb-forms-and-events/m-p/1358411#M178433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOU CAN DO THE SAME THING USING THE IF LOOP&lt;/P&gt;&lt;P&gt;IF THE EVENT IS TRUE THAN YOU CAN COMEOUT FROM THE JAVA SCRIPT FORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 04:24:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/htmlb-forms-and-events/m-p/1358411#M178433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T04:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: HTMLB Forms and Events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/htmlb-forms-and-events/m-p/1358412#M178434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Arun! This solved it!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2006 15:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/htmlb-forms-and-events/m-p/1358412#M178434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-11T15:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: HTMLB Forms and Events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/htmlb-forms-and-events/m-p/1358413#M178435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello When we have set the submit button as the default button and press return the htmlbevent.cancelsubmit is not executed meaning it does not prevent the submission do you have any idea why it is behaving like that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 04:18:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/htmlb-forms-and-events/m-p/1358413#M178435</guid>
      <dc:creator>rohitpathak</dc:creator>
      <dc:date>2006-05-30T04:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: HTMLB Forms and Events</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/htmlb-forms-and-events/m-p/1358414#M178436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rohit Pathak ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post this in BSP forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2006 05:20:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/htmlb-forms-and-events/m-p/1358414#M178436</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-05-30T05:20:57Z</dc:date>
    </item>
  </channel>
</rss>

