I have recieved multiple warnings from my browser for a javascript threat.
I have a stand-alone notebook Model: Uniwill, Processor: Pentium 4 2666MHz, Memory: 504Mb DIMMO: 512 Mb, Disk: 38.1 Gb, OS: Windows XP Home Edition, Service Pack2.
One of the warnings was as follows:
Source of:
http://dsl.sbc.yahoo.com/ - Mozilla firefox
JavaScript Console: Warnings: Non standard document.all property was used.Use w3C standard document. get eleemntbyId()instead.
This is the line (now wrapped) that the warning was about
:
function yg_Browser(){var nav=navigator; this.agt=nav.userAgent.toLowerCase(); this.major = parseInt(nav.appVersion); this.ns=(d.layers); this.dom=(d.getElementById)?1:0; this.ns4up=(this.ns && this.major >=4); this.ns6=(this.agt.indexOf("Netscape6")!=-1); this.op=(window.opera? 1:0); this.ie=(d.all); this.ie4up=(this.ie && this.major >= 4); this.ie5=(d.all&&this.dom); this.gk=(typeof(nav.product)!="undefine"&&nav.product)?1:0; this.fb=(this.agt.indexOf("firebird")!=-1); this.fx=(this.agt.indexOf("firefox")!=-1); this.sf=(this.agt.indexOf("safari")!=-1); this.win=((this.agt.indexOf("win")!=-1) || (this.agt.indexOf("16bit")!=-1)); this.mac=(this.agt.indexOf("mac")!=-1); }
this was another line being warned about (line #5):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head>
<!-- SpaceID=399005033 loc=H noad -->
<style type="text/css">
This was a third warning:
Warning: Non-standard document.allproperty was used. Use W3C standard document. getElementById()instead.
Source File:
http://dsl.sbc.yahoo.com/lib/csp/
Source of:
http://dsl.sbc.yahoo.com/lib/csp/addevt.html-Mozilla Firefox
line 23
<html>
<head>
<title>Yahoo! Calendar</title>
<style>
html, body, td, a, input, select, p { font-family: verdana, arial, san-serif; font-size:11px }
body { background:#f5ffa5; margin:0px; }
form { margin:0px; }
a, a:hover, a:visited { color:#247cd4; text-decoration:none; }
a:hover { text-decoration:underline; }
a:active { color:#0050a1; }
#msgEmail { margin:120px auto auto 0; text-align:center; }
/* forms */
table { width:33px; }
form { margin:0px }
textarea, select, input.text, { color:#4d4d4d; font-family:courier new;}
input.text { height:18px; width:220px; }
input.button { background:#e0e1e5 url("http://us.i1.yimg.com/us.yimg.com/i/us/plus/el/btbg.gif"); border:1px solid #565656; border-bottom-width:2px; padding:0.2em 0.3em 0.1em; cursor:hand; font-weight:bold; font-size:9px;}
</style>
<script>
function ylib_Browser() {
and last but not least:
Source of:
http://dsl.sbc.yahoo.com/lib/csp/email.html- Mozilla Firefox
<html>
<head>
<title>Yahoo! Mail</title>
<style>
html, body, td, a, input, select, p { font-family: verdana, arial, san-serif; font-size:11px }
body { background:#f5ffa5; margin:0px; }
.alt, .altsm { color: #7b7f80 }
a { color:#247cd4; text-decoration:none; }
a:hover { color: #247cd4; text-decoration:underline; }
a:active { color:#0050a1; }
a:visited { color:#247cd4; }
#msgEmail { margin:120px auto auto 0; text-align:center; }
#msgEvt { margin:46px auto auto 0; text-align:center; }
/* forms */
table { width:33px; }
form { margin:0px }
textarea, select, input.text, input.pop, textarea.mailBody { color:#4d4d4d; font-family:courier new;}
input.text { height:18px; width:220px; }
input.pop { height:18px; width:220px; }
.mailbody { width:270px; height:200px;}
input.button { background:#e0e1e5 url("http://us.i1.yimg.com/us.yimg.com/i/us/plus/el/btbg.gif"); border:1px solid #565656; border-bottom-width:2px; padding:0.2em 0.3em 0.1em; cursor:hand; font-weight:bold; font-size:9px;}
</style>
<script>
function ylib_Browser() {
d=document;
this.agt=navigator.userAgent.toLowerCase();
this.ie=(d.all); -----------------------------------this is the line
this.mac=(this.agt.indexOf("mac")!=-1);
There were warnings for addevt, email and sbc /yahoo. I did not make use of the java console before, because I did not understand the importance or use of it. I now have a vague clue, however, I don't know what to do with the information, or if I need to correct something. I had been online to print out something as a favor, when it was completed, I had a large amount of information transferred from Edge4you.com (pretty sure- but might be Edge4U. I don't find any documentation to say where( or if) the information went to. Please inform me of any other information you may need. Thank you in advance.
Quicksandy