How to make the browser's menu and web address bar disapper?

Hi,
I want to run my application in full window. That is to say, I do not want the browser having menu and URL field.
Is there any way to do that?
Stephen

open method (window object)
Opens a new web browser window.
Syntax
[windowVar = ][window].open("URL", "windowName", ["windowFeatures"])
windowVar is the name of a new window. Use this variable when referring to a window's properties, methods, and containership.
URL specifies the URL to open in the new window. See the location object for a description of the URL components.
windowName is the window name to use in the TARGET attribute of a <FORM> or <A> tag. windowName can contain only alphanumeric or underscore (_) characters.
windowFeatures is a comma-separated list of any of the following options and values:
toolbar[=yes|no]|[=1|0]
location[=yes|no]|[=1|0]
directories[=yes|no]|[=1|0]
status[=yes|no]|[=1|0]
menubar[=yes|no]|[=1|0]
scrollbars[=yes|no]|[=1|0]
resizable[=yes|no]|[=1|0]
width=pixels
height=pixels
You may use any subset of these options. Separate options with a comma. Do not put spaces between the options.
pixels is a positive integer specifying the dimension in pixels.

Similar Messages

  • When I run a web browser immediately loaded two blank tabs. How to make the browser load the only one?

    when I run a web browser immediately loaded two blank tabs. How to make the browser load the only one?

    Did you check the home page setting to make sure that if doesn't have pipe (|) symbols?
    See these articles for some suggestions:
    *https://support.mozilla.org/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox
    *https://support.mozilla.org/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols
    *http://kb.mozillazine.org/Preferences_not_saved

  • How to stop the Browser from caching my web pages

    Hi There
    Can anyone tell how to stop the browser from caching my jsp pages
    I am using
    <%response.setHeader("Cache-Control","no-cache");
    response.setHeader("Pragma","no-cache");
    response.setDateHeader ("Expires", 0);
    %>
    but this does not work anduser is able to go back to the previous page
    which i dont want and i want the browser to display the message the page has expired
    Help appreciated
    Thanks
    Mumtaz

    response.setHeader("Cache-Control", "no-cache");
    response.setHeader("Pragma", "no-cache");
    response.setDateHeader("max-age", 0);
    response.setDateHeader("Expires", 0);
    I have cut paste the code from my jsp which is working. There is one additional line. I do not know if that is the cause but there is no harm in trying that out.
    Srinivasan Ranganathan

  • How to make the spacing between menu items equal with varied menu item sizes

    If the title isn't clear, what I mean is how do you make the space between each of the items in a horizontal the same when some of the menu items are up to double the size of others. Currently I am using the margin property and the space between the larger items is smaller than between the smaller items.
    If you need more information just ask.

    Screenshots don't tell the whole story which is contained in your HTML and CSS code.
    Without a link to your test page or a look at your code (all of it) the best we can provide is wild guesses.
    Help us help YOU by providing a link.
    HOW IMPORTANT IS CODE? A Plea to new posters.
    http://forums.adobe.com/thread/691654?tstart=0
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • How to make a play all menu and a play single movies menu

    Hi, I'm a noob with Encore and trying to make a dvd menu, but can't seem to get it right.
    I have in total 6 movieclips which I would like to make en menu for. I have made a menu, where there are a play all button and a kind of chapter button.
    I have linked alle movies as end action to each other, expect the last of cause - paly all menu done - check
    Then in the "chaptersmenu" I took the first clip and changed the override setting to the "chaptersmenu", but when I do that the link between clip 2 and 3 becomes dashed instead of solid, and when I preview it stops after the second clip on play all.
    What am I doing wrong and how should I do it, to accomplis what I like?

    Just to recap, so I understand it correct.
    I link each movie specific button to the specific movie, with action of "last menu" and no override. Then for the play all, I create en playlist containing all movies, and the play all button is then linked to that playlist.
    I'll try that when I get home. After I made the question yesterday, I came to think, if I could use Premiere to help me out. So I made a sequence, with all movies in, and created some chapter marks, and that I could get to Work in Encore. So now the computer is just sweating to create the dvd structure, so I can test it.
    I don't know which is the correct way to do it, or if it just a matter of taste, but it seems that Premiere sequence requires a lot more space on the disk then with separate movies. But I have dual layer disks, so guess that doesn't make any difference.

  • How to make the browser reload an updated jar-file?

    Hi there,
    Previosly when running applets using MSIE, all needed to reload an updated jar-file was pressing CTRL+F5
    Currently I've been assigned to re-develop some of my old applets and now I realize that the old CTRL+F5 won't do the trick any more since the old jar file is still in the cache and the new jar file is not loaded.
    I learned the hard way that all I can do is to manually clear the cache of the browser (Tools | Options | Delete files) and restart the browser and after that the new jar file is correctly loaded.
    Cache settings of the browser is set to "Reload on every visit to the page"
    Currently running Win2k, MSIE 6.0 SP1 and MSJVM 3809 but the problem also exists on Win2k, MSIE 6.0 and MSJVM 3186.
    Isn't there any easier way to do this?
    Currently I don't even mind not caching the jar-files at all as long as I don't get my development work trashed by having to restart the browser after every new build...
    Why has the old CTRL+F5 behaviour been changed?
    BR
    /Jonas

    I have been closing IE and reopening it for 7 months now. I don't of any other way to reload an applet.
    Jason

  • I am using my first apple product, mac book pro.  somehow i FIGURED OUT HOW TO INCREASE THE FONT FOR SEARCHES AND WEB PAGES, BUT THE FONT IS TOO BIG AND FOR THE LIFE OF ME I CAN NOT FIND WHERE TO GET THE SCREEN BACK TO NORMAL, HELP ANYONE?

    I am new to Apple, somehow I figured out how to make font of Web pages bigger, but it is too big and I can't use sites properly.  for the life of me I can not how to get my font size reduced.  Help anyone? thank you, sbb

    Probably command-minus will do the trick.

  • Spry Collapsible Panel at bottom of page - how to make the browser scrolldown automatically

    The question is -
    i have a collapsible panel at the bottom of my page that I'm using as a footer menu.
    It is 200px tall. The visitor clicks on "FIND OUT MORE", then the panel opens 200px tall.
    I want the viewing area of browser to focus on the content of this panel, and automatically scroll down 200px to accomodate the new real estate at the bottom of the page.
    Now they click on it, but then have to manually scroll down.
    How can I do this? What do I add to the Spry Collapsible Panel js scripts?
    I tried using a tag at the bottom of the 200px but can't get it to work correctly.
    Dreamweaver CS5.
    thanks

    I have been closing IE and reopening it for 7 months now. I don't of any other way to reload an applet.
    Jason

  • How to make the size of VI and controls unchanged irrespecti​ve of the resolution​?

    Hi All,
    I have made the exe of my labview application and when i was trying to run it on the users PC the window was almost distorted in the sense the multicolumn list box on the front panel was alligned only to a portion of the screen instead of the full screen.I changed by setting The window size's maintain proportions of window for different monitor resolutions.But still the multicolumn list box was still having problem.
    Then i thought of including the next option"scale all the objects on the front panel as the window resizes" but that option was inactive.
    I read somewhere to select the control and then from the edit option select "scale object with panel".Unfortunately i could not find such an option in my edit menu even after i selected edit menu after selecting multi column list box which i want to scale according to the front panel.
    How do i go forward?
    Pls give me some help
    Thanks in advance

    You can size the area of a control or indicator programmatically using the Size property node. I believe in some cases you can increase the font size of the text in the object to achieve the same result. Here's an example of increasing the size of a system combo box by 100 in both width and height:
    Message Edited by Bill@NGC on 09-25-2007 07:04 PM
    “A child of five could understand this. Send someone to fetch a child of five.”
    ― Groucho Marx
    Attachments:
    sizecombo.png ‏3 KB

  • How to make the button "Other Menu" unnavailable????

    Hello,
    How can I do this!!! Please help!
    thanks!!

    Thank for trying help Vinod C
    The initial screen right after logon. (4th Button from left)

  • In Firefox 31.0 a bug makes the browser freeze, and then I can't close tabs anymore, what may solve this?

    Good afternoon. With the newest update of Firefox for PC (31.0), I have a problem that occurs almost every time I use the browser.
    When trying to close a tab, it sometimes cause the browser to freeze during one minute.
    Then a dialog-box appears on the screen. It says that the script "chrome://browser/content/tabbrowser.xml:2004" may be busy.
    I can choose between two buttons in this dialog-box.
    "Continue" which keeps the script running, in theory; though it just closes the dialog-box, makes the browser freeze again, and then the same dialog-box shows up.
    "Stop the script" which ends the freeze; but then I'm unable to close tabs (I can still close the browser).
    I also noticed that, when the freeze occurs, the content of the tab I tried to close changes to "New Tab".
    When I restart the browser, I am able to close tab again, until the freeze shows up again.
    The problem started to appear only when I updated Firefox to the 31.0 version (and I didn't add any browser extension in the meanwhile).
    Does anyone have an idea of what I could do to avoid the problem? Thank you very much and have a good day!

    In the immediate future you can try noscript or flashblock addons to block that script.
    However upon more research in searching the current Firefox codebase: [http://dxr.mozilla.org/mozilla-central/search?q=tabbrowser.xml&case=false] it seems to be referenced in there, but I do not see a reference to the port associated. The port is usually used for media. I would not know how to start to troubleshoot this, but are there any consistent steps/webpages that cause this to start?
    Does this happen in Safe Mode, please see [[Troubleshoot Firefox issues using Safe Mode]]? And does it happen in a fresh install?

  • Apex 3 + BI Publisher - how to make the most of it?

    Hi there
    For evaluation purposes, I have downloaded and installed the standalone version of BI Publisher 10.1.3.3.2 in my machine. I modified the Apex settings to use BIP instead of Apache FOP that I was using before.
    All is working fine. When I click the Print link, I get the a PDF file.
    But the problem is exactly this: all is working fine... as before! I cannot see any obvious advantage of using BIP instead of FOP. I cannot see any new property that I can set or anything like this.
    So, what new features are available to me in this new scenario? How to make the most of BIP and Apex? Is it something that I need to do on the BIP side rather than in Apex side? I need to justify the cost of BIP... ;)
    Any advice will be welcome...
    Cheers,
    Luis

    Hi Luis,
    Difficult question to answer in the forums, since it's very much a 'visual wow' factor seeing the BIP integration in action.
    However, going into marketting-mode for a moment (please excuse me, I don't do it often!), APEX Evangelists are holding some advanced APEX Training in London in March in which Dimitri Gielis will be doing a masterclass session in APEX/BIP and FOP integration (amongst many other things).
    Here's a direct link to the training for more information -
    http://eurotraining.apex-evangelists.com
    Like I say, it's a difficult question to answer in the forum, however just sitting and watching someone who knows their way around the products is usually enough to provide a pretty convincing argument to management on why that big BIP fee might be justified!
    Hope this helps,
    John.
    http://jes.blogs.shellprompt.net
    http://apex-evangelists.com

  • How to make the list code visible?

    Dear All Experts,
         How to make the list with A1 and so on visible?
         Pls refer to below screenshot:
    Thanks!

    Dear All,
         I already find it.
    Thanks!

  • Why does the backspace key now make the browser go back to the last page viewed, and how can I change that setting?

    When typing in a browser page to reply to a blog, when I pressed the backspace key to correct a typo, suddenly the browser went back to the previous web page. How can this setting be changed or turned off?

    This should never happen when the cursor is in an editing control, but it has always done that if the focus was on the page itself.
    Here's how to change it:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the search box that appears above the list, type or paste '''backs''' and pause while the list is filtered
    (3) Double-click the '''browser.backspace_action''' preference and enter the desired value:
    * 0 => back (default)
    * 1 => page up
    * 2 => ignore (actually, anything other than 0 or 1 does nothing)
    OK to save the change. You're done.

  • Flash cs3: how to make moving/scrolling photo menu left and right?

    http://media.moma.org/subsites/2008/miro/flashsite/index.html
    - click continue, then relative size link
    How can I do this with lash cs3: how to make moving/scrolling
    photo menu left and right?
    When you move left and right and paintings move. and when you
    click on a painting, you see the the title and it links to another
    page on the site.

    scene_mc start at x = -550... x wide is 2164 px
    now I have this and its working...
    navL_mc.addEventListener(MouseEvent.MOUSE_OVER, navL_Over);
    navL_mc.addEventListener(MouseEvent.MOUSE_OUT, navL_Out);
    function navL_Over(e:MouseEvent){
              if(scena_mc.x == 0){
                                  scena_mc.x == 0;
              else if(scena_mc.x <= -10){
                                  scena_mc.x += 10;
                                  navL_mc.addEventListener(Event.ENTER_FRAME, runL);
    function runL(e:Event):void{
              if(scena_mc.x == 0){
                                  scena_mc.x == 0;
              else if(scena_mc.x <= -10){
                                  scena_mc.x += 10;
    function navL_Out(e:MouseEvent){
              navL_mc.removeEventListener(Event.ENTER_FRAME, runL);
    navR_mc.addEventListener(MouseEvent.MOUSE_OVER, navR_Over);
    navR_mc.addEventListener(MouseEvent.MOUSE_OUT, navR_Out);
    function navR_Over(e:MouseEvent){
              if(scena_mc.x == -1164){
                                  scena_mc.x == -1164;
              else if(scena_mc.x >= -1154){
                                  scena_mc.x -= 10;
                                  navR_mc.addEventListener(Event.ENTER_FRAME, runR);
    function runR(e:Event):void{
              if(scena_mc.x == -1164){
                                  scena_mc.x == -1164;
              else if(scena_mc.x >= -1154){
                                  scena_mc.x -= 10;
    function navR_Out(e:MouseEvent){
              navR_mc.removeEventListener(Event.ENTER_FRAME, runR);

Maybe you are looking for

  • Error 13 when trying to download or update.

    For months now I've been getting error 13 whenever I try to update apps or get new ones from the Mac Appstore. I already have six updates pending and this is starting to get on my nerves. I secrched the web upside down but no solution seemed to help

  • How to use the function STRIP SILENCE on many regions at the same time?

    Hi, I am doing a projet with a lot (more thant 100) of audio regions, and I would like to use the function STRIP SILENCE on many regions at the same time (with the same parameters). Here is what happens : 1- I select many regions (10 or so) 2- I choo

  • How to limit the number of version of a content item in UCM?

    Hi, I am looking for a solution to limit the number of versions which can be created for a content item. It should be configurable as in future if I need to increase or decrease, it should be possible. I have seen the solution given in Re: Limiting n

  • Ebay will not load

    Hi I am not a tech bod, and i have a problem with my HP Touchpad, I have had it for a year now and everything was perfect but for the last few months, when I try to load Ebay it starts to load and then the screen goes dark and the little swirly thing

  • Connection error detected

    i downloaded an ebook from my public library's website. in the past i have not had troubles with this, but now, although i am connected to the internet when i try to open the file i am receiving a 'connection error detected' warning and am unable to