Hello all --

I have an HTML page I want to convert to a JSP (eventually).  I view the
HTML file fine in my browser, but when I save it as a JSP (mind you, no JSP
code is in my page at this point), the html and head tags are lopped off and
I'm unable to view it.

Saved as HTML:
<html>
<head>
        <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
        <meta name="generator" content="Adobe GoLive 4">
        <title>Welcome to garmentrade</title>
        <script language="JavaScript1.1" src="garmentrade.js"></script>

Saved As JSP:

<blank lines>

        http-equiv="content-type" content="text/html;charset=iso-8859-1">
        name="generator" content="Adobe GoLive 4">
        Welcome to garmentrade
        language="JavaScript1.1" src="garmentrade.js">
        language="javascript" type="text/javascript">
        !--

Any insight?
Thanks,
Shari

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to