Friday, March 16, 2012

make a browser window stay on top window handle?

I have a web form that I use to gather information from other windows. Is
there a way that when my aspx page loads it stays on top of all the other
windows? I don't want it to keep focus though."Dustin II." <DustinII@.discussions.microsoft.com> wrote in message
news:B4F9ABE7-92B8-4C64-AECF-214F5F25D1A6@.microsoft.com...

> I have a web form that I use to gather information from other windows. Is
> there a way that when my aspx page loads it stays on top of all the other
> windows? I don't want it to keep focus though.
If you're not too bothered about cross-browser compatibility (:-)), you
could use the IE-only showModelessDialog method:
http://msdn.microsoft.com/library/d...elessdialog.asp

0 comments:

Post a Comment