Modal popup in Classic ASP?

Eric picture Eric · Jun 22, 2009 · Viewed 8.5k times · Source

I write in .NET and in classic ASP. I want to create a modal popup in ASP, like in .NET how the parent page can be disabled and turned a different color. Is this possible in ASP? Or is there no easy solution to get this done? If possible...how?

Answer

hugoware picture hugoware · Jun 22, 2009

You're going to use Javascript to make something like that, I'd recommend you use jQuery. There is a lot of prebuilt libraries to help you do that.

For the modal box, you might start with the jQuery Dialog.