On Wed, Feb 10, 2010 at 11:56 AM, dtirer <dti...@gmail.com> wrote:
> I'm using the following JQuery Popup code to make smooth popups:
> (http://yensdesign.com/2008/09/how-to-create-a-stunning-and-smooth-
> popup-using-jquery/)
>
> I was wondering how I can use use this to load external pages into the
> popup?

This tutorial should prove helpful:

http://pixeline.be/blog/2008/javascript-loading-external-urls-in-jqmodal-jquery-plugin/

If you don't want to use an iframe I believe you'll have to send the
request to your own server and have it fetch the external page you
want to load since most browsers don't allow XSS. If you're going to
do that, though, be careful!

http://www.owasp.org/index.php/XSS

Nathan

Reply via email to