Array Creator 3
General
Coding large arrays can be a bit of a repetitive chore. This script will create a generator that will help speed up the process. Easy to use and implement!
Notes
- Created by: Mr. J
- Web Site: http://www.huntingground.net/
- When using the numerical value option enter the array length and an index value.
- A number is then appended to the index value starting at 000.
- A second value can also be added after the number by entering in the second textbox, if this is not required leave the box blank.
- If the numerical value option is not used each individual array index value is typed in the text field, you can then either click the "Manual Enter" button or press the "Return" key to confirm your index value.
Source Code
Paste this source code into the designated areas.
External file
Paste this code into an external JavaScript file named: arrayCreator.js
CSS
Paste this code into your external CSS file or in the <style> section within the HEAD section of your HTML document.
Head
Paste this code into the HEAD section of your HTML document.
Body
Paste this code into the BODY section of your HTML document


Leave a Response
(2 comments)Due to the limitations of these comments, you will need to submit your question to the [a href="http://www.webdeveloper.com/forum/forumdisplay.php?f=3"]JavaScript Forum[/a] for further help.
i set up the script as per source code, the script displays correctly, but input box does not work.