...and several combinations of asterisks and double / single quotes but I keep gettingName does not match Event%
Code: Select all
....window.focus(); You have an error in your SQL syntax near ')' at line 1
...and several combinations of asterisks and double / single quotes but I keep gettingName does not match Event%
Code: Select all
....window.focus(); You have an error in your SQL syntax near ')' at line 1
Code: Select all
function newWindow(Url,Name,Width,Height) { var Name = window.open(Url,Name,"resizable,scrollbars,width="+Width+",height="+Height); } function eventWindow(Url,Name,Width,Height) { var Name = window.open(Url,Name,"resizable,width="+Width+",height="+Height ); } function filterWindow(Url,Name) { var Name = window.open(Url,Name,"resizable,scrollbars,width=560,height=250"); } function closeWindow() { window.close(); // This is a hack. The only way to close an existing window is to try and open it! var filterWindow = window.open( "/zm/index.php?view=none", 'zmFilter', 'width=1,height=1' ); filterWindow.close(); } window.focus(); Unknown column 'X' in 'where clause'