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] Browser History


  • From: javascript@xxxxxxxxxx (Cutter (javascript list))
  • Subject: [Javascript] Browser History
  • Date: Wed, 28 Aug 2002 11:29:13 -0400

1) Is it possible to determine whether back or forward should exist? 

if back history exists then
display back button 

if forward history exists then
display forward button 

2) Is it possible to determine whether a page has a background image? 

if bacground-image exists then
perform some action 

Cutter