Jump to content

Jedlag

Members
  • Posts

    7
  • Joined

  • Last visited

Jedlag's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I understand. Thanks for taking the time to reply to my inqueries. It looks like I have a lot of reading to do before I take on interfacing in the manner I outlined.
  2. Something like PHP or Ajax?
  3. Sort of. What I plan to create is a database composed of information on over a hundred companies (which I haven't gotten to yet as I will need to investigate the many different formats to save it in), then I want something like Javascript to go through the DB and input that data into the application form and then submit that form to get the results which would be displayed on screen.Do you think your suggestion would work for that?
  4. I'm trying to figure out a way to create an interface so I can automate the task of filling out text fields (company URL, name, address, email, etc.) in a application form.
  5. Thanks. Wouldn't I need to assign variables to the text fields, externally from html, and then run the script in something like jsDebugWin to find the cmd interpreter?
  6. Does anyone know how to go about identifying a text field using Javascript? Thanks
  7. Jedlag

    DOM

    I am trying create a way to parse a database (XML) file, input that data into an application form (text fields) and then submit that form. Then I want those results to be displayed on that form on screen. I am a beginner with Javascript so I really have little to no idea how to go about this. From what I've been reading, I would first have to identify the text fields, which I presume would be assigning them variables.Any help as to how to begin would be greatly appreciated.
×
×
  • Create New...