Hi,

In reference to the question of next/previous links -

> > "Octavian" == Octavian Rasnita <[EMAIL PROTECTED]> writes:

> Octavian> You need to use Javascript.
> Octavian> <a href="javascript:history.back()">Back</a>

I agree with Randal.  If the asnwer is "history.back()", then the question
must be asked again.  You cannot depend on  a browser history for
your navigation scheme.

If you have a Previous and Next link, they need to be intentionally coded
to what should be previous and next.  Any browser history will most
definitly not contain what the designer expects to be the previous page.
And, if a goal is to help people navigate *your* site, why take the
chance of a JS back() function that takes them to an off-site referer?

-lisa

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to