Results 1 to 2 of 2

Thread: easy one but ...i dont get it??? help me please

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2000
    Posts
    81

    Talking

    how do i using vbscript
    randomly generate a 7 digit number within my asp page
    everytime it is opened it randomly creates a new 7 digit number in that is displayed in a locked textbox so when
    i click the submit button it submits that vale to my database???

    i can get it to submit the data i eneter in it to my database but want to macke this more easier to create a new password for each user that is created???

    text box called Password

    How do i do that???

  2. #2
    Lively Member
    Join Date
    Jan 2001
    Posts
    118
    You can use the RND function in VBScript.

    Or you can use the time functin in Javascript to use the time to generate a number.

    A few tips. www.htmlgoodies.com. Check the javascript tutorials.


    Hope it helps!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width