I assumed the goal was to get the information to come
up on the PC, using wintergate.

However, could you use wget, or the below to get the page,
then write it out as a local file on the PC using wintergate
then use wintergate to launch ie, on the file?

George

>-----Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of Michael Spencer
>Sent: Wednesday, January 12, 2005 4:24 PM
>To: u2-users@listserver.u2ug.org
>Subject: RE: [U2] Re: WinteGrate
>
>
>How about ignoring wIntegrate features altogether and use a call to a
>subroutine like this:
>
>001 subroutine web.call.url(url,extension,results)
>002 if url='' then
>003    results=''
>004    return
>005 end
>006 if extension='' then extension='/ HTTP/1.1'
>007 data 'GET ':extension:@am:''
>008 execute '!telnet ':url:' 80' capturing results
>009 *
>010 return
>011 *
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to