|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
asp.net 2.0 site menu control (from navigation block) and IE 5 compatibilityHi, All
Was very suprised, that html rendered by standard control is not compatibile with IE 5 (!) and latest mac/safari as well. Skiping safari support is understandable, but why it does nto work for IE 5.0 is very confusing. Does anyone redefines render for that control to extend it's compatibility? I do not think it has features, that are not supported with IE 5 (It was great browser). Thanks Dmitry Klymenko Hi, peoples - No one have found the solution?
Show quoteHide quote "Dmitry Klymenko" <k**@kiev2000.com> wrote in message news:eloqoc$232t$1@behemoth.volia.net... > Hi, All > > Was very suprised, that html rendered by standard control is not > compatibile with IE 5 (!) and latest mac/safari as well. > Skiping safari support is understandable, but why it does nto work for IE > 5.0 is very confusing. > Does anyone redefines render for that control to extend it's > compatibility? I do not think it has features, that are not supported with > IE 5 (It was great browser). > > Thanks > Dmitry Klymenko > Try this -
Protected Sub Page_PreInit(ByVal sender As Object, ByVal e As System.EventArgs) If InStr(Request.ServerVariables("http_user_agent"), "Safari") _ Or InStr(Request.ServerVariables("http_user_agent"), "MSIE 5") Then Page.ClientTarget = "uplevel" End If End Sub It worked for Safari and when I had a user report a similar problem with IE5 I added the IE5 check. I haven't been able to view the results myself but the user says "selecting the items is a bit hit and miss, but quite useable" HTH --- Posted via DotNetSlackers.com
ERROR: The state information is invalid for this page and might be corrupted
Properties do not reliably persist using CompositeControl How to get GridView row from DataKey? Drop Down List issue themes Images Item has already been added. Key in dictionary can't remove listitem from ddl in loop Parameter as web user control DetailsView without DataSource Enter key behavior in gridview control |
|||||||||||||||||||||||