I am encountering what I think is a weird problem with an ajax call.

My web page contains an iframe, which is loaded with a normal 
controller/view web2py request.

When a button is clicked that should cause the javascript in the iframe to 
send an ajax request to web2py, I am seeing only a request header in the 
FireBug console but not a response header.

In debug code in the web2py controller, I display when the ajax request is 
received, and it is never executed.

This is the same procedure I use for ajax all the time, but the only 
difference here is that it is executing within an iframe.

What mistake did I make?

-- 
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