vbnullchar Posted June 18, 2007 Share Posted June 18, 2007 i created a new object like this, var winBody = new DOMDiv(x,y,w,h,"#cccccc","winbody_"+id) my problem is how to kill or unset it Link to comment https://forums.phpfreaks.com/topic/56012-javascript-objects/ Share on other sites More sharing options...
nogray Posted June 18, 2007 Share Posted June 18, 2007 try this delete winBody; Link to comment https://forums.phpfreaks.com/topic/56012-javascript-objects/#findComment-276912 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.