GeekArticles
Web Programming
PHPSome Simple JavaScript Functions
Author: devarticles.com |
Published: 10th Aug 2005 |
Visited: 489 times |
Add CommentFiled in: PHPBy: Annette Tennison Published: 31st Jan 2002 Type: Tutorial Rating: Introduction JavaScript can be one of the most useful additions to any web page. It comes bundled with Microsoft Internet Explorer and Netscape Navigator and it allows us to perform field validations, mouse-over images, open popup windows, and a slew of other things. If you have any experience with C, C++, PHP or Java, then you'll be glad to know that the syntax of JavaScript is very similar. In this article I will...n
Read Article Sponsored Links
Related Articles
• Configuring Classless JavaScript The Power of Classless JavaScript One of the best features of JavaScript is the classless ability. Because of this feature JavaScript and Ajax could be launched without dragging other functions unless the developer intends to. The function could work independently from other functions. The result is ...
• Implementing JavaScript Library Implementing a JavaScript library has it ups and downs. By using a JavaScript library developers will not have to deal with manual coding of different functions. On the other hand the lack of familiarity with the library and rushing to use the functions offered will only get the application complica ...
• JavaScript and PHP Support in NetBeans 6.1
Continuing its tradition of providing support for an increasing number of languages and environments, NetBeans 6.1 introduces advanced JavaScript and PHP features. In this interview with Artima, Sun NetBeans evangelist Gregg Sporar discusses JavaScript and PHP support, such as refactoring and intel ...
• Webkit's SquirrelFish JavaScript Engine Webkit is one of the world’s most powerful frameworks today as it has been used for developing Safari and Safari mobile. Its significance in building these browsers is noted since it minimizes the required bandwidth and processing power to load up the browser and its mobile counterpart. Wh ...
• How to run functions wich execute DML commands ? I am using LUA to write an application that should run some Oracle functions that need parameters, and also execute inserts or update DML commands. Is there any way of running these functions without using a select (function) command ?
I was thinki ...