Skip to main content
summaryrefslogtreecommitdiffstats
blob: f8c7c028caafa9a35a57c87c8d0346eef557861d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
<%@ page 
language="java"
contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"
%>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META name="GENERATOR" content="IBM WebSphere Studio">
<TITLE>pmr.jsp</TITLE>

<%!String testJspString = "testJspString"; %>
<script> 

var test = <%= testJspString %>;

</script>



</HEAD>
<BODY>
<%  %>
<P>Place jspInJavascript.jsp's content here.</P>
</BODY>
</HTML>

Back to the top