OK, get your point. not gonna plead Randal now - just very drunk.

What you're stressed about is browser incompatabilty. AFAIK, the best way to consistantly display stuff correctly is with GET method - either in a form, or as a query string (following ? in url link).

My IE is set to check every time coz I'm always debugging scripts, but let's assume QS requests get cached (they do, don't they? check your /windows/temporary internet files directory...).

Since over 90% of users use IE, only worry about that and you're 90% there (what a coincidence).

Anyway, like I said - drunk and in need of sleep.

cLive ;-)


In reply to Re: Odd difference between by cLive ;-)
in thread Odd difference between by Xxaxx

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.