first
This commit is contained in:
8
modules/post/_main.js
Normal file
8
modules/post/_main.js
Normal file
@@ -0,0 +1,8 @@
|
||||
function OpenWindowX(url)
|
||||
{
|
||||
window.open(url,'','top=0,left=0,width=100px,height=100px,status=yes,resizable=no,scrollbars=yes');
|
||||
}
|
||||
function OpenWindowT(url)
|
||||
{
|
||||
window.open(url,'','top=0,left=0,width=800px,height=700px,status=yes,resizable=no,scrollbars=yes');
|
||||
}
|
||||
Reference in New Issue
Block a user