Hi,
Anyone know of a short, clean javascript function that checks if the value of something is an IP address, i.e., all numbers, with decimals, and only max of 3 numbers between decimals, and doesn't go over 255, etc. If it doesnt check the 255 or 3 max thing, that's fine. I haven't decided if I want to add those in yet. Thanks!