<?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 Javascripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/javascripts/m-p/2087002#M433501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can anyone expalin me about Javascripts i know this is not rite place to ask but please........&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Sheethal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2007 18:27:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-28T18:27:48Z</dc:date>
    <item>
      <title>Javascripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/javascripts/m-p/2087002#M433501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can anyone expalin me about Javascripts i know this is not rite place to ask but please........&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Sheethal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 18:27:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/javascripts/m-p/2087002#M433501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T18:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Javascripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/javascripts/m-p/2087003#M433502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sheetal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Java Script is used to validate the data on the client browser and if you didnt validate the data here and it needs to be validated at Server side and which increases load on network and as we need to call server many times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;JavaScript is a scripting language&amp;lt;/b&amp;gt; used in many websites. A scripting language is a language, which is easy and fast to learn. So is this reference. A scripting language is interpreted in run-time. It is not compiled like other languages as C++, C#, VB.NET etc. JavaScript is a client side language and it runs on the client browser. Netscape developed it and because of its simplicity it is one of the most known scripting languages. However JavaScript can be also used on the server-side. JavaScript can be used on all most known browsers. It can be easily used to interact with HTML elements. You can validate text fields, disable buttons, validate forms, or change the background color of your page. All this is possible with JavaScript. Like each programming language, it contains variables, arrays, functions, operators, objects and much more which can be help you to create better scripts for your pages. On the server side you can use JavaScript for example to manage your database entry. JavaScript code can be inserted directly in the HTML or you can place it in a separate file with the .js extension and link the web page with the .js file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check these links which can give you more data on Javascripts&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.mactech.com/articles/mactech/Vol.14/14.05/WhatisJavaScript/?%2Findex.html" target="test_blank"&gt;http://www.mactech.com/articles/mactech/Vol.14/14.05/WhatisJavaScript/?%2Findex.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.topxml.com/javascript/" target="test_blank"&gt;http://www.topxml.com/javascript/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 18:32:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/javascripts/m-p/2087003#M433502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-28T18:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: Javascripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/javascripts/m-p/2087004#M433503</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;Please check this links perhaps they may help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.mactech.com/articles/mactech/Vol.14/14.05/WhatisJavaScript/?%2Findex.html" target="test_blank"&gt;http://www.mactech.com/articles/mactech/Vol.14/14.05/WhatisJavaScript/?%2Findex.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.webopedia.com/TERM/J/JavaScript.html" target="test_blank"&gt;http://www.webopedia.com/TERM/J/JavaScript.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2007 18:34:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/javascripts/m-p/2087004#M433503</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-03-28T18:34:26Z</dc:date>
    </item>
  </channel>
</rss>

