Explicit back button

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Explicit back button

William Hubbard
Hi all.
Maybe this questions was answered previously, sorry if that's the case:

I need to add an explicit back button to my application (which of course works like the browser back button), any ideas or example of how can I do this?

Can I configure the Seaside back button cache for my application? Say if I want to mantain a 50 back button clicks.

thanks

Bill


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Explicit back button

Randal L. Schwartz
>>>>> "William" == William Hubbard <[hidden email]> writes:

William> I need to add an explicit back button to my application (which of
William> course works like the browser back button), any ideas or example of
William> how can I do this?

Had you would have posted this to the HTML newsgroup, you would have been
rightfully flamed royally.  I'll try to keep it toned down.  (Hint: you might
want to spend a few hours/days/weeks reading http://www.useit.com/ about why
stuff like this is just plain misguided.)

What exactly is your use case for this?  Beyond what the browser back button
does, what do you want it to do?

--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<[hidden email]> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Explicit back button

Rusty-24
In reply to this post by William Hubbard
html submitButton
  text: 'Back';
  onClick: 'javascript:history.back()'

No idea about the second question.

Hope it helps.
Cheers !

On 17/01/2008, William Hubbard <[hidden email]> wrote:
Hi all.
Maybe this questions was answered previously, sorry if that's the case:

I need to add an explicit back button to my application (which of course works like the browser back button), any ideas or example of how can I do this?

Can I configure the Seaside back button cache for my application? Say if I want to mantain a 50 back button clicks.

thanks

Bill


_______________________________________________
seaside mailing list
[hidden email]
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside




--
Rusty
http://www.oxidized.com.ar/
[hidden email]
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside