How can I open popup window

Hi ,
How can I create a new window such as the one that opens here when i click
the "insert link" above, with fade out and one that looks as if it's in the same window ?
Thanks.

will this replace the current swf?  or open in the current swf?

Similar Messages

  • How can I open the windows file directory in "WHEN-BUTTON-PRESSED" trigger

    Dear All,
    How can I open the windows file directory in “WHEN-BUTTON-PRESSED” trigger?

    Blessan Joseph,
    The solution is dependent on your Forms version and if your applications is traditional Client/Server (CS) (Forms 6i and lower) or web deployed (Forms 6i and higher). For CS, you would use the Get_File_Name() built-in as Faa demonstrated. For Web, you will need to use the WebUtil library function Client_Get_File_Name() as Sarah (OGIR) demonstrated. Both of these functions will return the full path to a file. Note: WebUtil is an external library so it requires you to perform some configuration on your developer client as well as on the Application Server. WebUtil is included with Forms 9i and higher, but you must download it for Forms 6i.
    My requirement is user should able to select windows directory for the output.Do you really need to allow the user to write to a file in the Windows directory? This is very dangerous and you should not allow users or programs to write to the Windows directory. Users should only be able to write files to "User" directories (\My Documents\<Directory name>).
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • How can I allow popup window within secured site?

    How can I allow popup window wlthin NWA People.com(secured site)?
    Ineed to see Access.

    You can allow pop-ups in Safari via Settings > Safari > Block Pop-Ups set 'off'

  • How can I open two windows from one submit?

    Is there a way to open two browser windows from one click of a button to submit a form? I have a button on a screen that does some processing of the data and then generates a PDF file with the output. I would also like it to run a report and show the output of that in a separate window. I realize that using regular HTML with a target of "_blank" on the form, you can have the results show in a new window, but how can I launch a second window from a single button click, if possible?
    Thanks!

    It can be possible using two different popUps instead windows. Onclick on the button just make vissible true of those two popup in the event method, before making visible true, do the business operation to show on the popups. So simple :)
    Note: Popup has modal=false attribute
    Edited by: man_ish on Jan 12, 2010 10:13 AM

  • Can't open popup window in item renderer

    I have a datagrid with two columns. Each column has it's own
    itemRenderer. The itemRenderers have there own class. In one
    itemrenderer I have a link button and it has a click event that is
    associated with it in the script block of that class. Inside the
    click event I have the following code to create a popup:
    var popup_win:MyWindowType = MyWindowType
    (PopUpManager.createPopUp (this, MyWindowType , true));
    When I click the linbutton I will see a flash and a blur
    affect as if the window is trying to open but never does. I've
    traced "this" and it's the renderer... So I tryed to reference back
    up the that class that has the datagrid control... which is
    this.parent.parent.parent... but that doesn't work either. I'm
    basically trying to open a window that allows the user to choose
    some stuff from a radio button and then when they click ok on the
    popup window it does some validation and then the contents get's
    changed in the cell that it came from. I want the popup to open
    upon clicking of the link button or else I would use the editor
    functionality. Any ideas of how I could do this?

    Good Day
    I had the same idea for an itemrenderer....but I'm using the
    mouse_over event.
    A titlewindow pops up when moving over a row in the datagrid,
    and closes when moving out.
    The intent of the popup is to show some charts and additional
    links.
    However, when the popup shows, and I move my mouse into the
    popup box, the mouse movements are still being registered by the
    datagrid row below the popup box...hence making a new popup box
    appear every time I move the mouse.
    I tried to set focus on the popup alone...but still doesn't
    work.
    Here's the itemrenderer code:
    <mx:Text xmlns:mx="
    http://www.adobe.com/2006/mxml"
    creationComplete="_OnCC()" mouseOut="_mOut()">
    <mx:Script>
    <![CDATA[
    import mx.core.Application;
    import flash.events.MouseEvent;
    import mx.managers.PopUpManager;
    //import mx.controls.Alert;
    private var pop1:_popup_gridb;
    public var currentColumn:String = "";
    public function _OnCC():void{
    var currentXml:XML = new
    XML(data..field.(@columnname==currentColumn));
    text = currentXml.@value;
    text = text.toUpperCase();
    addEventListener(MouseEvent.MOUSE_OVER, _mOver);
    //addEventListener(MouseEvent.MOUSE_OUT, _mOut);
    private function _mOver(event:MouseEvent):void{
    //Alert.show("Hello World");
    pop1 = _popup_gridb(
    PopUpManager.createPopUp(DisplayObject(this.parentApplication),_popup_gridb,false));
    //PopUpManager.createPopUp(Application.application as
    Sprite,_popup_gridb,false));
    //PopUpManager.createPopUp(this,_popup_gridb,false));
    pop1.showCloseButton=true;
    pop1.id = "_pu" + Math.random();
    //pop1.dataView = dv;
    pop1.title = pop1.id.toString();
    PopUpManager.centerPopUp(pop1);
    //removeEventListener(MouseEvent.ROLL_OVER,_mOver);
    private function _mOut():void{
    PopUpManager.removePopUp(pop1);
    //addEventListener(MouseEvent.ROLL_OVER, _mOver);
    ]]>
    </mx:Script>
    </mx:Text>
    Currently, the popup is just a titlewindow w/a datagrid
    inside.
    thx
    j

  • How can I open two windows in contacts

    I am using MacBook Pro, 2.3 GHz Intel Core i5, 4GB 1333 MH DDR3, OSX Yosemite Version 10.10.1
    In contacts I would like to know if there is a way to open two windows side by side so I can edit my group lists with my all contacts?

    Thank you for your reply.  I am trying to edit my Christmas Card List (group) with my All Contacts List.  If I had a window side by side with each group in separate windows I could just compare the lists.  The only other way I can think to do this is open my contacts on another device and have different group lists display on each device.

  • How can I open my Windows 7 firewall just for FTP use?

    I originally tried this question at the regular user forums, but after no success a Microsoft Support Engineer suggested I post here.
    On my Mac, if I use FileZilla to connect to an FTP (not sFTP) server, it works fine.
    However, in Windows 7 or Windows 8, if I use FileZilla  or WinSCP to connect to the same server, when it gets to the point where it starts to list the remote directory I get an ECONNABORT error and get disconnected.
    Here is a transcript from FileZilla:
    Command:    USER douglerner
    Response:    331 User name okay, need password.
    Command:    PASS **********
    Response:    230 User logged in, proceed.
    Command:    SYST
    Response:    215 UNIX Type: L8
    Command:    FEAT
    Response:    502 Command not implemented.
    Status:    Server does not support non-ASCII characters.
    Status:    Connected
    Status:    Retrieving directory listing...
    Command:    PWD
    Response:    257 "/" is current directory.
    Command:    TYPE I
    Response:    200 Command okay.
    Command:    PASV
    Error:    Disconnected from server: ECONNABORTED - Connection aborted
    Error:    Failed to retrieve directory listing
    However, if I turn off the Windows firewall it works and I can use FileZilla and other FTP clients just fine.
    My question is, rather than turning off the firewall altogether, how can I make an exception just for FTP, or just for FileZilla. I believe ports 20 and 21 are used depending on whether the connection is active or passive.
    It isn't just me either. I was trying to help somebody else who is experiencing the exact same thing in his Windows 7. If he turns off the firewall completely FTP works. Otherwise it's the same error. He is on a different network altogether, in a different
    country. Neither of us are behind proxy servers. In my case, it's just my home network.
    I tried the following so far:
    1. Make sure that FileZilla was listed as allowed in the firewall control panel. It was by default, so that didn't help.
    2. Creating an "inbound rule" in the advanced settings for ports 20-21. That didn't help either.
    Just completely turning off the firewall lets it work.
    Any suggestions?
    Thanks,
    Doug

    Hi doug,
    What is your current situation? Have you solved this issue?
    Here I list the several solution:
    Use the network monitor the capture package related to FTP as arnavsharma mentioned.
    Take a look at the article as Sebastian and Sameer Gawde mentioned.
    http://technet.microsoft.com/en-US/en-en/library/dd421710%28v=ws.10%29.aspx#bkmk_1
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • How Can I make Popup window hilite?

    I use NWDS , I want to make Popup window hilite,For example, when i click a button , it will show a new Window,But I want the window hilite or hide the view has the button?

    hi
    i didn't understnad the requiremnt properly can you more elloborate.(what is [hiite|http://www.google.co.in/search?hl=en&q=Definition+hilite&aq=f&aqi=g-sx1&aql=&oq=&gs_rfai=])
    If you want to create a pop up window with Hide/minimise, maximize options in it then check the below article.
    [New Features of Web Dynpro Popup Window - SAP NetWeaver CE 7.11|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a04870c5-749b-2b10-06ba-d25515ef39e3?QuickLink=index&overridelayout=true]
    regards
    Mahesh

  • How can I open new window from a link in another window?

    Hello everyone!
    Can anyone help me with my problem. I need to open a child window from a link in the mother/master window. Actually, the link that would open the child window is directed to a servlet that retrieves data from the database. The data will then be displayed in the child window. I don't how to open a new window with the data retrieve (thru the servlet) displayed in it. I'm using model 2 architecture (Servlet-JSP).
    Thank you in advance and more power!
    nicoleangelisdaddy
    [email protected]

    Or you can use something like this,
    Click and in your test()
    <script language="javascript">function test()
          document.form_name.target="_blank";
          document.form_name.action="/test/servlet/LoginServlet";
          document.form_name.method="post"
          document.form_name.submit();
    }</script>
    Here "/test" is your application context path.
    If you want to open the link in the named window then use,
    document.form_name.target="your_own_name";

  • How can i open a windows unc link in a email on the ipad?

    I work with my ipad in my enterprise and my exchange is sync on it. Sometime i receive some links for a doc or else on a windows share like \\server\path\example.doc.
    I want to be able to click and open it directly instead using Filebrowser. Sometime the path can be long.
    Thank you.

    Unless you can get an "open in" (or "open with") option when you tap and hold on the URL, then you can't. iOS does not natively support connecting to any file share. You need to use a third-party utility such as FileBrowser, and if the app doesn't register and allow the "open in", then you'll have to copy the URL and paste it into File Browser et. al.
    Regards.

  • How can I open previous windows and tabs in safari 5.1.7 running OX S 10.6.8

    Hi everyone,
    I format my Mac today and previsously save the safari folder from library so I have all the bookmarks and other stuff. After install OX S I copy the folder again but now when I open safari the previous tabs and windows didn't open automatically like I always have it. I know I can just click History and then reopen all windows from last sessions but is there any away to do it automatically (when I open safari). I am running snow leopard 10.6.8 and safari 5.1.7.

    I'm not sure why creating a new user account or guest user account would help.
    Because it may help in the diagnosis of your problem.
    Seems like others are having the same problem
    I have never seen this problem mentioned before.

  • How can I open one window in Safari with a tab?

    When I open Safari, the window opens up but not in a tab. I prefer the single window being in a tab.

    I'm guessing you're talking about new Safari windows are opening up in Windows rather than tabs..
    Go to Safari > Preferences > Tabs tab > set the option there.
    Regards,
    Captfred

  • Open popup window and redirect user to home page in sandboxed solution

    i've created a sandboxed solution visual webpart and it has submit button so when user fills the information in the text boxes availble in webpart and clicks submit button so I want to open popup button containg success message and ok button so when user
    clicks ok button in popup window i want user to be redirected to the home page of the site.
    i tried to open popup and showed success message by below code
     string gotohomepage = "http://sp2013:1111/Pages/home.aspx";
                    ScriptManager.RegisterStartupScript(this, this.GetType(), "message", "alert('Your Record has been submitted successfully,you will be redirected to home Page shortly');location.href =
    '" + gotohomepage + "';", true);
    but it's not opening popup window can anyone help how do i open popup window and redirect user to home page in sandboxed solution

    Page class and script manager are not supported in sandbox solution
    You can create model popup to achieve this
    below are the reference links
    http://blogs.msdn.com/b/chaks/archive/2011/09/14/modal-dialog-box-in-sharepoint-sandbox.aspx
    http://social.msdn.microsoft.com/Forums/en-US/9427db4d-60f2-4b2a-8db6-b50d01ac4f23/how-to-create-modal-popup-using-sandboxed-solution

  • How can I open a second window in iTunes?

    When I see some albums in the the iTunes Store I want to check whether I have some of the songs already. The Search function in the Store only refers to the store and not to my Library. So how can I open a second window in iTunes (one with the Store and one with my Library) to make it easier to compare?
    Thanks

    My understanding it that was removed from iTunes recently (I still run iTunes 7.5 from 2007), so no, not unless you downgrade iTunes (which is not easy).  You can send feedback to Apple about reinstating it but I have yet to see Apple reinstate something that appeared to have been deliberately removed from its software, despite vociferous complaints on this forum.
    http://www.apple.com/feedback/itunesapp.html

  • How Can I open Report within the same window instead of separate Window

    Hi All,
    I want to open report in my MDI form instead of opening it into a separate Oracle Report Navigator(i.e. Window which shows the report). How to do that? When I click the Report from Menu it should open it within the MDI Form. Any suggestion or reply would be greatly appreciated.
    One more question is how can i open report with in a maximized state. Actaully, the report will be opened in the normal state. How to open in maximized state instead of normal state. Is there any property in reports to acheive this?
    Thanks in Advance.
    Regards
    Gopinath Kona

    hello,
    reports is a separate application that is called from forms and therefore is running outside the context of the forms MDI window.
    you can use the commandline parameter MAXIMIZE=YES to start the runtime in full-screen-mode.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for