I need to write a script that would fill in input field on some website, hit submit button which is a picture with java script function attached to it automatically and get result from a new page.
It would all be need to be done automatically without user present.
The problem I have right now is how to send that request to another server.
Any help will be appreciated!

Recommended Answers

All 2 Replies

You are trying to write an automated script that can access other servers that are not your own. Not sure if this is possible with JavaScript or Ajax unless your server open a hole in order to get access to other servers that way. If I have to do this, I would not choose JavaScript to do but other script languages. My preference would be Perl or Ruby though...

watch kickass

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.