Reputation: 9902
I have to popup an external jsp page as a popup when i click on hyperlink. And also I have to submit this page after performing some field validation. It is possible while using iframe. But it takes time to load the page. For example I have one link registerNow, after click on this link I have to show registration page as a overlay. And then after performing some field validations I have to submit the page. At that time the url of the application should not changed.
Upvotes: 0
Views: 2799
Reputation: 9902
I follow the below link to achieve my requirement http://jquerytools.org/demos/overlay/external.html
Upvotes: 0
Reputation: 218752
Use any modal popup scripts.
You may consider any of this
1) jQuery UI dialog ( http://jqueryui.com/demos/dialog/ )
2) jqModal ( http://dev.iceburg.net/jquery/jqModal/)
2) Fancybox and a lot more...
Upvotes: 2