No matter what I do, I cannot use iframes in my web2py apps. The *same 
iframe code* used in a static HTML file served from the same server as 
web2py works fine.

(For testing, I used the same example as in the web2py book: <iframe 
src="http://web2py.com";></iframe>)

Here's the odd thing:  It has to do with the blocking of mixed content, 
which is the default in both Chrome and Firefox (but not Safari!). *This 
blocking of mixed content only affects my web2py apps.* Like I said, 
iframes in static HTML files work fine.

This is incomprehensibly weird. Anybody know what the hell is going on???

Is there a way to force iframes to work on all browsers from web2py?

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to