Dynamic Web Sites

We can spilt the technologies into two groups

  • Client-Side technologies.
  • Server-Side technologies.

Client-Side Technologies

  • ActiveX Controls-created by VC++ and VB
  • Java Applets
  • Client-side Scripting

ActiveX Controls :-
ActiveX controls are self-contained programs, known as components that are written in languages like VC++ or VB.

Java Applets :-
It is program written in Java that can be included in an HTML page.
Client-side Scripting :-
Java Script and VB script are used for this client side scripting.

( categories: )