*** empty log message ***
This commit is contained in:
parent
58fd5c470c
commit
707805a511
3 changed files with 8 additions and 4 deletions
|
@ -1,4 +1,7 @@
|
|||
<script type="text/javascript">
|
||||
// Browser detection
|
||||
ie5 = (document.getElementById && document.all && document.styleSheets) ? 1 : 0;
|
||||
nn6 = (document.getElementById && !document.all) ? 1 : 0;
|
||||
|
||||
function frename(name, id){literal}{{/literal}
|
||||
var s=document.getElementById('ID'+id);
|
||||
|
@ -36,6 +39,7 @@
|
|||
|
||||
function popup(url, name, width, height) // popup in center of perent window
|
||||
{
|
||||
var name = 'popup';
|
||||
var screenX;
|
||||
var screenY;
|
||||
var Xpos;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue