Random name generator? any ideas how?

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Random name generator? any ideas how?

    Hi guys,

    What i need to create is a list of names and below this list is a blank field
    and a generate button next to that. When the user clicks the generate button a
    name from the above list will randomly appear in the blank field. As simple as
    that :-)

    So you brainy bunch of people, forgive my stupidity and lack of html knowledge
    but how would i go about creating this simple function/thingy?

    Cheers in advance - Dave.



    everlite Guest

  2. Similar Questions and Discussions

    1. Free Network Tools - Random Password Generator - Link Counter - Hit Counter
      Free Network Tools - Random Password Generator - Link Counter - Hit Counter http://www.sharewareisland.com/onlinetools.asp
    2. Random database generator
      Partly as a way of learning ruby/db interaction, and partly because it's an app I've felt the need for, I'm thinking of writing a random database...
    3. random word generator
      Hello folks... this is my first post in here. I'm new to ASP having done all my previous work in Flash and bog standard HTML. Only been learning...
    4. please critique...random link generator
      On Wed, 13 Aug 2003 17:01:07 -0700, Hudson wrote: First, try passing variables to your subroutines, it makes debugging easier. Next, the code...
    5. Random image in a random place.
      Anyone know javascript? I have a grid(4 x 4) of 16 spacer images and a few text links on the side. Each text link represents a different folder of...
  3. #2

    Default Re: Random name generator? any ideas how?

    You'll need to use a script to do that. Javascript, ASP, etc.

    In whichever you use, create an array that has the names, then generate a
    random number based on the total number of items in the array.


    "everlite" <webforumsuser@macromedia.com> wrote in message
    news:e09hpo$ql2$1@forums.macromedia.com...
    > Hi guys,
    >
    > What i need to create is a list of names and below this list is a blank
    > field
    > and a generate button next to that. When the user clicks the generate
    > button a
    > name from the above list will randomly appear in the blank field. As
    > simple as
    > that :-)
    >
    > So you brainy bunch of people, forgive my stupidity and lack of html
    > knowledge
    > but how would i go about creating this simple function/thingy?
    >
    > Cheers in advance - Dave.
    >
    >
    >

    John Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139