I would like to call a javascript function from an aspx control. For instance, suppose I had:
Response.Write("test(" + x + "," + y + ");");
breaking up the script keyword because VStudio / asp.net compiler doesn't like it