Webforumz's RSS FeedRSS Webforumz RegistrationRegister Contact Webforumz StaffContact

How to hide menu on a HTML page

This is a discussion on "How to hide menu on a HTML page" within the Web Page Design section. This forum, and the thread "How to hide menu on a HTML page are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Sep 19th, 2006, 16:38
Up'n'Coming Member
Join Date: Jan 2006
Location: Belfast
Posts: 81
Thanks: 0
Thanked 0 Times in 0 Posts
How to hide menu on a HTML page

Hi,

I am creating a basic html page which some colleaques will have open which I update with various stats etc.
Is there anyway I can set the size of the page, hide menu, sidebars etc.

Basically like a pop-up, but without using a first page with a pop-up link!

Hope that makes sense - all help appreciated!

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old Sep 21st, 2006, 08:48
Up'n'Coming Member
Join Date: Aug 2006
Location: Australia
Posts: 94
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to hide menu on a HTML page

I don't quiet understand.

do you mean a link to a pop up page that doesn't have the browser navigation
like this (click on 'click here' in location section)
http://www.freewebs.com/powderhound11/perisherblue.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Sep 21st, 2006, 18:17
Up'n'Coming Member
Join Date: Jan 2006
Location: Belfast
Posts: 81
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to hide menu on a HTML page

Yes and no. I would like the page to look like the popup, but I want the page to be the first thing that loads. It's something that my colleagues would have saved in their bookmark, so I don't want them to have to load up a page, then click on another link after that!

Does that make sense?

Thanks

Ben
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Sep 21st, 2006, 22:22
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to hide menu on a HTML page

Sounds like a weird idea to me but if you want to go ahead, think of the first page as a dummy load.

It contains JavaScript runs on load that opens the popup window and loads the file you want in it and redirects to that new file.

Still think its a wacky idea though.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Sep 21st, 2006, 22:48
Up'n'Coming Member
Join Date: Aug 2006
Location: Australia
Posts: 94
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to hide menu on a HTML page

Well here is the code for what i've got on my site
hope it will help

html that goes with the link
Code: Select all
<h3>Location</h3>
                <p>Snowy Mountains in south east Australia, about 500 km from Sydney. <a href="http://www.freewebs.com/powderhound11/Location%20Map.html"onClick="window.open('http://www.freewebs.com/powderhound11/Location%20Map.html', '_new', 'scrollbars=1,resizable,width=780,height=540'); return false">Click here</a> to veiw a Location Map</p>
to do what you want to do like ukgeoff said you'll probably need to use some JavaScript.

hope it helps
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Sep 22nd, 2006, 03:03
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to hide menu on a HTML page

Code: Select all
window.open('http://www.freewebs.com/powderhound11/Location%20Map.html', '_new', 'scrollbars=1,resizable,width=780,height=540'); return false
This is JavaScript.


Er. I still don't understand what you're trying to do. Or why. Do you want a popup with information to open on a blank page?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Sep 30th, 2006, 09:19
New Member
Join Date: Sep 2006
Location: India
Age: 38
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to hide menu on a HTML page

It is really hard to understand your question. Anyways,
Quote:
Basically like a pop-up, but without using a first page with a pop-up link!
To make a pop-up window without using a link try using javascript on <body> tags OnLoad / OnUnLoad event.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Sep 30th, 2006, 09:55
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to hide menu on a HTML page

Oh, I think I understand. You're trying to remove the status bar, address bar, etc. when someone goes onto your page. I don't believe that's possible.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Oct 2nd, 2006, 13:47
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: How to hide menu on a HTML page

Only work around I can think of is to have the page open apopup and close the main window, however that is a crappy thing to do so the other option, make a spiffy splash page which then opens your main content in a pop up. On the popup window you can remove the status bar, address bar etc....
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
hide, menu, html, page

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
need help to add .js menu into html site agustus Web Page Design 7 Aug 7th, 2007 02:45
php/mysql database fields into html list/menu csun PHP Forum 4 Jul 27th, 2007 17:04
need to add a drop down menu to a page rubyk9 JavaScript Forum 1 Feb 22nd, 2007 10:38
Flash menu is displaying over HTML vinoy Web Page Design 2 Nov 22nd, 2006 22:14
html menu problems chobo Web Page Design 14 Mar 2nd, 2004 08:47


All times are GMT. The time now is 19:44.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8