If i Close to browser
-
Hi.. i just open new window using javascript. Here Code below function winopened() { var docprint = window.open("AddCompany.aspx","child","toolbar=no,location=no,directories=no,menubar=yes,scrollbars=yes,width=1020, height=520"); return true; } so its working good if i click to button so new window pop up . its fine but when i try to close to that window direct to browser close button its wont be close i dont know wht the porb..
try and try untill reach success..
-
Hi.. i just open new window using javascript. Here Code below function winopened() { var docprint = window.open("AddCompany.aspx","child","toolbar=no,location=no,directories=no,menubar=yes,scrollbars=yes,width=1020, height=520"); return true; } so its working good if i click to button so new window pop up . its fine but when i try to close to that window direct to browser close button its wont be close i dont know wht the porb..
try and try untill reach success..
It is very hard to understand what you are trying to say. To my understanding, You want to close the Popup Window when the browser Close button is clicked right?
Castle Rider
My: Website | Yahoo Group | Blog Spot