ASP .net Modal Form

  • Thread starter Thread starter jimryder
  • Start date Start date
J

jimryder

Hi,

I've succesfully loaded a modal asp.net window... works just fine (or
as good as it can for a modal aspx!)

One problem, from within the window I want to be able to detect if it
is modal or not.

Can it be done? If so how?

thanks in advance

jim
 
If it's your code that opened it, wouldn't you already know this in advance?
Every window object in the DOM has an opener property - you can check that.
Peter
 

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

Back
Top