would you give the lines of code that u are adding to close the wirndow,....
> Hi,
> I'm using window.close() command in a pop box (YesNo.aspx) embedded in a
[quoted text clipped - 6 lines]
> selfclose, but doesn't work either.
> Thanks in advance.
gurvar - 30 Mar 2006 20:48 GMT
I'm having a problem while closing cofirmation box
(Yes or No box).
when I choose either of them window.close seem to
be not executing, instead the page is getting fully
enlarged.Where am I going wrong?
Page_Load()
Button1.Attributes.Add("onclick", "window.returnValue
=document.getElementById('txtValue').value;window.close();")
Button2.Attributes.Add("onclick", "window.close();")
End Sub
> would you give the lines of code that u are adding to close the wirndow,....
>
[quoted text clipped - 8 lines]
> > selfclose, but doesn't work either.
> > Thanks in advance.