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
: 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
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
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
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
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
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