Posted inGeneral ASP Script to generate random password Posted by By Haneef Puttur April 28, 2009No Comments <% Randomize() PassLen = 0 CurrPass = “” do while PassLen < 7 CurrLtr = Int((42 * Rnd()) + 48) if CurrLtr < 57 or CurrLtr > 65 then CurrPass = CurrPass & Chr(CurrLtr) PassLen = PassLen + 1 end if loop Response.write currpass %> . Haneef Puttur View All Posts Post navigation Previous Post Error: ‘80040222’ The pickup directory path is required and was not specifiedNext PostHow to Remove Get Genuine Office Notification