<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I wonder if it's possible to combine JSP and JavaScript...<br>
it's possible with css eg:<br>
<br>
<%@ taglib prefix="cms" uri=<a class="moz-txt-link-rfc2396E" href="http://www.opencms.org/taglib/cms">"http://www.opencms.org/taglib/cms"</a> %><br>
<br>
body    {<br>
   
background:url(<cms:link>../images/background.gif</cms:link>)
#fff;<br>
}<br>
that works fine :)<br>
<br>
but why is this not working: it's variable in test.js<br>
<br>
<%@ taglib prefix="cms" uri=<a class="moz-txt-link-rfc2396E" href="http://www.opencms.org/taglib/cms">"http://www.opencms.org/taglib/cms"</a> %><br>
var fileLoadingImage =
"<cms:link>images/loading.gif</cms:link>";<br>
<br>
I thought the cms-tags will be inserted with the information before the
script is sended to the client<br>
so why is it working with css but not with javascript?<br>
<br>
best regards<br>
<br>
<br>
<div class="moz-signature">-- <br>
<span
 style="font-family: verdana,tahoma,arial; font-size: 10px; color: rgb(153, 153, 153);"><br>
<br>
Volkmar Emberger<br>
<br>
</span></div>
</body>
</html>