Oi!!!

I have this code fragment:

----
<!--#include virtual="cookie.inc"-->

<%
   .
   .
   .

String uemail = %> GetCookie("email") <% ; %>

   .
   .
   .
----

The file "cookie.inc" is a javaScript where we can find "GetCookie()".
If you can see in the code above, the Javascript is mixed with the JSP
code. My question is: is it right?

Tchau!

   Guilherme dos Santos Tsubota
   _________________________________
   Perrotti Informatica - PerConsult
   Sao Paulo - SP - Brazil

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to