| | | | 1 | 2 | 3 | 4 | | 5 | 6 | 7 | 8 | 9 | 10 | 11 | | 12 | 13 | 14 | 15 | 16 | 17 | 18 | | 19 | 20 | 21 | 22 | 23 | 24 | 25 | | 26 | 27 | 28 | 29 | 30 | 31 | | |
|
请问怎么来检测一张图片是否加载完毕呢?
弹出的菜单是用javascript写的,代码如下:var oPopup = window.createPopup();function ShowMenu(){var e = event.srcElement;var id = e.attributes["VID"].value;var companyid = e.attributes["CompanyID"].value;var t=e.offsetTop;var l=e.offsetLeft;var h = e.offs ...
|
|