I have to define my html elements in python file(.py file). I am having trouble in adding an event handler to it.. As my Javascript function is in .pt file.
the following statement gives me "syntax error"..
What is the correct way of defining it ? Kindly help..
request.filter = '<input type="checkbox" name="select_all_linux" onclick="if(this.checked){selectAll("linux");}" />Select All linux servers<br/>'