Microsoft home page

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In MS home page, under "All Microsoft links", on clicking any one of the link
a popup window displays. How excatly this is implemented if any one can let
me know...I want to implement similar functionality in my home page.

ASP.NET 2.0 / C#
 
It's a modal popup window. It's done with JavaScript. There are plenty of
ASP.Net Window controls out there that can create a popup window that would
let you design the new window to be very similar to the one on MS's site.
For example, Telerik's r.a.d.Window is a very nice popup window. You'll need
to do a bit of work though to design it similar to the one at MS.
 
Back
Top