Hi everyone, I’m back with new Entry.. .. We have three types in web page. There are static, dynamic and active web pages.For this entry I would like to write about static and dynamic web page..
Table 2 Difference static and dynamic web page.
One way
communication
|
Two ways
communication
|
For display without
interactive
|
Interactive with
client-server and web-server
|
In the web page, it
just have content and information
|
Using client-side
scripting (ajax,json) and server-side scripting (database)
|
User just read the
information
|
Can
log in, log out
|
It shows the required information to the viewer, but do not accept any information from
the viewer.
|
Displays the information to the viewer and also accepts the information from
the user. For example: Hotel reservation, Online shopping and etc.
|
Are read only
without database and they have no form filling option no log in sign up option
and just some images.
|
There have database and store the data.
|
TABLE 2
This is example of static and dynamic webpage..
Static webpage Dynamic webpage