Re: [WSG] Cannot go back

2008-01-17 Thread Jamie Stewart
There are a couple of ways of putting links on your page which mimic the back button that I know of. One is by using JavaScript, history.back() is what you will want to use. If you don't want to use JavaScript it is possible through code, well with .Net at least. You can easily access the

Re: [WSG] Cannot go back

2008-01-17 Thread Andrew Maben
On Jan 17, 2008, at 5:11 AM, Jamie Stewart wrote: One is by using JavaScript, history.back() is what you will want to use. If you don't want to use JavaScript it is possible through code, well with .Net at least. You can easily access the UrlRefferer which gives you the full URL of the