Hi, 

I have a CSP page Welcome.csp that works.
The page has a button that uses JavaScript.
The JavaScript code is (obiviously) inside a tag like this

<script type="text/javascript" language="JavaScript">
</script>

Now, if I move the code in a seperate file called Welcome.js (in the
same dir as the Welcome.csp one) and change the tag to

<script type="text/javascript" language="JavaScript" src="Welcome.js">
</script>

The whole thing does not work anymore. 

I'm not using any web server at the moment (just the "Cach� one").

-- 
--------
Quality:
  When the customer comes back,
  but the product does not!

Reply via email to