window.name
This post discusses how to use window.name
for cross-domain communication between windows/iframes, especially before the onload event. It explains a simple method using window.open
to set the name and retrieve it in the opened window. It also addresses IE compatibility issues by base64 encoding/decoding the data and provides code snippets for both encoding and decoding, handling IE's character restrictions and lack of built-in base64 functions.