Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Frames


Message #1 by "marc cardenas" <marclena@h...> on Fri, 24 May 2002 10:47:19
yes,

When you load first frame set  event oncontentready to some function that
will
load you next frame and so on.

if you load some big document in you first frame its better you check
readyStatus of that document.
it should say 'complete' when document fully loaded .

Oleg.

-----Original Message-----
From: marc cardenas [mailto:marclena@h...]
Sent: May 24, 2002 10:47 AM
To: JavaScript HowTo
Subject: [javascript_howto] Frames


Anybody knows a way to tell a frame not to load before another frame is
already loaded?
Thanks everyone.

---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20


  Return to Index