Advertisement
Guest User

Untitled

a guest
May 24th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <script>
  2. function function1()
  3. {
  4. <c:set var="temp" value=""/>
  5. temp="Hello";
  6. alert(temp);
  7. }
  8. </script>
  9.  
  10. <c:out value="${temp}"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement