Hello all,
I'm new to webpy and have successfully put together a page using it.
Now I would like to add some Javascript functionality that uses one of
the variables that gets passed in with $def with. An abridged version
of my code looks something like this:
$def with (searchTerm)
<html><head>
function OnLoad() {
...
bar($searchTerm)
...
}
</head></html>
As I suspected, this doesn't work. I assume there is a way around
this, but I'm not sure what.
--
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.