Can I hide the Address line through a URL?

Can I hide the address line (and button bar, and menu bar) from a URL address? We are generating an Oracle report, and I was hoping to be able to hide the address bar when the report is opened in a new window. Since the report server creates the html to show the report I can't control it there (or can I?).
Thanks,
Jim

Jim,
the only way of achieving this is to call a Javascript function on teh page that initiates the Reports request. Thsi Javascript function would do a window.open() call where you specify the Reports request URL and all the browser window characteristics, like hiding the menu bar.
Frank

Similar Messages

  • In Lion, can I hide the address book without the application closing?

    In Snow Leopard, when I clicked the red circle in the upper left-hand corner of the address book, the application automatically hid without closing entirely. In Lion, the same action closes the application so every time I need to use it, the address book has to reopen and reboot. Is there a way to change my preferences so the application hides instead of closing?

    I have to keep a number of documents and other files minimized, which really crowds my dock. I'd rather be able to hide applications like calendar (which hides without an issue) and address book. I'm not sure why apple made this change. Most of the other appliations work this way—hiding when you hit the red button. I've been minimizing, but finding it a cumbersome way to use the application.

  • When using mail, I can fill in the address and subject line but cannot get to the body of the email to type.

    When using my regular mail, I can hit reply or start a new email and can fill in the address line and the subject line.  I cannot get to the body of the email to type my message.  The curser will not go there and the keyboard does not pop up.  How can I correct this so I can send emails when travelling?
    Thank you
    TrudyN

    Oh, ok. That changes my answer completely. The problem here is that Shawmail's webmail interface isn't made to work correctly with the iPad. Gmail works because Google made sure it works. You need to contact Shaw and ask them to correct this. In the meantime, set up your Shawmail account in the native Mail app on the iPad. Do this by going to Settings>Mail, Contacts, Calendars and take it from there.

  • I hid the address bar with a right click option, and cannot seem to get it back, how can I do this?

    I was watching some TV on the WB, and their player doesn't have a 'pop out' option, so I opened it in a new window, and hid the address bar with a right click-> hide option or something along those lines, and now I can't seem to get it back with the same methods, nor can I find a way to access properties or anything. All I can see are the tabs I have open and the bookmark bar.
    Any help would be greatly appreciated

    There are different solutions depending on kind of the problem.
    Keyboard:Alt+V,T,N
    Navigation toolbar, including address bar, should appear
    Then
    Keyboard:Alt+V,T,M
    Menu bar, including File, Edit, View, should appear
    Right-click the bookmark bar
    Click Customize... in the context menu.
    In the Customize Toolbar window which appears find the address bar (It will be shorter) amongst the buttons here.
    Drag the address bar by mouse onto the main window, where you want it to be.

  • Can't add music my iPhone from iTunes.  When I try to drag a song over to my phone, I get the circle w/ the syncing line through it, but it does not update/load.  [Manually manage music and videos] is checked. And, this is the only Mac I have ever used to

    Can't add music my iPhone from iTunes.
    When I try to drag a song over to my phone, I get the circle w/ the syncing line through it, but it does not update/load.
    [Manually manage music and videos] is checked. And, this is the only Mac I have ever used to add music to my phone.
    Also, just updated the phone's software today, and iTunes' software is already up to date.

    Hi Gregg,
    Have you tried resetting the device (nothing will be lost): Hold down the Home and Power buttons at the same time and continue to hold them down until the Apple appears (up to 30 seconds). Once the Home screen redisplays, see if your Music app is behaving normally.
    Cheers,
    GB

  • IPhone 6 - I can only send photos via iMessage in landscape mode. The address line disappears when I try to send a portrait mode photo.

    iPhone 6 - I can only send photos in landscape mode via iMessage. The address line disappears when I try to send a portrait mode photo. Gone so far as erasing all content and settings. Problem persists.

    Howdy jackbry,
    Welcome to Apple Support Communities.
    If you haven’t already, you can try resolving the issue with not being able to send iMessages that contain portrait photos by restoring your iPhone to factory settings as shown in this article:
    Use iTunes to restore your iOS device to factory settings - Apple Support
    So long,
    -Jason

  • How can hide the command line of a t.code in the portal

    Dear Experts.
    I have the following doubt:
    How can hide the Command Line of a Report that is called with a T.Code in the portal?
    Attach Image:
    [Image T.Code|http://www.freeimagehosting.net/uploads/eab3b6a03c.jpg]
    When I created a service using the T.Code SICF for the T.Code , I can hide buttons and the filed command line  using
    ~webgui_simple_toolbar
    ~singletransaction
    ~NOHEADEROKCODE
    With notes 1010519, "SAP GUI for HTML: Simplified Title Area Without Menu and OK Code" and 959417.
    But the problem is that when I create the service in the T.Code SICF, I also have that create an Iview IAC in the portal.
    The Question is : How can hide this fields and buttons if I want Publish the T.code using an Iview Transaction in the portal?
    In this moment I have used the two options:
    1 option) I created a service using the t.Code SICF for my Transaction and I also created an Iview IAC in the portal for call the service.
    RESULT:
    SAP Web Application Server
             500 Connection timed out
            Error: -5
           Version: 7000
           Component: ICM
           Date/Time: Sat Jun 12 20:26:39 2010 
           Module: icxxthr_mt.c
           Line: 2698
           Server: xyxab...
    Error Tag: {-}
    Detail: Connection to partner timed out after 60s
    2)  created an Iview Transaction  in the portal and  call my transaction.
    RESULT.
    [Image T.Code|http://www.freeimagehosting.net/uploads/eab3b6a03c.jpg]
    But not can hide the field Command Line and other buttons.
    I think that the command :
    ~webgui_simple_toolbar
    ~singletransaction
    ~NOHEADEROKCODE
    Only can be used if I create a service using the T.Code SICF .
    Best Regards
    Carmen.

    Hi Carmen,
    The bottom line is that this cannot be done for transaction iviews without modifying the standard webgui service in SICF, which is probably not a good idea (since it affects everyone using SAP GUI for HTML). (You could hack the appintegrator to add the ~webgui_simple_toolbar parameter to the transaction URL template in the portal, but again its not a recommended thing to do ...). Better to create an IAC service in SICF with ~webgui=1 where you set the required appearance using an appropriate value for ~webgui_simple_toolbar, and then create an IAC iview to point at this service.
    You can even override the ~transaction value configured in the new service in individual IAC iviews by entering the appropriate value in the application parameter of the iview, for example:
    ~okcode=/nSU01
    And you can pass parameters in the same way:
    ~okcode=/nSU01 USR02-BNAME=xyz;USREFUS-USERALIAS=abc;
    By the way, it would not be recommended to create a URL iview to access an IAC, since you are likely to encounter session management issues in this scenario - better to use an IAC iview.
    Regards, Rory

  • Can we hide the lines between the columns and rows of an alv in wd abap

    HI all ,
      I know that we can colour cell/column/row in an alv in wd abap.
       but, can we hide the lines between the columns and rows of an alv in wd abap.
         i have checked this link [hiding lines b/n rows and columns of an  alv|http://help.sap.com/saphelp_nw04/helpdata/en/91/e7eb40c4f8712ae10000000a155106/content.htm]
         but didn't  understand, can please anybody provide some example or any material..? it will be very helpful.
                                                                         THANK  YOU.
    Edited by: arfat111 on Feb 15, 2010 7:05 AM

    Code some like this in the WDDOINIT method of your view which defines the ALV component as used component.
    instansiate the ALV component
    data lo_cmp_usage type ref to if_wd_component_usage.
    lo_cmp_usage = wd_this->wd_cpuse_usage_alv().
    if lo_cmp_usage->has_active_component() is initial.
       lo_cmp_usage->create_component().
    endif.
    data lo_interfacecontroller type ref to iwci_salv_wd_table.
    lo_interfacecontroller = wd_this->wd_cpifc_usage_alv().
    data lo_value type ref to cl_salv_wd_config_table.
    lo_value = lo_interfacecontroller->get_model().
    hide the grid lines
    lo_value->if_salv_wd_table_settings~SET_GRID_MODE( value = '01' ).
    Thanks,
    Abhishek

  • Several contacts have the same email address. How can I choose which contact name appears on the address line in Mail?

    Several contacts have the same email address. How can I choose which contact name appears on the address line in Mail?

    you can't really, but you might be able to filter them by message content into folders for each, or color them with tags

  • Seeing the X on the padlock and a slash through the https on the address line when I use Outlook Web App

    I run exchange 2013 on windows 2008 R2 with a cert from VeriSign that is about 2 years away from expiration. I have a user who uses our Outlook Web App from home and keeps complaining he is "seeing the red X on the padlock and a slash through the https
    on the address line when he uses Outlook Web App"
    I go to EAC and the cert seems fine - ALTHOUGH I get a cert error on my IE when I login into EAC. So I'm wondering if I have a cert problem.
    Any help would be appreciate.
    RJM

    Hi,
    According to your description, I understand that login OWA and return an certificate warning.
    If I misunderstand you concern, please do not hesitate to let me know.
    I want to double confirm whether all user or some special user experience this issue. If only few of user face this problem, please try to double check the Trusted Root Certification Authorities Certificate Store in IE.
    Otherwise, please run below command to double check the status of Exchange certificate:
    Get-ExchangeCertificate | FL Identity,Subject,Status,RootCAType,NotAfter,NotBefore
    If the certificate expired, please pay attention to below link to renew Exchange Certificate:
    https://social.technet.microsoft.com/Forums/office/en-US/5dc21f0f-5e09-469f-90a8-efcbfd56f884/renewing-exchange-2013-certificate?forum=exchangesvrgeneral
    Thanks
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Allen Wang
    TechNet Community Support

  • Can not get the curser to stay in the address line of new or forwarded e-mails like it used to

    Since updating Firefox I can not send an e-mail without having to reposition the cursor back to the address line. Before the cursor remained in the address line and I would just have to press a letter in order to get all my contacts with that letter pulled up. I would select one and it would appear in the address line, I would than press another letter to get another address. Now I have to reposition the cursor back to the address line after every selection. However if I use Microsoft it still operates the old way.

    Do you have that problem when running in the Firefox SafeMode?<br/> ''A troubleshooting mode.''<br />
    You can open the Firefox 4.0 SafeMode by holding the '''Shft''' key when you use the Firefox desktop or Start menu shortcut. Or use the Help menu item, click on '''Restart with Add-ons Disabled...''' while Firefox is running. <br />
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut to open it again.''
    If not, see this: <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • I can only open pages using bookmarks. Nothing happens when I enter a address in the address line. What can I do?

    On the address line. I enter a url address such a google and nothing happens. The only way I can get to pages is though my bookmarks. I had to bookmark google, search from there and then bookmark what ever page I want to come back to. Tried reloading Firefox and still not working.

    Start Firefox in [https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Safe Mode to Troubleshoot the issue] and to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    * https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • There's a black space at the top of my window, and when I open the browser, my home page comes up but the address line is blank. How do I fix this?

    There's a black space at the top of my window, and when I open the browser, my home page comes up but the address line is blank. How do I fix this?

    -> Tap ALT key or press F10 to show the Menu Bar
    -> go to Help Menu -> select "Restart with Add-ons Disabled"
    Firefox will close then it will open up with just basic Firefox. Now do this:
    -> Update ALL your Firefox Plug-ins https://www.mozilla.com/en-US/plugincheck/
    -> go to View Menu -> Zoom -> click "Reset" -> Page Style -> select "Basic Page Style"
    -> go to View Menu -> Toolbars -> select Menu Bar and Navigation ToolBar -> unselect All Unwanted toolbars
    -> go Tools Menu -> Clear Recent History -> '''Time range to clear: select EVERYTHING''' -> click Details (small arrow) button -> place Checkmarks on '''Cookies, Cache, Site Preferences''' -> click "Clear Now"
    -> go to Tools Menu -> Options -> General -> When Firefox starts : select "Show My Home Page" -> Type the address of the website which you want to be your HomePage e.g. http://www.google.com
    -> go to Tools Menu -> Options -> Content -> place Checkmarks on:
    1) Block Pop-up windows 2) Load images automatically 3) Enable JavaScript
    -> go to Tools Menu -> Options -> Privacy -> History section -> '''Firefox will: select "Use Custom Settings for History"''' -> REMOVE Checkmark from '''"Permanent Private Browsing mode"''' -> place CHECKMARKS on:
    1) Remember my Browsing History 2) Remember Download History 3) Remember Search History 4) Accept Cookies from sites -> select "Exceptions..." button -> Click "Remove All Sites" at the bottom of "Exception - Cookies" window
    4a) Accept Third-party Cookies -> under "Keep Until" select "They Expire"
    -> '''REMOVE CHECKMARK from CLEAR HISTORY WHEN FIREFOX CLOSES'''
    -> '''When using the Location Bar, suggest: select "History and Bookmarks"'''
    -> go to Tools Menu -> Options -> Security -> place Checkmarks on:
    1) Warn me when sites try to install add-ons 2) Block reported attack sites 3) Block reported web forgeries 4) Remember Passwords for sites
    -> Click OK on Options window
    -> click the Favicon (small drop down menu icon) on Firefox SearchBar (its position is on the Right side of the Address Bar) -> click "Manage Search Engines" -> select all Unwanted Search Engines and click Remove -> click OK
    -> go to Tools Menu -> Add-ons -> Extensions section -> REMOVE All Unwanted/Suspicious Extensions (Add-ons) -> Restart Firefox
    You can enable your Known & Trustworthy Add-ons later. Check and tell if its working.

  • How can I hide the password and user name in url???

    Hi experts,
    I'm creating a login page and know I have a problem.
    The Username and password are verified in a Java class, after checking the user and password, the user should be linked to the portal.
    So far everything has worked well.
    But when I call the lin like this
    res.sendRedirect ("/ irj / portal j_user =" + UserN + "& j_password =" + passw);
    then the user name and Pwasswort appears in the url.
    Can someone tell me how can I hide the password and user name???
    It will be very helpful.
    Thank you
    Edited by: Cilvaring on Aug 5, 2011 12:00 PM

    If there is no specific reason that you have to use sendredirect...thne you can try request.forward.....
    RequestDispatcher rd = request.getRequestDispatcher("pathToResource");
      rd.forward(request, response);

  • Acrobat X: Option to hide the dotted line in between pages when viewing in 2 page view?

    Acrobat X: Anyone know if there is an option to hide the dotted line in between pages when viewing in 2 page view?  So that the 2 pages can look seemlessly joined, with no gap and no dotted line?  This would be useful when viewing PDF magazines or books in which 2 pages join for a larger picture.

    Create a Page 0 item which will be available on all pages.OMG yes I can use items in page 0 ! I should have think of that :/ Shame on me.
    Application item values can be set from JavaScript using AJAX and an On-Demand Process.Yes I already tried ajax with ODP, my getappitem() function works but my setappitem() function won't assign value to application item, but it's not a problem now, I removed the ajax part and I will use page items :D
    Thank you fac586.
    Yann.

Maybe you are looking for

  • Re-use of article numbers in SAP Retail - consequences for SAP BI ?

    Hello experts, I´ve got another task concerning SAP BI 7.0 and Retail ECC 6.00. We are confronted with the following situation: The InfoObject 0MATERIAL is used for SAP Retail Article. 0MATERIAL has been extended with some specific attributes, but be

  • Change field value in CRM complaint header

    Dear All, We are trying to find a way to update the ref. field in the complaint header with external data from R/3 online. please help!!!!!!!!!!!!!! Thanks, Natali

  • Change defaults on guest account

    Hi. I've been searching for this answer for a couple of hours now. And the only tricks i've found was to old i think. (from 2008-2011) I want to change the default settings on my guest account. The dock, startpage on safari, background and so on. I h

  • Foreign Language Fonts

    Hi all I have an Authorware piece which gets screen text and image references from an Access database using ODBC. My remit is now to produce the piece for several Foreign languages. Some of them such as Polish and Czech have special characters. When

  • Can i use 32 bit windows 7 for boot camp?

    I recently purchased a 15 inch mbp retina display and wanted to use boot camp to install windows 7 on it. I accidentally purchased 32 bit instead of 64 bit.  will this still work?