On 5/5/07, Christoph Zwerschke <[EMAIL PROTECTED]> wrote:
How do you render the page (html, xhtml, doctype etc)? How does it look
like? I cannot see any reason why this should not work with MSIE7,
except for maybe a problem in your default.js script.
Thanks for your reply christoph. No problem in my default.js script.
But I have fix that problem.
The working code is in the following
===========================================================
Test.kid
===========================================================
<html py:extends="'layout.kid'" xmlns:py="http://purl.org/kid/ns#"
xmlns:form="myform">
<head>
<!--[if IE]>
<script type="text/javascript" src="/static/default.js"></script>
<![endif]-->
<!--[if !IE]> <!-->
<script type="text/javascript" src="/static/default.js"></script>
<!--<![endif]-->
</head>
<body onload="initload()">
This is Test Page
</body>
</html>
===========================================================
This above code working in IE7 and mozilla firefox.
- 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/kid-template-discuss