Thanks to everyone but I found the problem. I was using test example code of an external javascript library which had the javascript coded within the html. I separated the two into an html and js file and it works perfectly.
On Mar 24, 10:50 am, Tzury Bar Yochay <[EMAIL PROTECTED]> wrote: > > The html/javascript code is being tested within the webpy code between > > a print """ <html/javascript code> """ statement. And, it doesn't > > work. The html displays but the javascript doesn't work. > > Dineshv, > > if you will use templates instead of 'printing' the whole markup it > might be easier for you to trace the sources of the problem you were > trying to describe. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
