Hi there, I want to know that how to get "Form Elements Name" from the website through its URL and then put our values in those elements properly automatically? Example Form: http://www.articlecity.com/article_submission.shtml Example Form: http://www.submitwebdirectory.com/reg.php I will be very thankful for any help. Best Regards KB
how many pages do you need to get the input names for? just the two? or hundreds? it's rather simple with one or two but with a lot the pattern matching can get rather ugly.
or you could just grab the page and then use javascript to return the input names using getAttribute and go from there