Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How do I include one file in another?

Answer Posted / irene

Html on it's own does not support this.

1. Use server side includes. JSP and servlets are good
options.<%@ include file="filename" %> or
<jsp:include page="filename" />
where file name should be .html or .jsp
*Use this code in a file with a jsp extension.

This works fine if you have a web server - an IDE like RAD.
Develop your page with a jsp entension instead of html, add
this code to include another file, view it in a browser and
click on View>Source and copy the code generated and save
that code as your html document. The included jsp file is
translated into html, and merged with the main file
*You need a web server to be able to view jsp files
This will not help if you do not have a web server in your
development environment.

Another method. Add this line to the

As in Ans 1, ask your web server host if server side
scriting is supported. Good luck

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are major attributes?

893


What is the tag to create lists in html?

808


How we can display our web page icon in browser using html?

926


What is alt text for images?

1194


What is special in html5?

1191


What is tr td th in html?

931


Do you know which are two semantic tags are included in HTML5 version?

846


How to create mail and phone link in html?

849


What is an image tag?

840


What is the full form of a tag?

973


How do you create links to sections within the same page?

1172


How do you make frames?

927


What is the difference between div and span?

1598


Why to use method – lineto in canvas?

1000


What is html and its uses?

908