Have a look at jQuery.load() http://api.jquery.com/load/
You should be able to do something like $( '#element').load( "//web2py/a/f/c/view.html" ); On Sunday, January 12, 2014 6:30:40 PM UTC-5, Kenneth wrote: > > Hello, > > is there a way of integration data from an web2py site into an other > sites. Like many integrates Tvitter Tweedk onto theur website. > > I't like to use web2py to create a small page that is shown on another > website, like iframe but without iframes. > > Any ideas for this? > > > Kenneth > > -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

