"Renzo Carta" <rc.alh@bluewin.ch> wrote in message
news:3f35ee18$1@news.swissonline.ch...
> Hello to all the wise women and men of the newsgroup.
>
> I am writing home made software to submit my sites to the search engines;
> what I have done is saving on my server the, for example,
> http://www.google.com/addurl.html in form of ASP and pass URL and comment
to
> the new ASP (http://www.myServer.com/addurlGoogle.asp). If I now call
> http://www.myServer.com/addurlGoogle...&email=myEmail I simply
> have to press the button to submit my site.
>
> The search engines are numerous and pressing buttons is fun only for a
> couple of times; how can I do in a loop
> Dim sEngines(20)
> for i = 1 to nEngines
> ' Load URL sEngines(i)
> ' Trigger the submit button
> ' Redirect the output you get to an email or file
>
> Next
Why? By the time you've gone to all that trouble you might just as well
submit manually. That is unless you are planning to resubmit multiple
times? If so, you are guaranteed never to get into any search engine
whatsoever, it's called search engine spamming and the engines take a very
dim view of it.
And anyway, why ask your question in a PhotoShop newsgroup?
Alan