Re: [twsocket] HTML...HttpClient...

2012-10-27 Thread François Piette
 This code:
 HTML

It looks like you posted in the wrong place ! This code is not related to
ICS use.

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] HTML...HttpClient...

2012-10-27 Thread zayin
He answer was to add:

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN
http://www.w3.org/TR/html4/strict.dtd;

as the first line.

Mark

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


[twsocket] HTML...HttpClient...

2012-10-26 Thread zayin
Hello,

This code:

HTML
 HEAD
  META HTTP-EQUIV=Pragma CONTENT=no-cache 
  META HTTP-EQUIV=Expires CONTENT=-1
  TITLEThe HMI/TITLE
  META http-equiv=refresh content=5/
 /HEAD
 BODY style=background:#FF
  H3A HREF=/index.htmlHome/A/H3 
  nbsp A HREF=/SCRL.htmlScreens/A
  BR
  BR
  test 10/26/2012 7:40:10 PM
  BR
  BR
  img src=/SCRSI/ID=0 alt=test / 
 /BODY
 HEAD
  META HTTP-EQUIV=Pragma CONTENT=no-cache 
  META HTTP-EQUIV=Expires CONTENT=-1
 /HEAD
/HTML

works in IE7 and IE8. 

In IE9 the page loads but the image does not show, the refresh works, (the
time changes) just no image.
If I select F5 (Refresh) the image does display and update when the refresh
is called from then on.
If I turn on Compatibility view the image displays correctly.

I have searched hi and low with no joy.

Anyone have any ideas?

Thanks,

Mark



--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be