You can LOAD(url='anything') but anything must return a component, not
entire page with <html>..</html>. How the browsers response to an
<html/> inside another <html/> is unpredictable.

On Mar 22, 12:26 pm, Jose <jjac...@gmail.com> wrote:
> Hi,
>
> cost me find this. Some time ago I had read but did not remember
> where.
>
> [1]
> The LOAD function can also load a URL hosted on a different server
> (and it does not need to be running web2py):
>
>     {{=LOAD(url='http://otherdomain/otherapp')}}
>
> if I do the following:
>
> {{=LOAD(url='http://www.google.com')}}
>
> I will not display anything. With other applications web2py works
> fine.
>
> Jose
>
> [1]http://gluonframework.wordpress.com/2010/03/07/web2py-ajax-and-forms/

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to