This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
I don't think that it is possible simply using HTML but you should JSPs Just keep the two html files as jsp files and use say a.jsp & b.jsp .You want to include b.jsp in a.jsp, In a.jsp add this code were you want to include b.jsp <jsp:include page="b.jsp" flush="true"> Do not include <HEAD> or <BODY> tags inside b.jsp
I just want to know is there any body call my bean's Getter and Setter methods with "Please" in front - My favorite quip from Bugzilla
Sree Reddy
Greenhorn
Joined: Dec 20, 2002
Posts: 13
posted
0
Thank you .. I cann't use either JSP/ASP. basically i have got a menu(HTML CODE) which has to be incorporated in all my other HTML Pages. I tried to Keep all the code in one javascript function[ i used document.write() to print all my lines] , and included in all pages. It works fine. But when i try to print in Prinout the menu is not coming . Any Solution? Thanks, Sree
yeah.. server side includes might help.. on iPlanet i know how to use SHTML extensions meant for server side includes... no idea about IIS though.. regards maulin.