Blog Archive for gmurray71 during September 2006
Preventing Cross Site Scripting Attacks
pre {
width:auto;
background:#EBECE4;
border-style:dashed;
border-width:1px;
}
Cross site scripting (XSS) is basically using JavaScript to execute JavaScript from an unwanted domain in a page. Such scripts could expose any data in a page that is accessible by JavaScript including, cookies, form data, or content to a...



