Skip to content
Snippets Groups Projects
Commit 95e9a6b1 authored by Robin Wood's avatar Robin Wood
Browse files

removed eval from help

parent 278a8e50
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
function popUp(URL) { function popUp(URL) {
day = new Date(); day = new Date();
id = day.getTime(); id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=800,height=300,left=540,top=250');"); window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=800,height=300,left=540,top=250');
//eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=800,height=300,left=540,top=250');");
} }
/* Form validation */ /* Form validation */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment