The django-developers mailing list is for the discussion about the development of django itself, not using django.
Please use the django-users mailing list and don't cross post between the two. Dougal On 17 February 2010 09:26, chiranjeevi muttoju < [email protected]> wrote: > > 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 users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<django-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
