Is this JavaScript code or ????

Discussion in 'JavaScript' started by lar_javascript, Jun 1, 2008.

  1. #1
    I am entry-level to JavaScript coding.
    I have coded pull-down menus and other miscellaneous JavaScript programs.
    I would like to code a program that performs the same function as the "printfolder 1.3 " at the example link listed below. I am not sure if the program was coded in JavaScript and/or ??? Can anyone identify what programming language was used?

    “printfolder 1.3” - this is an example of my goal.

    http://www.no-nonsense-software.com/freeware/

    Appreciate all replies for this adventure in learning JavaScript. THANK YOU. larry
     
    lar_javascript, Jun 1, 2008 IP
  2. crath

    crath Well-Known Member

    Messages:
    661
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    100
    #2
    So this program is taking the name of all the files / folders in the directory, and building a list out of them, and allowing you to print that list?

    This can be done in almost every main language, and it all depends how you want to go about doing this.

    do you want this for your local computer? or do you want to be able to do this on your website?
     
    crath, Jun 2, 2008 IP
  3. lar_javascript

    lar_javascript Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Crath, Thank You for the reply. Appreciated.

    Yes, to perform the process on my personal PC (Win-XP). I can code in HTML, entry-level in C+, JavaScript, or learn what is required to code the process. Appreciate your advice. Larry
     
    lar_javascript, Jun 3, 2008 IP