*** empty log message ***
This commit is contained in:
parent
9d13994d07
commit
a264b42824
10 changed files with 107 additions and 106 deletions
|
@ -68,13 +68,14 @@
|
|||
{
|
||||
var width = 160;
|
||||
var height = 120;
|
||||
var name = Math.random();
|
||||
var name = Math.round(Math.random()*100000);
|
||||
var screenX;
|
||||
var screenY;
|
||||
var Xpos;
|
||||
var Ypos;
|
||||
var Pwidth;
|
||||
var Pheight;
|
||||
var popupwin;
|
||||
|
||||
if (ie5) {
|
||||
Xpos = window.screenLeft;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue