Page is a not externally linkable
Andrew_Revvo - 9:44 am on Jun 23, 2002 (gmt 0)
... We used this technique on the our web site for a main menu layer changing. <snip> [edited by: papabaer at 12:18 pm (utc) on June 23, 2002]
Stue: It is posible, but your head code must know that your web page is fully loaded.
I use flags and place them to the BODY code like:
SOME HTML
...
<script language="JavaScript"> IsLoaded = 1;</script>
...
SOME HTML
...