HI there, having problems running some javascript within the head of a
kid template...its a simple script such as

<script type="text/javascript">
var x = 0
var zipit = new Array()
function zipfile()
{
zipit[x]= document.myform.filenamehidden.value
alert(zipit)
x=x+1
}
</script>

Couldn't understand how to use Javascript from the tutorial

also "filenamehidden" is a python variable name..i tried using
${filenamehidden}..but that did not working either

Any help would be appreciated.!

Stephen


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to