This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes html include like jsp:include Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "html include like jsp:include" Watch "html include like jsp:include" New topic
Author

html include like jsp:include

Arul Jose
Ranch Hand

Joined: Jan 14, 2005
Posts: 131
like we have jsp:include , i think we have an include tag/option in html itself to include another html file in a html file. i could not remember it.

any one please give the tag/option if you know.

thanks.

:roll:
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56202
    
  13

Moved to the HTML forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56202
    
  13

i think we have an include tag/option in html itself to include another html file in a html file.


Nope. There is no file inclusion mechanism in HTML.

Some web servers have facilities such as SSI (server-side include), but that's not part of HTML.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: html include like jsp:include
 
Similar Threads
Using <jsp:include page='<%=request.getAttribute("variable")%>'/> in Tomcat 6.0.35
Appliation Server - HTML Include
include file without server side technology?
Accessing resources out of context
Serving Content from Outside the context