简体   繁体   中英

solution for popup page as modal

I was using window.showModalDialog() but doesn't work on all browsers.

People recommends me jquery, thickbox and also this contact Example

but the problem is when i submit the page, server will send me another page, and that page will replace my original page!

so actually it doesn't fulfill my requirement. My requirement is on button click modal page should open and it can redirect to other page on same window without disturbing my original page and when I close My original page get reflections. So is it possible?

Sounds like you need a simple html target="_blank" in the link to the other page.

http://www.htmlcodetutorial.com/linking/_A_TARGET_95y98y108y97y110y107y.html

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