Hi, I have a javascript popup which I want to happen BEFORE the rest of the
page loads. It's something for people to read while quite a heavy page
loads behind it.
I tried using 'onbeforeload' instead of 'onload' in the Body tag, but it
doesn't pop up at all then.