![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Dec 2004
Posts: 4
Rep Power: 0
![]() |
HI ALL! im making a web and sp2 is such a pain in the ***.... so, i need some help from all javaŽers: script 2 detect sp2 on internet explorer 6.0. I think u guys will need some "if"s and "then"s there, i dunno much java...
Thanks! B) |
|
|
|
|
|
#2 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
What's SP2 got that you don't want? A popup blocker?
|
|
|
|
|
|
#3 |
|
Hobbyist Programmer
|
Not 100% sure this will actually tell you what you need to know, but it seems to work.
if(System.getProperty("sun.os.patch.level").equals("Service Pack 2")){
System.out.println("Service Pack 2 detected");
} else {
System.out.println("No Service Pack 2.");
} |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|