Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I recently finished my C++ programming class, and I'll start school in september. There is a limited online Parking spot registration and it always gets filled very quickly.

I would like to create a code that will quickly access the page and register for me.

The question is, how is this feasible? I guess I could use python, or Javascript, but I have no idea how to go on from my C++ class. What should I learn/do to program this code?

Thank you

share|improve this question
This is not the right place put this question , please put this question in StackOVerFlow or Programmers – panindra Aug 13 '12 at 5:29

closed as not constructive by DisgruntledGoat, Su', John Conde Aug 13 '12 at 10:56

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

I would be amazed if you can - most of the sites require server side generation (and things like CAPTCHA's are designed to stop things like this). Unless you already know the layout of the form then you may not get very far.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.