You are on page 1of 7

|  

Phil Denoncourt III


R 

! Dynamic HTML
! Just as Access is Dynamic Database
environment
! Can have controls that respond to events
! Can have centralized code modules
! Can be written in VB(script)
|  

! Developing for two DHTML environments takes


three times the development time
! IE supports ActiveX controls & objects
! IE supports VB script
! 80% of the worlds browsing activity is done
with IE
î 
î

! Centralized code for distribution


! Can be secured by using HTTPS
! Richer event model; Tighter control over the
display
! Smaller footprint
! Can monitor usage easier
 

! -ses script languages which mean


± All variables are variants
± Error handling is limited
! Debugging can be awkward
[

! Data binding
! Behaviors or Scriptlets
! Support for XML
! Event Bubbling
! Flexible object model
R   

! HTML
! VB (script)
! DOM (Document object model)

You might also like