[TYPO3-ect] xaJax - Further development
Elmar HInz
elmar.hinz at team.MINUS.red.DOT.net
Tue Mar 27 08:27:32 CEST 2007
>
> This still does not work with MS Internet Explorer 6. The problem of not
> passed no_cache=1 parameter remains.
>
> <script type="text/javascript">
> /*<![CDATA[*/
> var
> xajaxRequestUri="http://thehomepage.com/index.php?id=1395&no_cache=1";
Hi Franz,
it should look like:
<script type="text/javascript">
/*<![CDATA[*/
var xajaxRequestUri="http://thehomepage.com/index.php?id=1395&no_cache=1";
The bare & is the reason why the CDATA comment in required.
Regards
Elmar
More information about the TYPO3-team-extension-coordination
mailing list