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 (Mckinney, Lori K)
  • Subject: [Javascript] Browser History
  • Date: Wed, 28 Aug 2002 11:10:56 -0500

Cutter,

Will this work for you to determine the background image question?

	if ( document.body.style.backgroundImage == "" )
		alert ( "No image" );
	else
		alert ( "Image is " + document.body.style.backgroundImage );

-----Original Message-----
From: Cutter (javascript list) [mailto:javascript@xxxxxxxxxxxxxxxxxxxx]
Sent: Wednesday, August 28, 2002 10:29 AM
To: javascript
Subject: [Javascript] Browser History


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
_______________________________________________
Javascript mailing list
Javascript@xxxxxxxxxx
https://lists.LaTech.edu/mailman/listinfo/javascript