Previous Message
Next Message

Re: [css-d] [OT] HTML questions: link Target, and generic Back

Sent by Caio Chassot on 22 April 2002 16:04


> would open the link in a new window. "Target" is not a valid attribute in
> HTML 4 Strict, so what is the replacement method?

Target is UA behavior, not document structure, that's why it's not on
strict, i guess. the only way would be to use javascript. I'd rather just go
with transitional.

> which page they came from. Is there a generic way of telling a browser to
> execute its own "Back" command?

client-side: javascript:history.go(-1)
server-side: HTTP_REFERER
Previous Message
Next Message