google chrome - How can I Gmail? -



google chrome - How can I <iframe> Gmail? -

i know gmail might set security measures in place prevent this, need set gmail within element.

the 2 next methods don't work:

<object type='text/html' data='http://mail.google.com/'></object> <iframe src='http://mail.google.com/' frameborder=0 style='width:322px; height:480px;'></iframe>

are there other ways?

you cannot. gmail, of google's other web services, sets http header:

x-frame-options: sameorigin

which disallows site beingness framed site other gmail itself.

iframe google-chrome gmail

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -