cluetip eliminates javascript in ajax returned page
Hi,
I use javascript
- alert('here');
in returned php page displayed in the cluetip as ajax request.
- <?php
- ?>
- <html><head><title>button test</title>
- <script>
- alert('here');
- </script>
- </head>
- <body>
- </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