DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2008-05-14 13:37:16

ScoobyDoo
New member

Conditional Statements

Hi,

When I use conditional statements, a page viewed in 5.5 is being read as 5.0:

<!--[if IE 5.0]>
According to the conditional comment this is Internet Explorer 5.0<br />
<![endif]-->
<!--[if IE 5.5]>
According to the conditional comment this is Internet Explorer 5.5<br />
<![endif]-->

If I add that to a webpage and view it in 5.5 is says:

According to the conditional comment this is Internet Explorer 5.0

SD.

Offline

 

#2 2008-05-14 13:48:50

fabrice
DebugBar Support

Re: Conditional Statements

Hi,

When I use this code :

<!--[if IE 5.0]>
Internet Explorer 5.0
<![endif]-->
<!--[if IE 5.5000]>
Internet Explorer 5.5<br />
<![endif]-->

It is working. This code is from this page :

http://www.my-debugbar.com/ietester/index_all.php

What is the result of this page on your side ? What is your OS/IE installed ?

Thanks.

Offline

 

#3 2008-05-14 14:06:28

ScoobyDoo
New member

Re: Conditional Statements

Hi fabrice,

Thank you for the quick support and also for this excellent product. I tested the page you mentioned and that worked fine. I changed my statement to 5.5000 instead of 5.5 as per your example and that also worked fine.

Thank you,
SD.

(PS: I`m using WinXP)

Last edited by ScoobyDoo (2008-05-14 14:07:47)

Offline