Posted: Thu Feb 25, 2010 3:06 am How to load multiple html pages in .shtml ?
Using .shtml, how can i load the multiple html pages.
I have four links in my webiste,intially the homepage contents get loaded in the index.shtml.
How to add the aboutus content in the content area.
I have four content files
home.html
about.html
service.html
contact.html
I dont want to copy the entire code and change the contents for each page.i just want to change the particular content depends upon the page.
My aim is,while clicking the menu item,i want to include the particular html file,is there anyway to add the particular file?
Is there any way?????
for ex:Given below is the source of my index.shtml
<html>
<head>
<title>sample demo</title>
</head>
<body>
<!--include file="navigation.html-->
<!--include file="home.html-->
<!--include file="footer.html-->
</body>
</html>
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum