Franco, You will get to questions like this faster if you search on the web for HTML and FRAME
Anyway, you can try this out. <html> <head><title> Frames Layout></title> </head> <frameset rows="60%,*" cols="50%,*"> <frame src="http://www.yahoo.com"> <frame src="http://www.google.com"> <frame src="http://www.cnn.com"> <frame src="http://www.cnbc.com"> </frameset> </html> Regards, Richard At 09:14 PM 11/15/2001 -0800, you wrote: >any sample code for frame? > >Franco > > >-----Original Message----- >From: Richard Yee [mailto:[EMAIL PROTECTED]] >Sent: Thursday, November 15, 2001 9:06 PM >To: [EMAIL PROTECTED] >Subject: Re: <jsp:include page="www.cnn.com" flush="true" /> Not >funtioning. > > >Franco, >Yes, it only works for a local file. Will a browser redirect work for >you? Since you want to pull in an entire page from another site, if it >worked the way you want it to, you wouldn't be able to add anything to the >page anyway b/c it would be enclosed in <html> and </html> tags >anyway. Try putting the foreign page in a frame inside your page. > >Richard > > > >At 08:40 PM 11/15/2001 -0800, you wrote: > ><jsp:include page="www.cnn.com" flush="true" /> Not funtioning. > > > >But <jsp:include page="./index.jsp" flush="true" /> works fine, why? only > >work for > > > >local file? > > > >Franco > > > > > >-----Original Message----- > >From: Richard Yee [mailto:[EMAIL PROTECTED]] > >Sent: Thursday, November 15, 2001 8:39 PM > >To: [EMAIL PROTECTED] > >Subject: Re: what in Jsp = Coldfusion's <CF Get ....> > > > > > >Franco, > >You will either have to use an HTML frame in your page and have the > >contents of the frame be the other website's page or you might be able to > >use the jakarta scrape custom tag which is available on the jsptags.com > >website. > > > >Regards, > > > >Richard > > > >At 07:56 PM 11/15/2001 -0800, you wrote: > > >jsp get other www site, how? I mean display other site page inside my Jsp > > >page. > > > > > >Franco > > > > > > >=========================================================================== > > >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > > >JSP-INTEREST". > > >For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST > >DIGEST". > > >Some relevant FAQs on JSP/Servlets can be found at: > > > > > > http://archives.java.sun.com/jsp-interest.html > > > http://java.sun.com/products/jsp/faq.html > > > http://www.esperanto.org.nz/jsp/jspfaq.jsp > > > http://www.jguru.com/faq/index.jsp > > > http://www.jspinsider.com > > > >=========================================================================== > >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > >JSP-INTEREST". > >For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST > >DIGEST". > >Some relevant FAQs on JSP/Servlets can be found at: > > > > http://archives.java.sun.com/jsp-interest.html > > http://java.sun.com/products/jsp/faq.html > > http://www.esperanto.org.nz/jsp/jspfaq.jsp > > http://www.jguru.com/faq/index.jsp > > http://www.jspinsider.com > > > >=========================================================================== > >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > >JSP-INTEREST". > >For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST >DIGEST". > >Some relevant FAQs on JSP/Servlets can be found at: > > > > http://archives.java.sun.com/jsp-interest.html > > http://java.sun.com/products/jsp/faq.html > > http://www.esperanto.org.nz/jsp/jspfaq.jsp > > http://www.jguru.com/faq/index.jsp > > http://www.jspinsider.com > >=========================================================================== >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff >JSP-INTEREST". >For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST >DIGEST". >Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com > >=========================================================================== >To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff >JSP-INTEREST". >For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". >Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
