
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...