New URL Request (_blank) Without Address or Scroll Bars Present

Can anybody please give me the AS3 code to open a new window (URL Request) without it displaying the address or scroll bars? I want to have a text link in a flash scene like "Click Here" that opens a new blank window (600 x 400) with a new URL without displaying any address or scroll bars. Is this possible? Any help would be greatly appreciated. Thanks.

flash.net.navigateToURL(new URLRequest("about:blank"))

Similar Messages

  • Open iView without address or  tool bar in new window

    Hello dear experts,
    Today I got a specific problem where I kindly ask for your ideas / support !
    Our Portal is 7.0 and SP19.
    I got the following  scenario:
    1) Imagine you got several standard (URL or Application Integartion) iViews, each pointing at different URLs.
    2) As you know there does exist the SAP Portal standard functionality for iViews to open them at a new window  via the iView tray (context menu)
    3) So if you put the iView into a portal page and let this page being displayed at the portal content area, you can access the  option u201COpen in New Windowu201D at the tray.
    4) Now I want to modify the function u201COpen in New Windowu201D in that way, that the new window is shown without the address bar and tool bar at all.
    5) In common this can easily be made with the Javascript command:
    javascript:window.open('http://this.iview.url', '_blank','resizable=yes, scrollbar=yes,
    top=100, left=100, height=700,width=700, status=no, menubar=no, toolbar=no, location=no')
    6) But to use this Javascript command I will need the specific URL u2013 or at least the STRING variable of it - of the iView which is embedded at the portal page at runtime (Something like this http://this.iview.url )
    7) I made already some research and found the Layout-Tag Library
      http://help.sap.com/saphelp_nw70/helpdata/en/42/efe25b0d301aa2e10000000a422035/frameset.htm
    8) Also I found the Blog very interesting:
      EFP: Layout Tag Library
    9) At these sources I found the Layout-Tag
      <lyt:IViewExpand>Open in New Window</lyt:IViewExpand>
    which is displaying the u201COpen in New Windowu201D functionality as link.
    10) But as I described above I will need the link as a STRING-variable to put it into the Javascript command
    11) And that is the point I am struggling at the moment. How do I get the link of the current iview is pointing to
      e.g. http://this.iview.url
    either as link or STRING variable.
    Any idea or suggestion ? Many thanks in advance !!!
    Best regards,
    Stefan

    Hello dear Prath and Srini,
    many thanks for your input but unfortunaltly by problem is still unsolved
    Let me explain a little mor in details:
    The Scenario:
    1) A got the Portal and i got a dedicated web server which is providing different web reports. These web reports are created by another department and they will provide us just the URL link to the reports.
    2) Okay so i am integrating these reports via a generic applicqation integration iview, of course i could use also a standard URL ivew. But this would not be so smooth, because of the transport (the web report server has also a three stage landscape)
    3) Now i want to give the users the feature "to hit once"  at the iview tray just one button / link and the iview will open in a new window
    Okay so far everything is complete SAP portal standard.BUT now here is the clue
    The Problem:
    4) For security reasons the "new window" should appear showing the iview, but without browers tool bar and address bar.
    To do this i wil need the URL which i can hand over to the javascript command. But i want the the URL will be generated automatically, because of course there will be created mor and more iviews time after time.
    The Solution:?
    Any guess how to solve this "feature" ?
    Best regards and many thanks,
    Stefan

  • Some new pages open without a vertical scroll bar...even tho the page is very long.

    It only happens with one particular vendors website. They can't explain it. Most of their web pages work fine.
    I selected an imbedded link from one page and a new browswer window opens and populates but there is no left margin vertical scroll bar. And there is lots of data below to view. CAnt get there from here.
    Damon

    Can you share the link to the page?
    Does it make any difference if you change the zoom level, such as by holding down Ctrl and tapping the + key or the - key a couple of times?
    New windows opened by a script can be customized by leaving out some elements. Presumably if they were doing that, they would know. However, just in case, you could prevent sites from removing the scrollbars from popup windows.
    (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 '''window_o''' and pause while the list is filtered
    (3) Double-click the '''dom.disable_window_open_feature.scrollbars''' preference to switch it from false to true.
    (The name of this preference is difficult to understand, but it means that Firefox will block the site from turning off scrollbars on a new window if set to true.)

  • URL request in the address field on the browser

    A few of URLs in my application are only restricted to the web master. Before creating the special user role of the application, I would like to access those URLs through the address field on a browser. The problem I have is that a URL entered on the field will lead to a creation of a new session even though I enter a URL with the current jsessionid of TC. Is a way to prevent a creation of a new session?
    Thanks.
    v.

    When I test on URLS. they show up in the address field with a jsessionid. I believe that is due to cookies disabled. Otherwise, the jsessionid wouldn't show up. But, when I check out the cookies setting on both Firefox and IE, they are enabled. I am not sure what is going on in this regard.

  • How do you create a list without a visible scroll bar?

    I'd like to create a list that can be scrolled via the actual list contents like iPhone apps.
    How do you go about setting this up in Catalyst?
    I could make the whole area the 'track' and put the
    returned array of objects on top of the track but then
    the 'thumb' needs to be the returned array of objects
    as well.
    Any thoughts or suggestions welcomed.
    Cheers,
    -Truce

    Hi Truce,
    It may be tricky to use a scrollbar for this.  If you think about iPhone-like behavior (or Acrobat-like, perhaps ), you want dragging downward to move the content downward.  But when you drag a scrollbar thumb downward, the content moves upward instead.  You can "cheat" your way past this by using the transform tool to rotate the vertical scrollbar 180 degrees upside-down.
    However, you may still have a few other problems with using a scrollbar.  First, having a thumb over top of your list items may make it hard or impossible to click items (without dragging) to select them.  Also, when dragging, the items won't move up/down at the same speed as the mouse.  This is because the scrollbar's drag range covers the entire list if you move the mouse the full length of the scrollbar... whereas with iPhone-style dragging, moving the mouse this distance will just scroll you one "screenful."
    - Peter

  • Launching web page without address bar

    Hi everybody!
    Very simple : we developped a transaction using 'CALL_BROWSER' FM to launch a web BSP. I don't want users to see the parameters we send in the URL.
    How should I execute 'CALL_BROWSER' in order to launch a new Internet Explorer page, without address bar ??
    Thanks a lot!
    François

    Thanks to all of you for the help.
    I did not find how to parameterize correctly the FM, maybe it's not so easy.
    The pop-up system is a good alternative.
    The best way to use it is to have the following page at first :
    <script language=javascript>
    function resize() {
    myWindow=window.open("WELCOME.htm", "WELCOME", "fullscreen=no,toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,directories=no,location=no,width=800,height=600,left=0,top=0");
    this.focus();
    self.opener = this;
    self.close();
    </script>
    <body onLoad="resize();">
    </body>
    It opens the active window with no bar, and closes itself without any message.
    Thanks.
    François

  • Firefox actualized the new version, but it looks only a black screen and no watch buttons and scroll bars, nothing

    The new version of Firefox dosen't work is only a black screen without buttons and scroll bars. I try re install and uninstall and erase files, but dosen't work.

    Sorry, please disable hardware acceleration as a temporary workaround. This is an incompatibility between Firefox 33 and some older graphics card/chipset drivers. More info: https://support.mozilla.org/questions/1025438

  • When I open a new URL I want it to open in a new tab instead of replacing the last tab in line.

    When I have several tabs open and I open a new URL the new URL replaces the last tab on my bar. I would just like for the new URL to open in a new tab.

    Did you have the Google Toolbar installed?
    * http://www.google.com/support/toolbar/bin/answer.py?answer=115561 Web-browsing tools : Google new tab page and most visited websites
    Other extension that have a similar feature:
    *Speed Dial: https://addons.mozilla.org/firefox/addon/4810
    *Fast Dial: https://addons.mozilla.org/firefox/addon/5721

  • Avoid table's horizontal scroll bar

    I have an ADF table (<af:table>) with predetermined width and height. The table displays couple of rows, without any horizontal and vertical scroll bar. We have an option to add new rows to the table. After adding few more rows, if the number of rows exceeds the height of the table, both the horizontal and vertical scroll bar of the table appears.
    Do we have an option to display only the vertical bar without the horizontal scroll bar?

    Hi,
    are you using JDeveloper 11 ? Must be because 10.1.3 doesn't know of scrollbars, unless you mean browser bars.
    In 11, when the vertical scrollbar is added, it takes from the horizontal space and if there isn't enough left, horizontal scrollbars are shown. So just make sure you add enough space for the table and the scrollbars should not display. There is no property to hide them.
    Frank

  • Adding a scroll bar

    Hello
    I have designed this website for my client... http://www.applebybowers.com/for_web/
    They wish to add a vertical scroll bar to the middle where the majority of text is so that more text can be added if necessary without the res of the page disappearing out of view on smaller monitors.
    Can anyone advise the best way to go about this.
    Thanks

    I'm not crazy about it either, but sometimes the client just won't change their mind no matter how much you try to persuade them!
    It's actually only on one page that I need the scroll bar - http://www.applebybowers.com/for_web/news.html
    The client would like a scroll bar here so that all of the news articles can be viewed on one page without the rest of the page disappearing off the monitor.
    I read Bob's advice but now that I've come to have a go at adding the code I'm not sure where to add it. Also, do I need to add a div inside the table cell, and if so how do I do that? I've looked on a few forums and found similar bits of code to use but haven't got a clue where to include it...
    <div style="overflow: auto; height: 100px; width: 200px;">Put your text or images or anything in here.</div>
    Would someone please have a look at my code and advise me on what I need to do.
    Thanks.

  • Scroll Bar on Dashboard

    Hi Gurus,
    We have two or three requests on one page of dashboard .Is it possible to horizantal scroll bar on each request
    Because when i use scroll bar at page two requests are scrolling down
    Can this possible please suggest me how this can be done
    Thanks in Advance

    Hi
    I tried that one but i want scroll bar on each requests that two requests are in two sections on page
    Because when i scroll down i am getting two requests but i want to see only one request by scrolling down
    Please help me how this can be done
    Thanks in Advance

  • Scroll bar and xml dissapeared

    Hi,
    I have added this to my flash code to enable html in my xml
    news1.main.newsmain_txt.html = true;
    news1.main.newsmain_txt.htmlText = _root.news2;
    This is the xml code i have
    <url><![CDATA[<a href="http://www.google.com">www.google.com</a>]]></url>
    Problem i got is my scroll bar has dissapeared and my xml data isnt displaying anymore
    This is my output error
    _level0.page3_mc.instance111.newstext.news1.main.newsmain_txt
    <TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="Verdana" SIZE="10" COLOR="#999999" LETTERSPACING="0" KERNING="0"><A HREF="http://www.google.com" TARGET="">www.google.com</A></FONT></P></TEXTFORMAT>
    Can anyone shed any light ???
    Thanks

    Yes it is from a trace()
    the trace im using is
    trace(news1.main.newsmain_txt);
    trace(news1.main.newsmain_txt.htmlText);
    I dont know what im expecting to be honest , all i know is my xml text is not displaying and my scroll bar has dissapeared after making the txt html and true
    im hitting my head against a brick wall here,
    it was working perfect, all i wanted to do was add a simple html link to another swf file i made,
    would that work instead??
    For example, I have created a swf, and i wanted a link in my xml to link to that, is it easier to link to another swf than it it is to a html link????
    Thanks

  • Scroll bars not required in step loop display in mobile device

    Hi,
    We have a requirement where we are displaying a module pool program in a hand held mobile terminal.
    The requirement is that we have to display a table without any vertical scroll bar. Horizontal scroll bar is required to scroll between the columns.
    We have made use of Step loop to display fixed number of rows on the screen at a time. However since all the columns are not getting displayed completely on the screen we are getting both vertical and horizontal scroll bars even though vertical scroll bar is not required. The number of rows are fixed such that they fit perfectly on screen.
    Is there a way to remove vertical scroll bar in Step loop or any other method?

    You need to change the CSS file.

  • Mobile vertical scroll bar in Responsive Theme header

    This may be a simple resolution; however, after several searches on this forum, I am unable to find the answer.
    I am using RH 11 with HTML5 (version 11.0.3.268).
    While generating the HTML5 Help, the vertical scroll bar present in the Responsive Theme header was successfully resolve for desktop and tablet.  However, the vertical scroll bar is present in mobile.  Could someone please tell me how this can be resolved?
    Thanks in advance for any suggestions!

    How long is your project title? If your title is long and you are using browse sequences, the header may need to scroll to fit everything.
    Kind regards,
    Willam

  • Web Analysis Scroll Bar in HTML

    While manually resizing my window (making it smaller) for a WA document (9.3.1)opened in HTML mode I can see that there are scroll bars present in the bottom and right hand side. But when I finish resizing, the scroll bars disappear! Is there a way to retain the scroll bars?

    Hi,
    I have also same problem in WebAnalysis reports. Except this, I more problem is-
    In WA reports, we have to put lot of graphics/tables in a single page.
    As there is no scroll bar in WA pages in designer mode, It is creating the problem for us. We are able to use only the space that is visible(Computer screen) to us.
    does anybody face this problem....
    is it a bug in WA ?
    We are using the Hyperion WebAnalysis 9.3.1.
    any help will be appreciated.
    Thanks & Regards,
    Mohit

Maybe you are looking for