Click to See Complete Forum and Search --> : dynamic graphical alphabet


bifter
09-04-2003, 09:40 AM
Hi

I would like to enter some text in a text box and when I hit submit it grabs an image for each letter. The end result will be a series of gifs each one being a letter corresponding to the entered text.

I've basic javascript editing skills but not quite up to putting this together myself. Does anyone know of an existing script to do such a thing?

Much respect to those who reply.

Cheers

b

Khalid Ali
09-04-2003, 10:36 AM
what you will need to do is as follows.

1. create a list of images corresponding to each alphabetocal character.

2. Preload all of those images in an array

3. once user inputs text in the text field
loop through the string to separate each character

4. now match the charcter with the image name and display it.