Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Question - Page Load Feedback


  • From: shawn.milo at gmail.com (Shawn Milo)
  • Subject: [Javascript] Question - Page Load Feedback
  • Date: Wed Jul 20 10:18:48 2005

I think the simplest thing to do is have the status image/text hidden
by default by a CSS style setting. Don't bother to put it there and
then have JS hide it onload().

When a link is clicked, have the links hidden and the status shown.

When the page successfully reloads, the image/text will again be
hidden by default.

That should be it.