Advertisement
ihris

Untitled

Mar 29th, 2011
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. if (window.addEvent) {
  2. window.addEvent('load',function(e) {
  3. var id = 'blahblah;
  4. alert('crearing popup on id:' + id);
  5. new I2CE_ToggleWindow(id,id + '_toggle');
  6. });
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement