Hello i have a little question.
On my master i use one js that i load in this way:
<script type="text/javascript" src="../static/javascript/bordi.js"></
script>
</head>
<body py:match="item.tag=='{http://www.w3.org/1999/xhtml}body'"
py:attrs="item.items()" onload="Bordi()">
But in another kid like this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/
kid/ns#"
py:extends="'master.kid'">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"
py:replace="''"/>
<title>Prova</title>
<script type="text/javascript" src="../static/javascript/
bordi_prova.js"></script>
</head>
<body onload="Bordi_prova()">
<div id="intes_blog">
The loaded file is only the "bordi_prova.js" and not also the file
"bordi.js" that i load in the master.kid
Why?
Regards
Luca
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---