Re: Problem with JSP and HTML frames

2006-03-22 Thread Nenad Bosanac
if it works because the browsers are "nice" does not > mean that this is correct! > > -Original Message- > From: A mailing list about Java Server Pages > specification and reference > [mailto:[EMAIL PROTECTED] Behalf Of Nenad > Bosanac > Sent: Sunday, March 19, 2

Re: Problem with JSP and HTML frames

2006-03-21 Thread [Kiran Kumar Vedula]
: Wed 3/22/2006 5:03 AM To: JSP-INTEREST@JAVA.SUN.COM Subject: Re: Problem with JSP and HTML frames Because this is the HMTL Standard? The correct way of building an HTML page is to have something like: ... __OR___ You don't have a body i

Re: Problem with JSP and HTML frames

2006-03-21 Thread Fabro, Loic
8:33 AM To: JSP-INTEREST@JAVA.SUN.COM Subject: Re: Problem with JSP and HTML frames Well i finally find solution for my problem I have 3 files like this: > Problem was that i wasn`t able to see those frames in my browser. Solution was to delete tags in all jsp files. I don`t now why is that but

Re: Problem with JSP and HTML frames

2006-03-19 Thread Nenad Bosanac
Well i finally find solution for my problem I have 3 files like this: ** index.jsp ** <[EMAIL PROTECTED] contentType="text/html"%> <[EMAIL PROTECTED] pageEncoding="UTF-8"%> http://www.w3.org/TR/html4/loose.dtd";> JSP Page

Re: Problem with JSP and HTML frames

2006-03-19 Thread Nenad Bosanac
Well i finally find solution for my problem I have 3 files like this: ** index.jsp ** <[EMAIL PROTECTED] contentType="text/html"%> <[EMAIL PROTECTED] pageEncoding="UTF-8"%> http://www.w3.org/TR/html4/loose.dtd";> JSP Page

Re: Problem with JSP and HTML frames

2006-03-17 Thread Imran Anwar
If you attach your files then it will be help full for On 3/17/06, Nenad Bosanac <[EMAIL PROTECTED]> wrote: > > Hello! > I have one problem.I want to make JSP page with html > frame in it.I want one page with two horizontal frame > and in upper frame when someone submit something to > display in

Problem with JSP and HTML frames

2006-03-17 Thread Nenad Bosanac
Hello! I have one problem.I want to make JSP page with html frame in it.I want one page with two horizontal frame and in upper frame when someone submit something to display in lower page.I want to make all of this pages in JSP exstension and to call it up.jsp and down.jsp. I try something but it d