Click here to Skip to main content
15,889,200 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I'm doing research for a client. My client needs to know when was the first time someone wrote code to submit a document from one website to multiple websites automatically?

I need a quotable reference – either online or in a book – of some code written prior to July 1998 that does this. We are looking for an example that basically spells out these steps:
1. collects the user information
2. stores the user information in a database and maps to site-specific fields of each website
3. automatically goes to the correct webpage within each site
4. automatically populates the site-specific fields on those pages with the mapped information
5. forms URL query strings from the filled-in site specific fields of each of the websites
6. submits the URL query strings to each of the websites
7. displays results to the user

We are not particular to the type of document but one example could be some code that submits a resume to multiple websites at once to offer convenience to the user to not have to go to each website individually to submit their resume.
Posted
Comments
[no name] 15-May-12 18:29pm    
You want code examples from 14 years ago? :wtf:
Sandeep Mewara 16-May-12 2:09am    
I am not even sure if this is the right forum for this question. But ok.
BTW, did you search for it, Google/Bing? I have no doubts that even if someone tries to reply you, he/she would need to do some search.

1 solution

In the era before Google, there were several search engines in use which hardly anyone knows today (Altavista, WebCrawler, ...). The workflow you describe corresponds to a "metacrawler": it sends the request to several search engines, and displays all of the results. According to Wikipedia (http://en.wikipedia.org/wiki/MetaCrawler[^]) such Metacrawlers were developed already in 1994.
Do you remeber the era when we used Lynx or even Gopher for browsing the web?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900