You can't embed javascript serverside with it, if that's what you're
asking. Anything you sent to the client/browser that the client can
make sense of it will do with as it would if you were not using
web.py. So if you have a script tag or inline javascript it should
execute. Try a <script type="text/javascript">alert("Hello!");</
script> before any of your other javascript.On Jan 23, 7:21 pm, haskellian <[email protected]> wrote: > can i embed javascript in webpy templates? i couldnt get it working. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
