ENTER PPPNETWORK

Wednesday, October 14, 2009

Active Documents

Active Documents
A program or a script that run at the client site is called active documents. For example, suppose we want to run a program that creates animated graphics on the screen or a program that interacts with the user. The program definitely needs to be run at the client site where the animation or interaction takes place.
One way to create an active document is to use Java applets. The browser can directly request the Java applet program in the URL and receive the applet in binary form. The browser can retrieve and run an HTML file that has embedded the address of the applet as a tag.
Java script is also can be used to scripts an active docume

No comments:

Post a Comment