Javascript: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
(Added keyboard shortcuts link from newsgroups)
m (Changed from Web Programming to Web Applications category)
 
(One intermediate revision by one other user not shown)
Line 13: Line 13:


==External Links==
==External Links==
*[http://www.quirksmode.org/js/contents.html quirksmode javascript]
*Handling [[Keyboard Shortcuts]] in Javascript [http://www.openjs.com/scripts/events/keyboard_shortcuts/]
*Handling [[Keyboard Shortcuts]] in Javascript [http://www.openjs.com/scripts/events/keyboard_shortcuts/]


[[Category:AJAX]]
[[Category:AJAX]]
[[Category:Web Programming]]
[[Category:Web Applications]]

Latest revision as of 15:10, 8 April 2020

Javascript is an Object Oriented programming language common used for client side scripting on Web Applications. Javascript, sometimes abbreviated as js, shouldn't be confused with Java. While they share many similarities in both name and syntax, they are different languages.

Javascript is widely used in the AJAX Library for Visual Dataflex. If you are planning on working with the VDF AJAX library, then it is useful to be familiar with Javascript. Here are a couple of tutorials:

Related Articles

Tools

External Links