Tags: , , | Posted by Kevin Babcock on 2/26/2010 12:55 AM | Comments (0)
Most web developers are keenly aware of the browser’s same-origin policy which prevents document elements (including scripts) from accessing elements of a document from a different origin. A document is considered to be of the same origin if it shares the same protocol, port, and host. For exa... [More]