Hello, alike many post I've read, I am also new to coding. I'm an html and css expert, but I've never went to java or any type of software programing. I have a very simple project and I'm not sure this is the program for me or not, here's what my program will do:
I have scripts for a game I play that is just like this:
http://example.url.com/do_job?user_id=[INPUT1]&job_id=
[SELECTED FROM A DROP DOWN MENU]&session_id=a1d66a359cb72613fc9931c387068fc5420c80f2&auth_key=
[INPUT 2]&nocache=1277996908403
whether you execute this in a browser, or tell a program to access the script, it will 'do the job' on the game.
The items in red will change, depending on the user's input. I need 2 text boxes, input1 and input2 and the job_id will inputed based on which item is selected from a drop down list.
I have no problem learning this on my own and by no means am I asking anyone to write this program for me. I just want advice from someone who knows what they are doing to tell me:
1.) Will this program do this
2.) Is this the best program for using this?
3.) If yes, please point me in the right direction. I've gone through the entire guide, I've made my 'hello world' program.. but I can't seem to find user input boxes, html execute commands, nor the capability to edit parts of the html based on input commands.
Any and all input will help. I'd much rather create a program for this than try to learn java or flash and put it on a webpage.