In my case

IE7 doesn't support this line.
<script type="text/javascript" src="/static/default.js" />

Try 'output="xhtml"' in serialization
http://kid-templating.org/guide.html#id2

template.serialize(encoding=cfg.outputEncoding, format=format, output="xhtml")

This solved problem without any conditional comment.

> Thats why I used the conditional comment.

> In my default.js script , I have written enable or disabled the list of
> checkboxes. when page loa, I call that function. if i load the page in IE7 ,
> the javascript not called and even they did show my page content. I can see
> only the empty page from browser. While i view the source. It contains my
> html code.



> In firefox browser I have no problem. IE7 not supported, Then only i used
> that.

> Thanks christoph.

> - Mahabub Basha.S





-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kid-template-discuss mailing list
kid-template-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kid-template-discuss

Reply via email to