
July 28th, 2012, 02:46 AM
|
|
Contributing User
|
|
Join Date: Sep 2011
Posts: 103
Time spent in forums: 10 h 12 m 52 sec
Number of bans: 2
Reputation Power: 0
|
|
|
1. Javascript-A language that comes with your browser. It allows you to show an alert box, the one that you need to press Ok, validate forms, on the client, or without change the page. Usually, it is stopped by an alert, confirm, etc box.
2. AJAX-Asynchronous Javascript And XML. Which means that with a help from a programming language like PHP, ASP.NET and etc. it can work changing data without refresh the whole page, just the part of the data will be refreshed.
|