Click here to Skip to main content
15,917,642 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
this is a dynamic site,,and in that site every page link is html.
how do i make a dynamic site like this site?
like
http://www.usprojeh.com/ProjectView/Project267.html[^]

or

http://www.usprojeh.com/ProjectView/Project266.html[^]

tanks
Posted
Comments
Nirav Prabtani 31-May-14 2:41am    
Who told you that these sites are in complete HTML??

html is a markup language and there are no logical or procedural elements.

html is a markup language and there are no logical or procedural elements.

you can build website in any scripting language like ASP.NET,VB.NET,PHP etc and than you can rewrite your page extension or URL

for example if your webpage is introdution.aspx then you can make it introdution.html by rewriting of URL

Try to search regarding URL rewriting.

All the best.. :)

URL Rewriting for Beginners[^]
 
Share this answer
 
HTML alone can only provides static web pages, read more:
1. basics-of-dynamic-website[^]
2. Beginner's Guide to HTML5 & CSS3 - Server Side Story[^]
 
Share this answer
 
For making it dynamic, you need to use Server Side Technologies, Web Services, jQuery etc...
Only with HTML, you can't have a dynamic website.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900