Does anyone know of a way to do an HTTP get with the Imail server's webmail server? On 
an IIS server I can simply do the following:
<%
Set objWinHttp = Server.CreateObject("WinHttp.WinHttpRequest.5.1")
objWinHttp.SetTimeouts 500, 500, 500, 1000
objWinHttp.Open "GET", "http://www.msnbc.com/";
objWinHttp.Send
strHTML = objWinHttp.ResponseText
Set objWinHttp = Nothing
response.write strHTML
%>

I want to use the Jspell spell checker (http://www.jspell.com/html-spell-checker.html) 
which is far superior to the built in Imail spell checker but I need to be able to do 
a "proxy" and get data from the spell check server to the imail server in a way that 
it appears to come from the same system so that javascript can change the text of the 
message textbox.

Eric 


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

Reply via email to