How to check if a web page is a dynamic web page? How to check one if it is a static web page?
-
Thanks in advance!
-
the quickest way - resize the window if the website it will try to keep up and the content will try to stay in the window - its a dynamic page. If the website stays the same but the window shrinks (nothing happens on page) then its no doubt a static page.
It' can also be a fun game to see how small of a window you can fit a dynamic site into!
Hope that clears it up for you.
-
This post is deleted! -
This depends - do you mean dynamically generated content (like search results), or a dynamic design?
-Andy
-
Hi Andy,
A dynamic design.
Thanks!