Posted by Jonas Werres on 12/23/07 13:43
> Or save a file named myscript.js.php. In the file you can use both
> javascript and php. For example, you can write:
>
> alert( <?php 12 + 15 ?> )
>
> and then include it in your html with:
>
> <script type="text/javascript" language="JavaScript"
> src="myscript.js.php"></script>
>
> --
> www.panoye.com :: virtual tour
This will be send with the wrong Header (normally text/html). You have
to add
header('Content-type: application/x-javascript');
Navigation:
[Reply to this message]
|