|
Posted by scott_us on 06/15/06 01:49
Nerdboijas,
Yes, I used a javascript to sort in the table. Please tell me more or
give me some links to read. Thanks.
Scott
Neredbojias wrote:
> To further the education of mankind, "scott_us" <sma_us@yahoo.com>
> vouchsafed:
>
> > I have a html web page with a table and sorting function in it. When
> > users click one of the column header of the table, it will sort the
> > table. Also there are some links in the table. People can click the
> > links to go to a new page in the same window. The problem is that the
> > window will never come back to the sorted status after a user hit the
> > back button of the browser. It come back to a default status. That is,
> > a unsorted table in my case.
> > I would like to know if there is any solution? thanks.
>
> Yes, probably several. How are you sorting in the first place? If
> javascript, you can attach a hash string to the url. I've done this
> myself.
>
> --
> Neredbojias
> Infinity has its limits.
[Back to original message]
|