Hi All
I have to call up some 3rd party javascript to generate a pop-up ("_new". This pop-up window will only display x in y visits. I know the name of the popup "_new", but I would like to detect when this popup is not generated therefore I can call a different pop-up ("hero".
This is what I have to use for the third party code in my html
document.write('<scr'+'ipt language="JavaScript" src= + getJSname('$JSname$') + '.js></scr'+'ipt>');
How do I find out it this child "_new" has been created?
Thanks
Zapster
I have to call up some 3rd party javascript to generate a pop-up ("_new". This pop-up window will only display x in y visits. I know the name of the popup "_new", but I would like to detect when this popup is not generated therefore I can call a different pop-up ("hero".
This is what I have to use for the third party code in my html
document.write('<scr'+'ipt language="JavaScript" src= + getJSname('$JSname$') + '.js></scr'+'ipt>');
How do I find out it this child "_new" has been created?
Thanks
Zapster