Hi,
I am using the JWS from Sun..

I want to use Javascript and jsp together in a page..like

<script>
if(confirm("you wanna")) {
<%@     include file="abc.jsp"   %>
}
else {
    return false;
}

I tried and it does not seem to be working...any ideas..??

Thx,
Arni

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