PDA

View Full Version : JavaScript Code Generator


tomyknoker
04-06-2007, 07:58 AM
I need to generate about 500, 8 character codes... Does anyone know of a JavaScript that can do this?

BonRouge
04-06-2007, 10:09 AM
Do you mean like passwords?

This one seems to work: http://javascript.internet.com/passwords/password-generator.html

I'm sure you could change it to make it spit out 500 of them.

BonRouge
04-06-2007, 10:23 AM
http://www.codingforums.com/showthread.php?t=111690