Re: Java Help ?
Java or JavaScript? If it's Java, I'd find another way if I were you; sane people don't let applets run in the browser.
For JavaScript you can use a <noscript> tag, but it's a much better idea to use progressive enhancement—add functionality to a page using JavaScript rather than trying to design something that "breaks" properly when JavaScript isn't available.
“Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
"It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)