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
