简体   繁体   中英

Using modal popup on top of modal parent window in classic ASP

here is some question for gurus here.

I am working on application build in classic ASP(VBScript).

AS we all aware function showModalDialog already declared by some browsers deprecated and others simple support limited use of it. Our app heavily relay on that function and I need to find way to replace it without major recoding.

I did consider using Ajax for this task and using divs sounds like a good idea but problem is that application opens one modal windows on top of the other until entire process is either completed or aborted.

Is it possible to achieve with Ajax or not? I will have to open different files for each modal window and pass parameters to newly opening modal window. Thanks

Yes, it is possible in Ajax as well as Jquery. Both give options for Modal popups.

Check out the Jquery Modal dialog -> Here

Check out the AJAX example code and dialog design -> Here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM