wwp@yahoogroups.com:
location, address bar gone after link from Full-Screen
Caroling Geary 2007-Oct-04 21:13:00
I've got a javascript question. For Macintosh browsers and maybe others.
When I click on links from the WWP Full-Screen, in Safari, I have a
new window with toolbar with location (address bar, shows URL). That
is, it has been hidden in the Full-Screen window, but it reappears in
the linked window. In Firefox, the new window does not have a toolbar
with location. I have made a button to show it. The button doesn't
work. Any clues?
On the page
http://www.wholeo.net/Lookout/lookout2007/sites/Scenic30-A/
DeerLakeEast/wwp9-07deerMoss.html
in the <head> section:
<script type="text/javascript" language="JavaScript">
<!-- hiding content from old browsers
function unFullScreen() { window.open
('wwp9-07deerMoss.html','_self','toolbar=yes,location=yes,resizable=yes,
status=yes, scrollbars=auto');}
// end hiding content-->
</script>
In <body>
<form>
<input type=button value="Show Location" onclick="unFullScreen();">
</form>
Or maybe there is another way to get back the location toolbar when
it is gone? I know as a user I can do it. But how do I make it happen
automatically for users?
Caroling Geary, www.wholeo.net
[Non-text portions of this message have been removed]