Url in new window / frame

Hello Friends,
I would like to know if its possible to open an url ( LINK TO URL UL ) to a new frame ( so that the url is not visible in browser ).
Regards,

Hello Rahul,
I am trying to dynamically set the iframe property "source"... so I created a context attribute ( type string ) and set this context attribute with url e.g www.google.de and set this context attribude to the iframe source... but its not showing me the google page ?
wdContext.currentContextElement().setIfram_src("http://www.google.de");
anyidea how I can dynamically set the soucre or what I am doing wrong?
Regards,
Edited by: Shah H on Jan 23, 2008 10:55 AM
PS: Okay, its showing in the iframe..... the google page
Edited by: Shah H on Jan 23, 2008 10:58 AM

Similar Messages

  • Open URL in new window

    Hi folks,
    I am working on WAD3.5 where in I have created several links to open either WEBGUI i.e to open various customized TCODES in SAP-Bi or other queries. BAsicaly its a work bench sort of thing from where we can access various tools developed for client. I am using below mentioned HTML code:
    <TD class=SAPBEXBtnStd vAlign=top>
          <DIV style="HEIGHT: 20px"><A
          href="/sap/bc/gui/sap/its/webgui?~transaction=ZBI_AUTOMATION_TOOL"><B><FONT
          face=Verdana color=#000080>BI Automation Tool</B></FONT>
        </A></FONT></DIV></TD>
    where ZBI_AUTOMATION_TOOL is a customized TCODE. Issue is whenever i click on the link it opens the WEBGUI in same screen and when i click back the page expires. I want to open the URL in new window.
    Please help me by providing the exact syntax. It would help to resolve my issue. I have tried couple of things but they are not working.
    Thanks
    Rahul Mahajan

    There is a parameter on the web template that should be set..
    it is
    Open dialogs in new window - set this to either automatic or "Open Window  X"
    or add this to your template properties list:
    <param name="ENABLE_OPEN_WINDOW" value="X"/>

  • Open a new url in new window

    Hi all,
    I have implemented an application & integrated in EP. In my view i have provided a link on click of which i should be able to open a separate url in a new window.
    Again, I need to pass some url parameters which should not be visible in the url string when i am opening that url in new window.
    Any suggestions...
    Thanks,
    Arch

    Hi,
    First u have to create outbound plug in interfaceview
    1)Open the node WebDynpro -
    > Web Dynpro Components -
    > <ComponentName> -
    > Component Interface -
    > Interface Views in that click <interfacename> interface view .
    2) Select the Plugs tab in the Plugs area.
    3)Choose New next to the outbound plug table.create new outbound plug.for example,Name GotoUrl, and choose Type Exit Plug.
    4)Select the new outbound plug GotoUrl and choose New next to the parameter table.taEnter the name Url datatype as STRING.
    5)Open the view in the View Designer and select the Properties tab. Choose Add next to the Required Controllers table and add the <interface name>InterfaceView
    Place 1 button and check,
    onActionButton write this code
    wdThis.wdGetSampleInterfaceViewController().wdFirePlugGotoUrl(
    "http://www.google.com");
    Regards,
    Suresh.T

  • Not able to navigate to the URL in new window

    I am trying to navigate to the URL form the OAF page through simple button and it should open in new window.In 11i it was working fine bu using setDestination(url) and setTargetFrame("_blank") properties but in R12 setTargetFrame property is not working so I am not able to open the url framed in new window.It is opening in the same window.In R12 I am trying with javascript with the following code but it is not working there.Could you please help it is urgent?
    xxExtRef.setDestination("javascript:window.open(url);");
    where url variable holds the URL which is framed at run time i.e. url is different for diffrent customers
    Any pointers would be of great help.
    Thanks in advance.

    Hi ,
    Instead of button you can go for Link and hardcode the url (eg : http://www.yahoo.com ) and set the target frame as _b using declarative implementation from Jdeveloper .
    it will open the URL in a new window .
    Keerthi

  • Open URL in new window from page process

    I have a Page process that returns a URL (stored in 'l_val' field). Within this process, what is the best way to open that URL (stored in l_val) in a new window?
    thanks
    DECLARE l_clob clob;
    l_xml xmltype;
    l_val clob;
    BEGIN
    for c1 in (select clob001
    from apex_collections
    where collection_name = 'CENTRIS_IEP_VIEWER') loop
    l_clob := c1.clob001;
    exit;
    end loop;
    l_xml := xmltype.createxml(l_clob);
    l_val := dbms_xmlgen.convert(
    l_xml.extract(
    '//GetIEPUrlWithAuditResult/text()'
    , 'xmlns="http://www.iepdirect.com/CentrisWebServices/IEPViwer"'
    ).getstringval()
    , 1
    END;

    Hello,
    You can create a application process using this code and call that process from a javascript function and return that URL to the javascript function there you can open a popup easily.
    If you want you can open a popup from process, you can do that using htp.p() function, I had tried this once but what it does was, it opens a popup but it clears out my parent page, I was not be able to see anything on my parent page.
    Thanks
    Tauceef

  • Transaction launcher: open URL in new window

    Dear all,
    I know many threads have already been posted about "stateful URL" created with transaction launcher, that open a new browser window AND navigate to an empty screen with the following text (which is more than useless):
    "The requested page has been opened in a new window, please press back button to go back to the last page."
    Carsteen gave some useful hints already in the following thread:
    Transaction Launcher in a new window
    But maybe someone found something new since then... At the moment I'm thinking about "simulating" a clic on the BACK button (like mentioned in this useless message), with something like :
      DATA:
      history TYPE REF TO if_bsp_wd_history_manager_disp.
      history = view_manager->get_history_manager_display( ).
      history->go_back( ).
    Any better idea ?
    Thanks & regards,
    Nicolas Busson.

    Hi Nicolas !
    How are you? :-)
    I assume that since then you have found a way to fix your issue, but as the post is not answered I can tell you that SAP has taken into account this point in SAP 702 EHP1, with a new attribute in the customizing of the transaction launcher called "Keep Work area" :
    Keep Work Area When Opening Launch Transaction in New Window
    This indicator defines whether the work area content is kept when you open a launch transaction in a new window.
    Use
    If this indicator is not set and a launch transaction opens in a new window, then the main window loads the base page of the transaction launcher into the work area.
    If this indicator is set and a launch transaction opens in a new window, then the main window keeps its current content in the work area.
    Dependencies
    This indicator is only evaluated if you have also set the indicator for using a new window.
    Imed.

  • Custom Buttons launch URL in new window

    How can one get the Custom Buttons in a final chm help file
    to launch the URL in a new window. When a supplimentary web page is
    launched inside the chm using a custom button on the navigation
    pane, it doesn't fit properly. Is there any way to launch the URL
    in a new window?
    Can I include some kind of HTML coding in the URL itself? If
    so, what syntax?
    The only options Robohelp gives you is entering the label and
    URL

    Deet,
    It sounds like you're posting a RoboHelp HTML Help question
    in the RoboHelp for Word Forum by mistake.
    However, the answer is "No." The Custom Buttons can't open in
    a new window like the links in topics do.
    If you want a button to open in a new window, you have to use
    a third-party product to make your own custom button. For more
    information, see Pete Lees' response to a similar question in this
    RoboHelp for HTMLHelp Forum thread:
    http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=449&threadid=10838 64
    Regards,
    Cindy

  • URL in new window

    I am using Branch to Function Returning a URL to call a URL returned by a function. I just want to open the resulting page in new window.
    Pl. guide.

    Hi 2110598,
    As far as I know you can not do that in a branch. We do it using a button with a URL target and a javavscript in the target like this:
    javascript:window.open('&P19_RAPPORT_URL.','DFK','scrollbars=1,resizable=1');
    Regards Pete

  • Launch URL in new window?

    Is it possible to launch a URL to open a webpage from within captivate and have it open in a completely new window with a predefined window size. If I select the - Open URL or file with the New option- it will launch the webpage in a new tab which is the same size as the currently open browser.

    Hi there
    Captivate is like any other application that allows opening web pages. Sure, it can be done but Captivate offers nothing to help you define that window size. What you will have to do is use JavaScript to make it happen. Configure the button or click box or advanced action so it executes JavaScript, then insert the script you want to run.
    Cheers... Rick

  • Calling a webdynpro URL in new window from BSP

    Hi experts,
      i am calling a URL from BSP application by creating a link and on the 'onclick'  event of the link ,using following code
    navigation->goto_page( URL = l_wd_url session = 'NEW' ).
    My problem is ,i have to open this page in a new window(the Page is basically a webdynpro URL) ,so far it is only opening in same window.I have tried different other options.
    navigation->next_page( URL = l_wd_url session = 'NEW' ).
    CALL METHOD runtime->server->response->redirect( url = l_wd_url ).
    navigation->call_application( URL = l_wd_url ).
    I tried using call_browser FM also but it is dumping.
    href tag will not work in my case as i have to capture the event and write some code inside  that event..
    Please suggest what i can do now?

    Hello Graham,
    I am trying to get the windows user id in webdynpro abap.
    I am unable to get,
    So I used BSP application to get the windows user id.
    I using java script to get that.
    After that I don,t know how to  assign that java variable to ABAP variable. the
    Insted of calling the WDA using the following way
    <a href="<%=l_wd_url%>" target="_blank">Click Here</a>
    is there any other way to call WDA from BSP based on some action.
    Regards
    Srini

  • Transaction launcher for url in new window need "Back" to continue working

    Hello Experts,
    In the CRM I've created a Transaction Launcher for url, when I press on the link and open it in new window
    I got the following message:     "The object you have selected is starting in a new browser window. You can continue working normally in the current application. However, you may have to navigate back to the page you were working on. "
    how do I can still open the url ( which is BSP page)  in new window & can continue working with CRM without clicking on the Back button ?
    Thanks

    Have you solved the problem, Jamil?
    Hi Experts,
    I am also facing the same problem.
    The other possible solution I am thinking of calling the pop up window and then close the pop up.
    I don't know how can we call custom bsp page from view in pop up window. And then close the same pop up without asking user to click on any button.
    Thanks and Regards,

  • Open URL in new window when button pressed

    Version: 4.1.1
    Hi there,
    Under the button options we can set it to redirect it to a URL. However, the page opens in the current window. Is it possible to get it to pop open in a new window?
    Thanks,
    Ryan

    Hello Ryansun,
    Just make the button to be Defined by DA.
    Create a new DA.
    Event: Click
    Selection Type: Button
    Button: MY_Button
    Action: Execute JS
    Code
    window.open("http://www.w3schools.com")
    Best Regards,
    Fateh

  • Opening a url in new window using a button after running a process

    I need the folowing to happen:
    When a button is clicked, a process runs - updates a table in the DB. then a URL opens in a new window.
    I created the process and related it to the button - click of the button makes it work.
    If I write in the button properties the URL - optional URL redirect:
    javascript:popupURL( 'http://www.mysite.com');
    the process does not run. url opens in new window.
    If I create a branch - writing there javascript:popupURL( 'http://www.mysite.com'); the process works but URL does not open. only writing http://www.mysite.com works - but it does not open a new window.
    The question is: how can I click on a button, make a process run and URL opens in a new window?

    If you post your page, then the browser must go some place. You can post your page (say page 1), you can then branch to page 2, then the js on page 2 can open a new window. Once you post your page you must goto another page before you can open a new window.
    Perhaps what you want is to press a button on a page and have it do work without posting the page, e.g. make an AJAX request, and then based on that work popup some corresponding page.

  • Open URL in new window function not working.

    Please please please can someone help. The openURL function that I have linked to a button and a click box will just not work anymore in a new project. I have searched everywhere for an answer and all I can find is that it is something to do with a flash update preventing this and some code was provided as a work around. However I only have captivate 4 and 5 and have no way of editing this code to allow the new windows to function. If these functions are no longer available within captivate then captivate is nolonger any use to me. Can anyone help?

    Welcome to our community
    See if the link below is what you are after:
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Open url in new window on button click of adf table

    Hi,
    I have a requirement in which i need to open the constructed URL in a new tab/window on button in adf table.
    I am using action listener for the button, using action event i am getting the values of the particular row to the bean and using those values i am constructing url.
    Now i have to use the URL and open it in a new tab/window.
    Please suggest me different approaches.
    jdev version 11.1.1.5

    Hi,
    Check following will match for your use case
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/33-open-page-in-new-tab-169175.pdf

Maybe you are looking for