I have a c# asp.net 3.5 app
I am trying to open a window from code behind after a certain event. I have this but its not working and there are no errors in firebug
When you view the source, after page load, is this code actually rendered into the source?
Can you set a breakpoint at the this.Page.ClientScript...-line, to verify that both conditions before it are actually met?