views:

441

answers:

2

Hi,

I make a call to window.open which opens up the desired URL, but then the window suddenly gets minimized w/o my interaction.

Why is this?

Update The window was being opened on a onclick event (asp.net) and I then injected the HTML. A linkbutton control was used, now when I converted it to a asp:button it is not minimizing.

wierd no?

A: 

Could you post the code for review?

A: 

maybe you can try adding size attributes, examples here.

Calvin_il