Page 1 of 1

Einige js-scritps laufen nicht

PostPosted: 23. November 2009 14:23
by tpk
Hi,

on my Xampp-Installation on Windows 7 the following code of a Captcha does not work (the grafics are not displayed):

Code: Select all
<img id="__code__" src="/code/code.php?id=<?= 1258981700 ?>" style="border:1px solid silver;  margin-top: 5px;" /><br>
<a href="no_matter" onclick="document.getElementById('__code__').src = '/code/code.php?id=' + ++ts; return false" ><b>&raquo;Code nicht lesbar</a>


Also the MP3 Player of

http://www.flashmp3player.org/

doesn't work.

On my online server both work flawlessly.

What could be the problem?

Thanks
Thomas

Re: Einige js-scritps laufen nicht

PostPosted: 23. November 2009 15:07
by Wiedmann
Code: Select all
<?=

e.g. this must be:
Code: Select all
<?php echo