cluetip eliminates javascript in ajax returned page

cluetip eliminates javascript in ajax returned page

Hi,

I use javascript

  1. alert('here');

in returned php page displayed in the cluetip as ajax request.

  1. <?php
  2. ?>
  3. <html><head><title>button test</title>
  4. <script>
  5. alert('here');
  6. </script>
  7. </head>
  8. <body>
  9. </body></html>

My question is why javascript is ignored while calling this page as ajax request and the alert is shown ok when calling this page normally as http request.

Regards

Chris