If you have input on the questions already in the FAQ or want to suggest a new question for someone to write an answer to, please post here.
Index:
Browsers:
Index:
- How do I debug JavaScript as used on a webpage?
- How do you read, write, delete and detect support for cookies?
- What are the limits on cookies?
- What is Javascript good for?
- How do I format a number so that it always has two decimals?
- How do I trim whitespace from the beginning and end of a string?
- Why does parseInt('08') generate 0?
- How do I read/write files?
- How do I get multiple scripts to work on a single page?
- How do I convert a decimal number to hexadecimal, and the other way around?
- How do I add ordinals (st, nd, rd, th) to a number?
- How do I use JavaScript in external files?
- How can I use Javascript to protect my web pages?
- How do I shorten my lengthly if() statements?
- How do I hide my JavaScript source code?
- How do I use 'javascript:' links?
Browsers:
- moz:
Mozilla. This in general covers both Mozilla and Mozilla Firefox, and often also includes other Mozilla based browsers such as K-Melon, Galeon, Camino. <http://mozilla.org/products/>, Any platform. - ien:
Microsoft Internet Explorer in general. n stands for version number. - ienw:
Microsoft Internet Explorer for Windows. <http://www.microsoft.com/windows/ie/default.asp>, Windows - ienm:
Microsoft Internet Explorer for Mac. <http://www.microsoft.com/mac/product...ternetexplorer>, Mac - safn:
Apple Safari (based on KHTML and KJS by KDE) <http://www.apple.com/safari/>, Mac OS X - konq:
KDE Konqueror. <http://www.konqueror.org/>, X11 - opn:
Opera. Normally we're talking about newest verion on Windows and Linux and Mac. <http://www.opera.com/download/>, Windows, Linux, Mac. - nsn:
Netscape6, Netscape7, Netscape8. Netscape browser based on Mozilla. - nnn:
Netscape Navigator. Netscape browsers up to version 4.x. - ncn:
Netscape Communicator. Same as nn4.x.
Comment