Displaying HTTPs on colorbox

I’ve been trying so hard to display a https page (a google login page) on a colorbox iframe, but it doesn’t work. My code looks something like this:

$  .colorbox({
   width:"80%",
   height:"80%",
   iframe:true,
   overlayClose:false,
   href:"<%= UserServiceFactory.getUserService().createLoginURL("/user/login") %>",
   onClosed:function(){
   checkUserLoggedIn();
   }
});

It manages to open the iframe, but the page inside in blank, and when I look at the source it’s empty. I’ve tried with google.com and yahoo.com and it works. So I’m thinking maybe it’s got to do with the href. Any help would be greatly appreciated.

newest questions tagged jquery – Stack Overflow

About Admin