system check
Moderator: General Moderators
system check
The application I'm using is going to require that the user's system have some features installed and I need to check their system to ensure that they have everything they need.
I can check most of the stuff already I need but need some help with a few items.
1) check to see if flash is instaled
2) check to see if acrobat reader is installed
3) check to see if java is installed
4) check if popups are enabled
you can see something almost identical to what I'm after here http://www.mylearningaccess.com/access/do/log and then click the link in the upper right corner.
any help you can provide will be greatly appreciated.
thx,
Burr
I can check most of the stuff already I need but need some help with a few items.
1) check to see if flash is instaled
2) check to see if acrobat reader is installed
3) check to see if java is installed
4) check if popups are enabled
you can see something almost identical to what I'm after here http://www.mylearningaccess.com/access/do/log and then click the link in the upper right corner.
any help you can provide will be greatly appreciated.
thx,
Burr
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Code: Select all
<HTML><HEAD>
<!-- These scripts are provided under the terms of the BrowserHawk license
agreement and may not be copied or used otherwise. ї8.0 Enterprise]
See cyscape.com for details.
Copyright (C) 1999-2004 cyScape, Inc. All rights reserved.
-->
<noscript><meta http-equiv="refresh" content="0; url=http://www.vantage.com/browser_check/techSupportReqDirect.jsp?bhjs=0&app=access&speed=true"></noscript>
<script language="JavaScript">
<!--
var pwin;
var mhandle;
var cnt = 0;
var blk = true;
var cyc = 100;
// -->
</script>
<script language="JavaScript">
<!--
pwin = window.open('http://www.vantage.com/browser_check/techSupportReqDirect.jsp?bhspc=1','','width=1,height=1,location=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,top=3000,left=3000');
// -->
</script>
<script language="JavaScript">
<!--
function bhawkTest() {
var f = document.bhawkform;
var bhfv = testFl();
f.bh_fv.value=bhfv;
var bhfx = plugV('Flash', 2);
f.bh_fx.value=bhfx;
var bhab = isHere('application/pdf', 'Acrobat', 'pdf');
if (!bhab) bhab = isHere('application/pdf', 'PDFViewer', 'pdf');
if (!bhab) bhab = isHere('application/pdf', 'nppdf.so', 'pdf');
f.bh_ab.value=bhab;
var bhav = plugV('Acrobat', 1);
f.bh_av.value=bhav;
var bhsh = screen.height;
f.bh_sh.value=bhsh;
var bhsw = screen.width;
f.bh_sw.value=bhsw;
var bhiw = window.innerWidth;
f.bh_iw.value=bhiw;
var bhih = window.innerHeight;
f.bh_ih.value=bhih;
var d = new Date();
var bhtz = Math.round((300 - d.getTimezoneOffset())/15) / 4.0;
f.bh_tz.value=bhtz;
var bhdt = escape(d.toLocaleString());
f.bh_dt.value=bhdt;
var bhpb = (blk == false ? '0' : '1');
f.bh_pb.value=bhpb;
f.bh_sp.value=bhkbps;
document.bhawkform.submit();
}
// -->
</script>
<script language="JavaScript">
<!--
function testFl() {
var x = 'swf';
var a = 'application/x-shockwave-flash';
var f = 'Flash';
var fl = isHere(a,f+' 7',x);
if (fl == 1)
{return 7;}
fl = isHere(a,f+' 6',x);
if (fl == 1)
{return 6;}
fl = isHere(a,f+' 5',x);
if (fl == 1)
{return 5;}
fl = isHere(a,f+' 4',x);
if (fl == 1)
{return 4;}
fl = isHere(a,f+' 3',x);
if (fl == 1)
{return 3;}
fl = isHere(a,f,x);
if (fl == 1)
{return 2;}
return 0;
}
// -->
</script>
<script language="JavaScript">
<!--
function isHere(mname, desc, ext) {
var ndx=0;
if (navigator.mimeTypes && mname != '' ? (navigator.mimeTypesїmname] && navigator.mimeTypesїmname].enabledPlugin != false) : true) {
if (navigator.plugins) {
cnt = navigator.plugins.length;
if (mname != "" && navigator.mimeTypesїmname] == null)
{return 0;}
if (cnt > 0) {
for (ndx = 0; ndx < cnt; ndx++) {
if ((navigator.pluginsїndx].description.indexOf(desc) != -1) || (navigator.pluginsїndx].name.indexOf(desc) != -1))
{return 1;}
}
}
}
}
return 0;
}
// -->
</script>
<script language="JavaScript">
<!--
function plugV(desc, t) {
return "";
}
// -->
</script>
<script language="JavaScript">
<!--
function bhawkPopTest() {
mhandle = window.setTimeout('check()', cyc);
}
// -->
</script>
<script language="JavaScript">
<!--
function check() {
cnt++;
if ((pwin != null) && typeof(pwin.bhcheck) != 'undefined' && typeof(pwin.bhcheck) != 'unknown') {
pwin.bhcheck();
blk = false;
}
if ((blk == false) || (cnt > 1250/cyc)) {
bhawkTest();
}
else
mhandle = window.setTimeout('check()', cyc);
}
// -->
</script>
<title>Please wait...</title></head><noscript><body BGCOLOR=#FFFFFF onLoad="bhawkPopTest();"></noscript>
<script>document.write('<body BGCOLOR=#FFFFFF onLoad="bhawkPopTest();">');</script>
<form name=bhawkform method=post action="http://www.vantage.com/browser_check/techSupportReqDirect.jsp"><input type=hidden name=bh_is value="1"><input type=hidden name=bh_fv><input type=hidden name=bh_fx><input type=hidden name=bh_ab><input type=hidden name=bh_av><input type=hidden name=bh_sh><input type=hidden name=bh_sw><input type=hidden name=bh_iw><input type=hidden name=bh_ih><input type=hidden name=bh_tz><input type=hidden name=bh_dt><input type=hidden name=bh_pb><input type=hidden name=bh_sp><input type=hidden name="app" value="access"><input type=hidden name="speed" value="true">
</form>
<script language="javascript">
<!--
tm = new Date();
stm = tm.getTime();
// -->
</script>
<script language="javascript">
<!--
////3?g?>??9??o????T0<r??`??????]?????;Y~?????Wu?t?>v\?M?????8??80???r/R9??#??l{?N?6?R??/un^?,??D~???????????9????????EJW??L????2?9????,????+L?????o1?:???????????*??F???4???<??t?n??????;?N???MI??fD????S-??^EX??o??H?????;????????FWj?ca??I^V?~??875#???Yg????]%?(????J}????}?????mF????V6?^?f?"???????/???t???jo?4?%??)C?y??mdF???}dk???W?$?#dї?h???eg?6h?>??????&on??+?_???????Q?B??R?xe??jj6Jgn??????????>?o?I|?2A????t??Y?/d\d?wU2?z?l??????l#??M????y??F?C??W?P_?l#????T_?????1?-s?m????v9??v?5???>??n???y&?t?A}?l?^,?Gq]??9?j;??k?j{)?E?k???p???C????px <??`x?s??u\(??8f=??q9?D????(??????k? ?I=??v\:!??u?!??M??????uX?@????Z??:?>?????A???s?7???S?,??"NN?????L?;??x???y?l?f?!???1?8?<?,??????8????_????b?-m??Lz??st?_z?gG?9??????T??????F??n?u???m?3y??5^??wFk???B)Zb??V}?O??",M|?)w??qn?3??????3??}f?F????0?K??????Y??-nї$_??6Y??F??Om??????j<?FV?x?m?-???av?X?a?Wuk?f?????m?????&?"ї???c???VK????gF?Ml??Z?Q?m??j??U"^?M??.??b???=??`_#^?M?Mzpї??????(!?4???F?.?????M//??5????v?N?????Q????F)\.?U????????m??G??kG?F??=K(??!_??0JF~S??m?-?5??l?^?V?m??/?0Z??????_?<g?v???0|?6g?mE5?l{?c/f?f{???b?w??????????O???S??Dx!????',?%0???v??x?????d0, ?`5X??2?2?z???:?@p???f?L??????k? ~??????? <??,???A)???!o??:0???'iQ???C?^?|???qr?%???????=???<z????????k?w?qM?A?D?x??!+???\2>???Px??bW?w|??L??H??dr????(?tPQ@1I?FES#D@?d7? 4???%2#?:?qFps?Z?,????]?.?^M?????O???}tu??zB%??n?"???????????9g?{?0h?|???2?}??????|??9??m???]?k??.c???`?]]C;????u??mo_????FL?{??7?b?;w????R??c?S ??se??w?}9???+??7xF|?s????? m??-???w??m???>N????F???wf%??~?FJ?\?????u?_&???k???R?L??Ti?G????????g????(???6U??{???*???bZM?b;Q????wu?U?HQ?#???(????K??PI?5Q?~K?<J???#?.?|}<L?fZ?:Q*Oe_Q?8M??:????0?????a??m??a?}????2??D???(??????D?.\Wj?#?/Z?rF3D????b?(}?(?ue?DI??(/? a?VD?y#Q\7?~*Q??$?GT?M$?}?D????(??O????s%?f?,???qF?W??????E?ї?.??EiQr??qo?l??????<Rs???y3??y???+?%????s?~u*??????jT?Y-s????@?!??n?t2??4H??)?4??E?J\2???=?? z??0kA~V??//)IV?/???f???????.?Y???f~J?lGl?>?^f?V6????!?<???????'??1??;v~??Y?(?EF?{aO?<?!M??ї?~;Fr???'Qp???ї???$????k?????'????????!?????????.=?d??s c????2?>?zj??l>??K????v?Y????S???m! ?X??<???|kq???UW?suR??????R?fzj?0vL??h??S~?J?s?*?_?n>FQ?_S???F????+??????.??#????e???P?F?;????]_?v4????7?? ????sq???M?F??O?????s????FP?VE?Q?FCE??6b??KQ??g????5??{M?#}>7???? ?????n?g?F?u?? ??W|t???{???X?tld?????????w???v??K}?????????*?{/?????????????L??+??`???$#?;??<g??w?/?"d????ї?????$??i?>U?F??????ї?+??????-??????j?!?SG??Fv????{9??.???C:?3B?:????????+??Z???g}??????^????q??k??????????ei????A??-?????Y?sw?? ??/?=?-?w?m?@p+?? ?<B??W????????j?0?9?H?r2?W/?0???F??????h? ??9?uXI???Y?OkpVy??l&K?>??a>??I`3??f??Y???5?X?3?i??M??????0??X%?W?T??T-???jU?b&?Wm??s?4*?Jw???J????ln\H?u.?q?x??>H?X9^~???#7|~"??.?????|E??????S1Oxp????P????????vR9?F??????????r5?l?6?/???F?9?gr>?`Nl>E???UG*L?z?t???I?FF?8?v??RY??'Yn?HY+<??:!i0W?????%?>?//Xat??y?L-$?B??fy?T\????? ???)?<???cD?????'?c??#b???T???Y?E?P~E?}??????A???~u(?:????????"5??h}???p??#?*????Jї?3?R?Yr?>?l!?@??g-?).????i????:???v%?4???5*?2?J_?qL????W???????????_?????g}???)?R{?vu)?????R????????2LZCd?b???P??qC???9??U?$_J???????w??}ї<??.k?7??F??x???;}?R??Wh?r|?e?i?Gc?o?b????????Z??????HAv]??\?~?Z?? ??v????????1F?ї1?C????y???????y??.ky??o???C???????UtFv??Ozs,?? p-I???????d#?&?N??@???ip}q????m????b?.Hї???l??%~?4????o?????.??T?ї?gY?~?zm?U9?2gC????)p???W???S??B??>&Oy??hy??rWj??=?p3??u????AE??K|??>u)??/k??u???/?J???r???9???,f?P?(???D??p?"??8{D??)Qp%G???a?t$?2?j8?"!?{Dp?? r?????p??(R??????\)Fp?D????:???s?wG????0F?p4???k?%??`=??J!????_??4??O*? 0???W??????+~_?L?? n?I|W???~???]?c??;V?~??QE?????KG????Vt??2??????E????{?Xg??t6?????0???e??*??? ????cu??e?9EE?*~??t?U?c??;?????}1?S??p?k?Y??;3??wQ?}??h~z?E1K???Z?O?{?B? ?O?%N?>???Z???Rr????? <???/v?/?>?p????D??/+????(???D??>&?????\??3o????Q ?to?*?#Z?//(v??u}>s??k-v?o6???a???J??=s1?Q??Y%q7QF ??*v??N?$q?%?N?????Ac?\???g?i??;_"????9?J????\ma??7???WL?1N???????їA?!q?6a?{?Jh=b.?&?4N???+?_"?????E??$_?M???F?l??|?P??5K?"?gS??l???7????fv???D??I??&????~Xd?{8??E?q???q???k????s?X??ї?{m? "??6aG?a?q6??~qI???l?ZE????6???v???<$qm6??Se??4????|?6aG?V??@c??(?:m??|?$???y?|??f??wX??2?K?(???&??wL?Q???_????6??I?d:?%??&????2?:?'i>F?Y?vY_??6?D}#Il????L?I?/f?????D???8s??#?K?j?_???_?????%??U?,?KZ??#?ї?M???dy??;?K?l??t??d??8_????????S??QQ*??o???J?o?????J?O?_C?Y?w{p?'??T???? ?O?o??V*?????{?????,v??K?J?G?,p?J???%?$?WJp.????-??j??C??Y???Ra?v??C????_?T?????|?????<U?u?;?EK>??9r?<?JuF?X????t???????J~???B??M??ї?????1_?w??|?K?qf????O?B??q 7??7$cb???Y??{??%.????,K??(????????%.Y???x?C?2?K??Fv???? ;?/]???8????+??C?!??h?ї?g+v???|?"v??ї????aY&1_?????)?+W???er\-??????V&????w???Y?v? ;??,q??|???e??????46?,Q?Ce????F}+$??2a???p]?W?yp??;'?|?'???F?????k-??e=?8?-?Y.?<N???o?y??????q?%?&?z?|??????????Y????c??D???//\a??#n?// --><!--//????K?????6????'\C??#?m1??}F????? ????^?<?ї5_|?{%?6?G?1??*?v??q??e??N}D???\.??;ddP?$????????=?\??????Fd??O?1W???\???,_&}??\Q?3????&??D}??5???ї????a?L?#??,???r=??~?o2?^&?|#+??q@?c??D=?*??4\?k??z g?u??#_?????A??{Nh???9d?s pj\?????/3U???B?????????v?????B??|m?|S?z(M???B????M??I???v??K??]?0???????t}0_??*?q?7??W?R??%q7?????^)??;#q???O??_)??~???V?u?B?~?+???F?u?A???u&s??/Y????? ?rH:H6?r?{A\ M ??d7?? ?y?????|??A???? Y!????R?????? \7?kA????r???7?\?^?????c?j7???`?V????z?X?D??????k????3???`??????4C??e0??`???6???`??^?????f2?????????w?F@ ??A??4????OR?B?-{^?=???`?? ????_?1;??v?0??n0?????? "h??\7??x???z???:?3???`???'??????b??!??? ?{??:???u|?*???5?\????N????O^??e???% ??A?????f???|c#?&???????F? ?9??@%A????}????.b?GM???(??C???!??}???0D???4?????_????їW?|?A?v?4??y????F?o????Gi|m5??FM?w???W?#???? ??>?ve??z?w/i??X ???\???????!??w???}???]?u;c????>D?6Q???}'???? ??F????|#?,????:/???0d$W^D?.? ?????/*+?? ???r///*-c???? B??? ?8R??їf????iBy???B?"?/?F??.???????*????>*??.???<?.?rTv? l?9I???R??P^???v?*?????<?G???a???.c}?u_?Y?????5i??1O????,?FT??t??F?2.?B{їA&???X?n????i<b?0'??$??{?\???0?~??4??|???????wm??????????C??]???^??|?_?-?sH?YGї4_?Z?M{t?M?t?8????Df????9_1????h<VKr?????}????????I?h<BPa??}??????e???E?1?)????{L>g3??????u_????B???$?V???G???Y??k ???????/?}G`>?s&???H?37?????q?w??_?PY??O?#????>?cJ?_??f?x<???????????c???L?????wї4~~4(x??on????g??oW??~9???????3?.???+???????_??K?????<e?UH?n9>U?Pe??z?R?C?????T??)????????????????>?*<??|O???n???ZEF?(??????,??w?LF???Z?\c??_??|?>{H???n????>i?9=???R??<??"?}??Le~????q????]??bO\?]?]]?G?_???:?^?g????]??We#??`k?????:|?k? 8???S??E\???q??V?h?x?????????rG5s;????????q7!?V???,?T??-M?W?=???vx?B?Y??\??vL???)?X:^?+??c46:???<R?U?4:???c^>???O??n?@U?8]`?4/;|?ZYU?(v6?B??????u66?zX??P????ky??J???gjS??`u?7:?t4?\??*????r??O?e?1O????8~?#&??K?x??nG?I?7i?g??i?<?:?A?g??)hp?I?y?I??????)<1????w??J?z??//?\?Y???????????W???3!?f?s????y???-??r?6?O?q???M?^???:oOV?????????{??D???I?????????Cu???Y??bN??????3? c?m??<????0._'s?0??+6|`?<????XhZif!q<?P?<7SSD$xh?g??~c?F??&?qU?????lM?6MK)P?????4??KI?4?$M???f?&2s?$M???PQeQpy.??PTT?"(.?<?Apy.?E}*?3Fs???{?????F?F@??s?=???|?;??? ???{???A??B9'?e? ?5???? 8???L?v? 7?w???????.??b????{W??1?q1?B5 ?H_???V?}5??>???A2??n???m??'X???~??~??????6?U;i??}t?>6???XHaOx?r?l????f}u?}??}?I?S????????TO??n????!???????!???nD?G??X#8?F???z?Kr??????F????;???LjF???Z?'?W;I??????X~~?T??"????8dFrpq?R?q?????k?!C?b\?h\??6s:?,?P?????_OF???)?w3?6???s ??_??????????\??;??%?:???E?u??7?4????i@E?|?:~?????{?X??????7]?)?~???d?dcx??R?B??????)?????~1?????c?V??)-?z 7?Fs=K??ї????o?????Xz?a7???????ap?8\x?OG???P??:<N????\8??`?a???}?M?h???T?-h??x???Q:7????F?V?w?`?u?qM?????^`?]C???i?_c?h?\???|bF????J???DV??@?????N????4???s??k??{7??]_???? ??q??u Q`????~?s?<?~?~'$=??}??@?F??FOFFG??(??:R7??S???^??k???$?????!d;F?1tsh??yC//?rCm?? ??Sm???????KP?FM??(?:SBLE^m??>??????їN??p?|??9.??A???+???N ???0??*cs1??$?????{?? ??B?8v??{9????}"?/??w???u???qF????0?? ?b?>?*??w??G???O%zs??7??;? ???n???s?????OR?cp_?u????yL? ??,??`?#tk#??t ?????b!1?x??>??MeG???I?/?s??m_*????G??~?m?@?FG?<??u^5u5]?J?5??xA(I?X??DG???ED?C?dv?????F?l?V???y^z???? ?????l???X?3????C???\?/Gs?#?y#z?????P?O?c?????????nH.|,k?|L????HeF?=??????G??,????C??U??V?(???~ ?3??+???8???{?aj;??0?'g??];w??z?????????O???????????1|}????????_&?c?u?X?ww?I2?4`:??}o?^k??t??"y?Y?$??C? ??&D-?O?:.ho$,???\??.???6???{?7O????n??J????Q????\o???t??F?"?v?(>a`??F??y?O%?]D????s????{?9YRM.?9?'??/????i|????%,?????A??>?3l)r??|??? }?X(???:?$??s?\???'?jo???v????>Drxu??p??`?q?ZBN$(?~VE??B?@\?Op??Ay??b?%??<?{?$?S?SB?(??{??~]?X????3??ORI???;2?L????????? ????O?)??'????????yq?gwr?'?@???????-??-???`?cF??? _P???J?<>?/=?=?????!7r????@a?????8%?(?@??F???k????l?W???????/??U????B 5?d^??????H??B?//??q?spJ? ?w?$?Io+???????j??s??8G?j\???????s<z?0????]Ox?wD????8?7??<?cpї?w???????n@? ?bBGK????n??b?d??Di???a?$????s.?0?F>w?<?????G???^F <2Af?c????????na???}2?]? ?Kt3t???m1\oa?n?~ Ens???O???|$????|??|_?'?'????o??'?( ?????{??8?4_?M?{1To?Hb????k<????8?x?q|?L?s||?L??????,nb?p9`?x??,h??$c?>??C????@???]Y!???ї??S??F?a??3??tl?qr??%???F???;???6?s???)??f??Q,?bLg??@;2&@v?Zp??{?sFB`???^??w.???<???8??+W??O:t??;?^bk?'?????m?$/???n?6??a??U?s@|nO?NV?7????X\??@??xg?N?XX%?Kb?}????!1L???$??{??I????)?l2?yS?2|?w??\?qq<?N??@>?E2?0Au A-???u?їT??????~??R?g_???????????L?I??k??f????? H?,P??/_Z?; %? ???T? ???D???'??+?Z`??d?:0.???HD????p?,??\??f??s?{????E??+???_??v??H???x??ї????????o=??s??L????V??3??g???T?n??(???S??'?y?a?K??g?j??A?Cd?~o?????C????u@3wP? Hї??:L????v?1??I?????O?h3???CsA??((W?|Y4D\????Rs??=+??I ????q?????]??&???G?m#y6??&?_? ? ??~?5?S??J???r SS???ї?B? <?9???p? ??.?H???EQR{??>?(?w?"b!?w?????3????*'???!+??//?'2?????m// --><!--//P?)?$?O???{???????+?P?c??Q?p?U?1?8TO??q??^`5R?????7>R9W???Y{?? 9?M????oD??(0dur???*??X??v_lD>????jak\y?q(nZY9????e??Tt??d?!???|??\<&??a?=)F'(???0???@?|?_??:??$????6?=s??N?M????b???Y8 ?r??6t?Y?D???{s?0?Q??2??(;?Z`?}?????~k y????cK????\ZP?!1'K??s|,a????>i?8^??Q????M??????@???F??A?#zF'`?S?@?????<????????J<??.??)??oQ???T?L)1?8???ZO2??9~??%??????A9|b?FO x??"??%?D?Y?O?a;y?(X{v?g???????=?????-??X?g?0N>;z?XM????7??S??3L??uO/n???$?C???e\_??J????W"??TEWO???r?R]?L?_??D?1p}?????????^? ??%3?,?QB?E???'???+????{?6????.?Q??mS??ї?B9?,@??;???)?|???x;???v??`)]L??8??)???????*??`?k?r'.?<???????I??,???t? ??B???p?D!?????X?O???@?m????:??ubM ?M0\K?HkTwj?"w?N?k??k!O$???%???l???Z??j /7bw ??}???T^??x-????????j?{??S|?/??i??.???0??}p;?Lu;?$?????????a??;d?5?;????4?}?-?T?%??}????.??{F??9?F?????cJ????a????~N?}????i????yH??????f??dm?dї"?z????/\????????}=l?u,?Mn?G??.K???????????ZW????+{????_??I?yZ???yD???)?$??? ?5g?te?L/A????z6"?l?G?????//q5sw3??M??v-ydn_8G?????(_\?v???????:??X?!2?ZL?IU?m??|?p3{?{a.C?_?t1 h5???$\????3?kn?<???????;F\?p?2??+!>?x&zr?qP?|ni?}???5@@????>?<;s??fEr???(?C?O0^=(?&?N(?t????XN>?B?<?j???'???>o_??q????Nїf???y?????C?b????0???!?g??&o-?B??Fn`?=?g:??KO???h?;??????B? >??vf?49O??FzF??xU????u?Hy?Z&?M??E?????*?;??o;O?}???]?V???q???c>u?? ?n({ ?*???j???1??????>j\?????s?K??K??RF+EoRbSK0?W?x??/???~?9?<???????/?F??Z??t*???????w?#????s????yi?? z?z 3?????s??.??|?j??W??$???Z??v?FK?? ?????t?]?|??L???/!+?3;8c?%??F?ї+?zqXq?6????-???2?-NG??R?????? mkO~?a???I%????G?їt??T???k?9??G?G?+^????J?}????r??3????4?g??M??=??l?F???F?y);FG?????????W?!??ї???U??N??I??????????(?y???????W\??i?8H?Y???D???`P~?~?`D?X??W?Y%???`PV? 4?u?cr"??Y?k????-?A?sA?????U??,?O???c???^?<?<???hKh????c?7??C??W??7?_?p???ї??N???y=C?u?q=??~?q? ?H??}@I?????;??F???a?Yd??????W~Q?Mm?9?ї???????-??K??!?Y-??o^9?f???X,x_y????{Q9?&@??H$)8?4;????????<???*?F???mZ?????L#6??`pm?????????w????F//?7?k//R??8;??;L???Z?<?q???bo???cL?<{??'W??b??o????Q?V????v?&??0?A??y?????????R?t?a?????=x?q}?q}cP?N?????1f]2,???aw4?!?g~????{?ww???0?????`,8_????????O?}? PH??>?=?r?qO???S?????? !I???F??????w??c?F=?Xv8?<>?}??<??s????*0;/???Ry?P?q/H?xkJ??7 O@/??W1h7\?????y??I\???@??V?L?jdG???a??mB???i????? ?X????F]N?"?g?d9???^.YO?y??aT??2????8??????? LAn?????L?-=ї??? ??3?,??\????,^??y???#L?z?, ??2??=E??S?)??s ??mD??jagOPRї_??6/?s%???hF???}K??%=I??l??F#O??{?xHt???? i???b_<1??uC??y????????;?t/2?Y?S??~D?#p????=???uQej??T=<?/???`?A????9?k?2????fSpA?Y??">????^p?e?5Od:?8???#????????km2???k ??8p??F??SD0r?~+????Ut???&+??),?9N????,Y??E????De?RgJ?S??Q?g???k?? ?SN?<?:)?????QM??1e=?5r5K??)+???G?yV?i??,y=?E??+2????j?9f5??????%????"?;????m?\??\.?C???wR?}?E??:???/??E??????qїU0???G??$_Pl?E?? ?p??'K?s??;J?A K*?????jJD?R?L??0?3N0;????????w??????=?T???6?????4????jFH?R2Lh???r?;?j?5?/?Z???F{ ??(?1&yR?w?X0?f?>?4????cR?)??0?Pw???????????V}????m//1????L?j??%?h???bJ????k?a??w?c??T?????v?)????<???????.???/?#+??9M/??^?*?S?~?{?Y;M??1????)????&i??0,Q?.?'????fe????G=?|??*??JY???A???Rz??Yz%W????????m&K9?K?0???4???????b???I?????]??b???_?????#?+U>?]?e????????j?D}?n?I???%??Iq????7?k.??q?a?????x?\?W??kD??"???????q?m?Y`u/`??,?8??R.T??In?`?P??X????^ .??)???7??????H???O?Iq?e*?9{?Z?:??9d????5BWE??N???a??|T9???????4??y?i2?/?y?c?W????????R/???S2gs *??d????)Nj??mt&=t,??-??"?*?9b?Tvp?M???c:???3(?nE?????8??:?/?e??$???FG?U??6????/??lQ?????????????.T?Q?7?????:???Q8????Q\{???L???|v;4i??h??C%U??G?uQ6M?j????N??9l???їs?????A4^???,???.????????a85<i???6k?W?6??&?R????rL?e?x?|?`??;??WW???????P??Y ?/6? ??c??dr??n)?I???u????i?Q?n>?l3??Z???(??;??5S???????Z???-J??I????0"N2"?tT??=??Y?q?T?????Xї?{@??ni???Ft??]???L< ?t2????p|o??????U? ??"?F?w:???.??H??)????Y??????`E?XO????p??????vg??D"?4??)??????4???5????.?R?s>o?s??????i?`?L?+!?>??7J?=C?*?L7,?u?3????}hM?]?Ym?m?mx????#<?Y//?A?3??(b?y*?R?????qe?ї????N|??????????FM??Owd&?kAp_????&PF?f%??????????Lk!g3??WH?????zV????#?????^]??S?r?,?S?? }j??O??y?y?P-5?ї???B???g?#G?P!d?:??5????>Oї?0?a????e9???*!,c??^???C???NG?5?d?-??&{??~???Ih?Jh~u=RF???7,?-Pw(b?}?????f&?n?N????"?C?g?okI<rf<?????53k ?1SB?2a?9T?1M?Y,????.,?if??a????&?7???V?w?]9?u?Y????*????t?Q???C??????fe?]?}"W???{??29?P???M??.??!?mX?m?5?aCt?iqe?????_??y??n??]??)?B???)??IG?,??I??????^IM??1;??j??:??4gT??6?$a???z3F??"n???)??s/>_:?Q??2?????;$????B?=??.??r6?&?s?????>d????.??Y??N?&??<?8??4$2BU????-?;?_>?e ?????i9?|9% ??I?U?8??K???:<???????h?v????????? =??&?U-??їe??8???F???@V?o?????q}??d`??????????`k3??qf??|????el?IA?S?Rp????????$?w??rV?@?P??*??a?cp?T'???,v?j?>-|?F?/I??_??????Lm?????S??d9!??T???+??8|_??J????ї ?;??q-?V????A??????.??ON??X?????????ї~??\??r?F(?&?d??y??Zz??????aa1?\2??????z?????V?c|??h 8??j8???\?????I?SL]????v|*??)?Q?Z?-2?.?????o?H?z0NG*?????yE7%?)??????ї?????g?bM2?$-?Zy?q?-??g??//=???// --><!--//Xzo?/ Z???/?-4S?c???^.W??BnM???HJ???pY}?????4??G?????\??y????o??P??<?'??Hj?j,?Oy?v?4k6??????<??????fsS}???3??????a9????h??7?@@?s?8V?0??X?F?\?.??]nx?hO?ї???c????;A?N*?>UH?ey???&~j? n???$I???Z??????73?U;r????????????s??=?3???????Wn???Jq??Yb??n4"??vS????]oO?H];?u<??m?bm??t???s???rHP?cR?%]?s+??u(??%??j?????3???R??1????????????2?yU???G?=G0???-J?4????|\_??P??2?#?????-????",m5?2??k=O?????s?`????RR?3???<8{?????|?????F?_??#a????p-`?4???1?:cI?KYK=???? ?=??K??H?F?6??rF?? ?iaudx??J?J6.h?K?e?qG7?O3?o3?/їx??sje?kFP?`?????qO???p2?>???'? ????#??l?????{?8?{?????~#v??=7N?|?#?F?^txW???o\7?\PjL_??h^?5??PW~M???"?`?{?'??*???qF?m?$??N?]V????E???I??F]???x???_????PV?}??4??P??vmY/??????Q??????1?b??їI?&???B.!????xO?f?????!????{6?&P???f?]?????R??i??z???/H_??R??~???,?'I?v?3Wm0?I?????5??????u???u$???????pMJ????E?#??(???<? ?ї/??????G&/?+??ї?&??I?+??3y=??'9??k????he?!????\.???U????????I????.?^1M?????q?.? k?I??3n?g?%_????1}$?+K7???Q????}F?w?F??w?D?????///4z?f\??5_?} ???6?b??m?F?yi??_їjQ???'-?y?K?.b=?Bu97??)???2l?|???j?h?yPGD,?)??K??%???|!?@?C???????3jl???v??WI?????s?!*????`?m?+C?q?6? ]?5%?T?O??6?ї????}???!?????h0]Q???VFOv1??9???7 'qB?????????={?5???,??U?}???0???^?????r?h?w?????=?k?w .??:???Z?e??U?|???s?ze?????~?99??dNyU?!?I?????????t?r????]n]??Ii? ???3???LIF?5|e??a&er?2?? -???#L3?R|??mJ??y??V^{?L5?.?#T:Q????jV???YY???wZ*+1?\??(+mp*???K?%aq?a???r=V???'??S?b0???\y??8hn9v?>M????B?G%??7n?h???{`Wq?g??:?????ct?%???c???X9?m?wT^?f??"a+!?d??7??-?3v???zF?y=w N?w/5?~?q}?q}s???R?????uX???"?#??`?M??tO??8??L??&y???\6?&?!(L5??j.??Y?e?&1???b???*?.#w??j??? =?????D|??)>E???1 ?#???O??3GB????H??$????????<Y<a???&??Y??'5}}??m7??FD?^?s??9?8?9e??uM????X????????????*??u????u+????????1?4+{j??H?)y??=_????L?z??m?s?C!??uR??*??????7!?c???O??? ?2?7???u?r?????l??;?}FF????u?N?9~b???H?y?? ?@i]?8??????M?5?9?{??/?S%?)???MR????^j??KC?<y????b????m\?(??r?^??%^?lA?l?????>?O???]mC1y????)????:2??< ??J?CT?rX|%??H??//y?&)=????$?e???oD?F???yMJ?R|??]D??Rz?????`?(????W???wY2???jr???bq????GOi?Y?????_??]?{B??:?D???;?=????T?j???<?\?k?V??'>? Y???????*??Y?D??S?=x??x?Sy??M?????)t1?/?%?xL5l\'1????,??+?o?'?K1rS?l???W!&HoG?????L????r?o?#??^?j????2Rv????P???5?(?H?<ї}u?/]?r4????gh???a?Q????9?i??u?5fe??=??L? ?'?aqC?DFE?6?????h??O????4??4??d??m?!?? 4??E.?q??_?F??5w??qt?$?1??G???B???????????|<?? ???a?b?j4??r?V?g?yr*?)v?????cm????|N1Y?????????????Z?z5r??mWm????r?.L;?_?,???}??e???P??a~Y?+O???2?rU??NRi???`j????$?Z????q?"r????]2??I?d\?z/??^?U???g????Z?,????j??J>?ї2?r%8,??ceuv????*??kp?????r??ї3r???J??T??u.?{??????|??)?YU???^Y?|?^1lM?w?{???????7?B#??r?I??H?Pv1Ay?]??H??O/??????8??N1?8?n?t%?YO?{???`??9)?T?)]??X?? ?M9?\?:x?'??4$?*m???VA,? I]??,??a8??????,???w?Yj{?%?R??r0F>P????g??h^iW?>???P???s? ???*???=??6????Wu??<C?*?RNmX4?yf?C?Z?KH?V?^?))?S?????- xD???Yx??y?',???=!?)?w?X-B???q?$?Ve??x???ї`<F0???{??_/?m%???J??H??P??%????kuO????O?3??2W?eWF????P//??9Oy?=Z<Z???p??QF?Q???^Q?S????M7u??<???F?*_\??z2?8??K??Jj$7?F;??jd2y???p?????X0)#k?F?_?? FK?bd]u?sXT??J?g#<???9??1%????h??0??;?"U???t-??:???/?t?am)????rl1????z?A%F?jCT?????"{??{xDR q5?\??5>{??LO????u? ?z???t?O?$s? ?1??b?!?????*8??lS|?????y???J?*ikF?}Zn????V????{?>=???b??e?k???f#???????Qї?w(??]??\? ?H???6"7GX?-'?-A?y??:9?=Q>?AKT??I?????lg)?????=l`?]?ZOz?R"?????2\?!?%V?їG9?XG?55???(Z/?~??p?5(l????*?????????#?1w??NI??f?0e?<??X???;F?2?f?D?s?????j???K-???`f4+?????NH????3?i?r??cj ???#???r?H??1???.Ey9C?CS?]??????E?g?}QT~$????)o)M?z???/??o??E?????c)??;u???.2c???5?}?|"????????=?]??49?????*t6?j?-#??V{?o?kf&|XK?N?jVCLfl?9??J#?f?2?Z?H?????????? E?yd?_3???+?^???r?O??WJ??d\O?GLz?????r?2Z5VlM?{&5AU?JE?ZP???xr?????-Q??L??Eg*??????~J????^Sv??B??P??4H?d8F?M??s?B<-?Y??h?}=?A?2?D?@?????++?%.??F?Nt?a??3??^=?$j????>?j6?`e\N?u?5%?}v?^???Bk\@???U?s?aUe.G?-?p+?u%i?s??v$|?w??\Co+u????lz?0?^?T~?b?;?ZT?F?;??E=8?//w??&.@? ?r??J????W??7?BAL'd?7&,???E?????5????????g?&???RJ???(??????????|?T???9???"<??-#??,+?#?T??9Nf???.?]r{N??????Z????T"RN?S.?%????\)?5??%8L(`??pz?.F???????????}?b5u????c0Ua?Q??nL?=?W?9???Y????:OJ????>?? ?R?/???Z?f??V????,Q??J??-?|?r7?k??sf?U{9????=????1a???Us??(G?8?U?J??b???~??ї&q??L???6?????}? '=??%???/?????G??"UJ??z??xM??d<=???q???~,???~???????:??0? ??B?Af?eI?7v??s????2???????? ?D~?R?m????=<kW?Q??s5B?FeI?*cQT? j\?Xm%???@?q??KWaVyp?R???<?'U?W+?m?u???^{Z?U??J?g??????ї???????R3?q?????g?-??????B)E?W#???????%;??9?b??nT?MR??\F???3?V?F??Q?~?&=??ї?}??]{^Zj__V?d??h?ї?S???e?"o{????:?~T?@{?(9????ZGJ??!????uO(??]_T#???T??????X2????9<C<s??:_?????,(5`?????z?^??W4?|??S??8???????c?r????,???U???????D:?rO?uDL???<?<??}??x??I.}S\??CA??5wf?????p???(U???g????EOEW??3g8?R??q? U'>??xq??E??k?A??p=`Y?}r>~???v/??;?/x=?aZg?4F?????\>j?54???m??B???b???????u:??;?x??w xk?;Q?F?????@??&=?ї???n2?(??ї?p??8j~??n?-??v????'r?????T????b?W?//k?e??M(R?// --><!--//??C?qTQ??????l?=??s????????S??r???:2??ZR????KB???_???#j??"/O????????}???*????????d?e*???"Yz???? ?%???k?L???l????M?????o?I??m????7H????n!g?&?6?????????????aArp9?$l??=??8e?+?I(U??~?Y????=`1?m%??<_I K???Q?u6T?R|>M?`?K?)???g????????~hn`SC?????+?e|,?G+??\?'h??+?<*4Fa/^?^<F6???2??A??N,C?oItC?";??Q?ys????Pm??W??I??n??.?--cc???L???s?rY?l??k?36???W-????? ??k ??A?^#|D?????????b?s?????ViY????!???Y5:??/?R?W??????|?5???*l\F?ws?{p?Y*9^?A8M?\?+u??R`?P?d???yb?? |????#F|????????4?'???????????8????I??}@???????4?N????C"??ab?M?]?{0P?????hw? 7?S0?J?????E?Fn??z??r??sv}?N??n:???s???o?????".l ?????2?7?.?:?cu?J????+?B??+yFn?0??????\+??Lh?????c?ї???V?u???G?9?x,j?E?pf( ?|?5????w?:?$???ZN? ????$?b???????d41?,?I?e?q?Wq???F???{???7?8P???H1e??T???2?Z?????U?|?WXP4?q??6?9???53%1??k??All(VP?I?6 ??H????0?T?Ke???!???!?/t??]~??F&????????6?T?O?????K????????S ?vr????zv@????a>s???})????????^?d???]Do?sOt)????????<??U?Zb?????%?5?Q??b//??p0???s~A?H??1?/_?}?.v??k???????~?n?`???????1?)?O?k^w&D???g?? M??????????? ?h?? ??????????V?eQ???Q]?y?3x?v]?IN?D???????W^????>??u?3?p??d9:d?o5?GX?`?(5l+???qp??u??4?g?? ??,??~?fa?9???R?Uj????j?G?y#?>l?V?:,?K2}??%?5????rk/??????]?I&?57}_?????Z?.r??(d?Ysza?????vq?2??7????W???v?H?e?їK??? )??s?$???\!E?g??x?ї?='??p<7?++yv??S??s?H???|?}??.?&??????????^??q???.?????c<??V;?z???????z?9???}??=?9????A-%??S?B??V?)?-??Qu?r.??I6Y?3ua?u???\??=???F??.??^ 5?????? x???M?5?Lq??`?P?????O?y?-?Em-|?]???S????z?????E?]??qt?iUBu???l`?N?Y?e>??ї?)?:???>??d}??ї??w?/9??Lz??Q?dT?O?1,???$A???Z?????O=7@?y?{|?^a??1\Vz??oy|?<?M?6zY?y7???|???C?pea~?K?S?`????VLx]ї?E???\????????sB</???3/??%x"??t??-]{,X?U???8??e??M}?z?????FJ?ї?)y???k,?_?3??????7??na?z??*?`vY?'??jK?7]????m?n?Y???4|xk?'1???????l?)?hVd???Q??8+?/???L????s??ї???\3?3??????-????e4???U??????=3?{???o?64b?*???]l??2??!kZ+??Y(?L???,j?rF??!?YL?J??nB?Q?2*?=f?~D?O?y$?:????//??????t~h???K?q??mJv9?&?????????S8&??6??{i???>?2?/?F(e?mi?X>z%?*?*??W?Y???h??b?P}?x????6??S??g0]S?H??F??<?B`?6rG????(,??Us?? ?e-??l??VE^~???????}?e??h?%???(h-{ї =?^?N???:4?v?????dY????oRї##?K???Yu??.hc?;N?3?\!?3?<nVqoa?=d??????Py?5??B?FMl?|?x?????= ?0?v5?????(?F???8??*0?kX????'? S?`???1f?????+X??r?????Z?9f?C??l???^??N$,k???????,q?T????m??\>r?{?????\ї?T>:?4?(s??+?!?G??`]+O????????? ?tR??'s]#k??2D??s_u^a?%??}W??FK??q??l??B?yK?E??????v??#???????lF&?????'????" ?a?????_S>???f?\f??m?????;i8?? {?}?G?k'5B4WcQd??Y?їr?5????:?P????9?>?A?$??3}2?=??%?C???ej???????Q?g??????ZE?7?.?`?8A?S?H????c??4q?????n??`7??x1>'???????yE??3????Q\?,?4?!??U?+,?)?U??m??????j?T?ї??????t???0??r???s< ??@??S?M?>?)?V????{????C^?t???8????H?r?1zLc!???????{~6OX????GZ??r?????,_fc?)??>qMy???=????????R1K???=??y?<??J_???s?5mqD}???i??=??їq????3???H?????vzO??G?.????9????h?#???}?????"? (?????"??kd?I????????/Wi~?r?<?1????-?g"?Y??????????a?A?U?????o??XV????//????>???????A9?? ???bf???X.??#??4????5?6I)?Ob?eV?Q??????rHJ???X?7.=O?iBd-RYE?\?????u??????}<??Ur??:5/?]?lI?may??dz?????Fw??|\ha?ї??.T????e zEm3??????f$="A?cX??p?4g4?5????<?eH?8?w?]nk??????k?5???;???^YV???D??yL?0i???7?? ?A?????.hG|1?Fg?????\????????,T?? ?????&????g?R?\??d???qY^???????q}?q?Q?z?=?o ~?ї?h^?j?O?Mi;%'????\?2???9kd?I??-??{e]V?y?]??:,?tM????r????F????@=?;6At?z????,????\???????<??<?x???V???=S?x?????d????$<???%)5??*>&?\??F(????'m?<??????? ??h)J???6?<??\??7??????Huz&?a??M?|\??y?zUJ????g?zW?????)r?y!Y?? c?I!*??z?I??n??An3??M??1??;??EF?Y?/?a??#pB??m{.?n{??i??$3????????????E??8#?l?<?Ax?$?s?Z9?6m3??L+??Y>C?-g?n?1d?:?G>??:l3SGAX??XU0??y???J?b???P????g??9?e?B?~?-jR?KsY???J?3?~q??rQ???????????Q???S5??#|????k??y??O)??Fi???W???n??X???S?J????????E??c?^Bb?????Q???7?2????:?@V?9????5??????{????'??h?l?s??=???????}9????%?:>?J??Jo?Jpq????2 ]?????????,#??PW8????CA??N???AL??`/???W?-???0?!*??`????=\???| T?Tb1??F?*?:???????dr?????//?t?w*VdY?????????<?(_??u?m"???????'X????kv???{^d?????E??%???7o?T???ї?????????smlz?Z.s?)??B??BJ??\?=.???????7???zt?'????????~?o????*$??f????>?o???,F?Z7?l?m???0;?$?????j?m????u?z9?+y?q??X?&n??1?t$?J???,??e5?}3???Z?]?g?X????d:O?O??^?`e??t?rO?V??K?v?'nct?5???^?H???T?????}?F??????{??!+??>????v???'ez^???8??CZz?????%?????,y/?^+?c?7?/??F?m?????b4R??>???l??o?;?????G73v??zv?~Y-?i?Ud? g?m/????r???h?i???,????}???_>Si?c{??fo???gї?7????8LRf???6????1???_|F?4??}??N?1v???????B?O???- pp}?Ji'?f ?????????????_-}??k? ??r?????:????}d??r??Uj???~?d?spnL??Q=??yl?\?cJF?\?? ?yV???Tz"?'mw%?/?fW?ї??????8MU?{H?W?Y?3{\??KR?+?d#?????d?h??????k???^? ?0)????U?e??>???o?Rp>??ERw?"r??t???\5?B?:R???P???6?=?????{??d?=???????UZE???zp?_????fNj?R?k?R*?{L?e????????w?????(zm???R????`ї,?????.l??k5]??5?F??%?72Xp???{O????R
// -->
</script>
<script language="javascript">
<!--
var bhkbps = 0;
tm = new Date();
etm = tm.getTime();
if (stm != etm)
{bhkbps = (Math.round(25523*8/((etm - stm)/1000)*1.22));}
// -->
</script>
</body></html>
<head>
<title>Technical Support Feedback Form</title>
<link href="default.css" rel="stylesheet" type="text/css">
<script language="JavaScript" type="text/javascript">
function doSubmit() {
msg = "";
if (document.techReqForm.name.value == "")
msg += "* Name.\n";
if (document.techReqForm.email.value == "")
msg += "* Email Address.\n";
if (document.techReqForm.state.value == "")
msg += "* State.\n";
if (document.techReqForm.district.value == "")
msg += "* School District.\n";
if (document.techReqForm.school.value == "")
msg += "* School.\n";
if (document.techReqForm.desc.value == "")
msg += "* Description of the problem.\n";
if (msg != "")
alert("Before this form can be submitted, you must enter your:\n\n" + msg);
else
document.techReqForm.submit();
}
function SP2() {
alert('For best results, on the menu bar click Tools and then Internet Options, followed by the Security tab. Click on Custom Level and scroll down to Miscellaneous area. Find "Allow script-initiated windows without size or position constraints" and click Enable.');
}
</script>
</head>their detection script.
ahh ok ty pie man...
next question:
I created a new function just to check to see if I could work this out on my own w/o using their stuff as follows:
works perfectly in firefox...but IE chokes on it...it returns "0" for the number of plugs. I can't seem to figure out where on there is has the code for IE?
do you know off hand the syntax to use to get IE plugins?
gracias pie dood...a la mode?
next question:
I created a new function just to check to see if I could work this out on my own w/o using their stuff as follows:
Code: Select all
function checkPlugs(){
if (navigator.plugins){
plugs = navigator.plugins.length;
alert(plugs);
} else{
alert("no plugs");
}
for(i=0;i<plugs;i++){
alert(navigator.pluginsїi].description);
}
}do you know off hand the syntax to use to get IE plugins?
gracias pie dood...a la mode?
ok, the problem was exactly as you suspected...different script for IE than for firefox...but I'm glad I got both
.
Next question:
Is it possible to determine if all of the ports that we're going to need open on their firewall are indeed open?
I'm thinking I might be able to just do a telnet or something from php to our server on the ports that we'll need open and if it connects, then it passes, if not then it fails.
One problem though, one of the ports we'll need open needs to be open for UDP and not necessarily TCP and I'm not sure if there's a way to determine if it's open using UDP (even outside of PHP).
any suggestions?
thx again,
Burr
Next question:
Is it possible to determine if all of the ports that we're going to need open on their firewall are indeed open?
I'm thinking I might be able to just do a telnet or something from php to our server on the ports that we'll need open and if it connects, then it passes, if not then it fails.
One problem though, one of the ports we'll need open needs to be open for UDP and not necessarily TCP and I'm not sure if there's a way to determine if it's open using UDP (even outside of PHP).
any suggestions?
thx again,
Burr