- function getWindowFromElement (element)
- {
- var el = element.parentNode;
- while (el)
- {
- if (el.id.substr (0, 4) == 'dWiN')
- {
- return getWindowFromId (el.id);
- }
- else {
- el = el.parentNode;
- }
- }
- return false;
- }
Undefined
By: Daedeloth | Date: Jun 19 2007 13:23 | Format: None | Expires: never | Size: 246 B | Hits: 1299
Latest pastes
16 hours ago
19 hours ago
23 hours ago
2 days ago
2 days ago