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

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -