ok i solved the problem with a litlte javascript
i added the following line to my body-tag
the only thing i have todo is passing the anchor var to my template
anchor-var = 'first-anchor' #set dynamicly somewhere in the code
param = {
'anchor' : 'anchor-var',
'configs' : c
Thank you so mutch
best regards
On May 4, 10:30 am, Malcolm Tredinnick <[EMAIL PROTECTED]>
wrote:
> On Fri, 2007-05-04 at 01:22 -0700, babis wrote:
> > so i have to use the HttpResponseRedirect() class, right?
>
> Yes, that's correct.
>
>
>
> > I am not very familiar with this class and its han
On Fri, 2007-05-04 at 01:22 -0700, babis wrote:
> so i have to use the HttpResponseRedirect() class, right?
Yes, that's correct.
>
> I am not very familiar with this class and its handling, can i pass it
> arguments like those i pass to an template?
All you pass to an HttpResponseRedirect() cla
so i have to use the HttpResponseRedirect() class, right?
I am not very familiar with this class and its handling, can i pass it
arguments like those i pass to an template?
how can i use my template with redirects. Would you please so kind
and send some code snippets
On May 4, 9:45 am, babis <
sorry, ignore the first message :)
hey everyone,
i have a question/problem..
in my template i have defined some anchors like this
Header
so, how can one jump to those anchor positions frow within a view.
my view looks like this
def theview(request):
template = 'thetemplate.html'
p
On Fri, 2007-05-04 at 00:40 -0700, babis wrote:
> hey everyone,
>
> i have a question/problem..
>
> in my template i have defined some anchors like this
>
> Header
>
> so, how can one jump to those anchor positions frow within a view.
>
> my view looks like this
>
> def theview(request):
>
hey everyone,
i have a question/problem..
in my template i have defined some anchors like this
Header
so, how can one jump to those anchor positions frow within a view.
my view looks like this
def theview(request):
template = 'thetemplate.html'
form = TheForm()
--~--~-~--~
7 matches
Mail list logo