beleoa
2007-05-22 10:04:21 UTC
xscreen will take the coordinates of the whole screen which is not the desired effect.
the code snipit:
this.popup = window.createPopup();
alert ("this.popup = window.createPopup();");
popupCreated58498 = 1;
this.popup.document.open();
this.popup.document.write('' + html58498 + '');
this.popup.document.close();
unexpanded58498 = document.all("FlashUES58498");
this.popup.show(eleft58498,etop58498,ewidth58498,parseInt(eheight58498),unexpanded58498);
----------------------------------------
or is there a way to use onmouseoff to tell if the user is nolonger on the popup?
the popup is being generated only by javascript. so I can't use javascript out side of the tag.