Generates a string id (specified length) of random characters using javascript.

Posted by Somesh Shinde On Monday, 17 April 2017 0 comments
This script will be useful for those who wants a unique ID in String. Run this script by calling to function from html:- makeid(8) <script> function makeid(l) { var text = ""; var char_list = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; for(var...
READ MORE
Page 1 of 131234567Next