Forum Moderators: open
For intCounter = 1 To 6
Randomize
intDecimal = Int((26 * Rnd) + 1) + 64
strPassword = strPassword & Chr(intDecimal)
Next
%>
Now what do I put in my field? I have tried this but it does not work, it just shows that code on the page:
<input name="number" type="text" id="number" value="=%strpassword%">
Any help is greatly appreciated!