init commit
This commit is contained in:
+12
File diff suppressed because one or more lines are too long
Executable
+5
@@ -0,0 +1,5 @@
|
||||
function openWindow(name,id) {
|
||||
var w = 640;
|
||||
var h = 480;
|
||||
window.open(name+"/index/id/"+id,name+"_window_"+id,"width="+w+",height="+h+",scrollbars=1,resizable=1");
|
||||
}
|
||||
+5
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user