Re: newbie question information about js

2009-07-15 Thread Daniel Roseman
On Jul 15, 9:14 am, luca72 wrote: > Hello and thanks for your help. > I think that i need context, i attach my test file: > > from django.shortcuts import render_to_response > from off_bert.offerte.forms import RichiestaForm > from django.http import HttpResponseRedirect > > def richiesta(request

Re: newbie question information about js

2009-07-15 Thread luca72
Hello and thanks for your help. I think that i need context, i attach my test file: from django.shortcuts import render_to_response from off_bert.offerte.forms import RichiestaForm from django.http import HttpResponseRedirect def richiesta(request): if request.method == 'POST': form

Re: newbie question information about js

2009-07-14 Thread Shawn Milochik
On Jul 14, 2009, at 12:30 PM, luca72 wrote: > > Hello > I have a question in my view fiole i have this > > def myfunct() > do this... > now i need only to return a js alert message on the same page > is it possible? We need more information. Are you calling myfunct()

newbie question information about js

2009-07-14 Thread luca72
Hello I have a question in my view fiole i have this def myfunct() do this... now i need only to return a js alert message on the same page is it possible? --~--~-~--~~~---~--~~ You received this message because you are subscribed to t