> Is there any way in JavaScript or HTML to remove a page's location
(URL)
> bar and all Browser buttons (such as Back and Home). I know how to do
it
> with a window.open, but not in the actual page itself.
No.
> Also, is there any way to check if the location bar or Browser buttons
exist
> in the current page with JavaScript?
Not AFAIK.
/Robert
-----Original Message-----
From: WIlliam Powell [mailto:crazy_wittler@h...]
Sent: den 11 mars 2003 14:53
To: JavaScript HowTo
Subject: [javascript_howto] Removing Location Bar and Browser Buttons
Is there any way in JavaScript or HTML to remove a page's location (URL)
bar and all Browser buttons (such as Back and Home). I know how to do
it
with a window.open, but not in the actual page itself. Also, is there
any
way to check if the location bar or Browser buttons exist in the current
page with JavaScript?