Posted by Joel Shepherd on 06/19/05 22:18
In article <op.sskw1secdob4us@ibis>, Mitja <nun@example.com> wrote:
> would you ever implement a plain-text link as a combination of POST and an
> invisible form just to try enforcing a clean reload?
No. If a clean reload was the requirement, I would use a proper button
and form to do a POST. I can worry about styling the button to make it
prettier, later. But I think it's generally better to get the
functionality right and then worry about polish and performance (not
that that's an issue here), than to get things all pretty-like and then
worry about actually making them work.
> I still feel GET is
> more appropriate in the given scenario (if I got its description right).
Yeah, the problem description is a shade ambiguous.
--
Joel.
[Back to original message]
|