View Single Post
  #1 (permalink)  
Old 02-12-04
andy_jacko's Avatar
andy_jacko andy_jacko is offline
curiouser and curiouser
 
Join Date: Sep 2003
Location: uk
Posts: 654
Thanks: 0
Thanked 0 Times in 0 Posts
andy_jacko is an unknown quantity at this point
  javascript no toolbars

Im doing a cd-rom presentation using a web page,

i have an intro page that displays for a time then redirects to the next page

using

function delayer(){
document.location = "gallery.htm"
}


and in the body tag

onLoad="setTimeout('delayer()', 5000)"

how can i have the redirected page with no tool bars etc. i.e. like pressing f11 in IE.


Kind regards andy
Reply With Quote
Sponsored Links