Re: Writing IE specific code
Re: Writing IE specific code
- Subject: Re: Writing IE specific code
- From: Guido Neitzer <email@hidden>
- Date: Mon, 2 Apr 2007 10:58:20 -0600
On 02.04.2007, at 09:55, Jean Pierre Malrieu wrote:
I know it is not recommended, but I am trying (for the first time)
to write specific code for IE (which has problems with Ajax).
I have tried to use comments in HTML ( <!--[if IE] etc.) but it
does not seem to work fine. WebObjects seems to just eat them, and
they don't event reach the client. Or is it because I am using
direct connect in development mode?
In the application constructor call:
this.setIncludeCommentsInResponses(true);
But check carefully, whether your comments come in correctly because
I know that there was a bug with WebObjects stripping out some of the
characters inside a comment. Don't know whether this is fixed by now.
cug
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden