Hi,
Actually my aim is to load the iframe when i click my link(play) in
facebook. i get the functionality working fine but the problem is after
loading the iframe with desired content, it becomes blur.. I dont know what
the problem is. please see the bellow screen short  .

After clocking the play link i want to change the i frame content.. for this
i'm calling one view function.

play button href is:         <a href="{{baseUrl}}/play/"  target="fb"> Play
</a>

view deff:
def play(request):
    content = {'baseUrl' : settings.FACEBOOK_URL}
    return direct_to_template(request,'play.html',content)


functionality is working fine but i'm getting the blur screen on the top of
actual page. if i click on that page it replacing the entire page. i dont
know what is the error. if anybody know please help me. if any other
information please ask me.

-- 
Thanks & Regards,
Chiranjeevi.Muttoju

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

Reply via email to