PDA

View Full Version : running dll script using single http call?


Bahlool
10-11-03, 04:16 AM
Hi,

I'd appreciate some help in figuring out whether it's possible to access almisbar translation feature ( http://www.almisbar.com/salam_trans.html ) via a single HTTP call. For example, we can access babelfish by using a URL like this:

http://babelfish.altavista.com/babelfish/tr?lp=en_es&intl=1&tt=urltext&doit=done&urltext=hello

I tried what I thought would be the equivalent for almisbar:

http://www.almisbar.com/scripts/ata/txttrs.dll?lang=eng&atatheme=0&options=abbr&options=translit&text=hello&auth=no

but it gives me a Server is busy error. Is there any way to work around this?

thanks!