How to set focus to a popup

G

Giovanni Cobos

Hello

I am developing a web page in VB .NET. I am using a popup to show pictures
of dresses. Mi probles is: When the used cliks on the button that calls the
popup it is loaded (until this point there is no problem) but if the user
closes the popup and cliks again the button that calls the popup, the popup
refresh the picture but the window remains inactive and this window does not
replace the others.

I want to ask you: How should I do to make that whenever the user press the
button that calls the popup, this window overcome the others and would be
the active window?

Regards,
Giovanni
 
K

Ken Tucker [MVP]

Hi,

Most people have popup blockers now. I would change an image on
the page instead of showing a popup.

Ken
----------------------
Hello

I am developing a web page in VB .NET. I am using a popup to show pictures
of dresses. Mi probles is: When the used cliks on the button that calls the
popup it is loaded (until this point there is no problem) but if the user
closes the popup and cliks again the button that calls the popup, the popup
refresh the picture but the window remains inactive and this window does not
replace the others.

I want to ask you: How should I do to make that whenever the user press the
button that calls the popup, this window overcome the others and would be
the active window?

Regards,
Giovanni
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top