Jump to content

[SOLVED] DIV problem


vbnullchar

Recommended Posts

thanks, but i cant get it to work

 

function init_child_im_window(id,title){
if(typeof(document.getElementById('winBody_'+id)) === 'object'){
	alert('found');
} else {
	var im_window=new child_im_window(600,300,300,200,title,id,""); 
	document.body.appendChild(im_window)
}
}

 

heres the scene im creating a chat application now i need to check if the window is alread open if not i should create one

Link to comment
https://forums.phpfreaks.com/topic/55237-solved-div-problem/#findComment-273053
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.