I recently found this code on the Internet:
function window::onload() {
alert('onload!');
}
This (weird) syntax only works in Internet Explorer (IE 8 in my case), and I wasn't sure how it was called so that I could look for it.
I just want to know if there is any documentation related to this type of functions, and if so, what are they called?
source
share