in reply to Re: HTML/Perl form question
in thread HTML/Perl form question

Thank you for the info. I'll look into JavaScript.

Replies are listed 'Best First'.
Re: HTML/Perl form question
by b10m (Vicar) on Nov 09, 2004 at 19:15 UTC

    If you create JavaScript solutions, please think of <noscript> sections for non-JS enabled browsers. If your audience is well known (like say, an intranet with identical browsers and setups people can't change) go ahead. If there's a possibillity of people not using JavaScript, please think of a backup plan for them.

    --
    b10m "JavaScript is Evil!"

    All code is usually tested, but rarely trusted.