Reuse Same IE window in webDynPro

Hi ,
I wanted to know if i can reuse the same IE window again and again when the users click on some link. Instead of openning different IE windows for each click on the link. How do i go about it?
IWDWindow window =wdComponentAPI.getWindowManager().createExternalWindow(url,"My iView",false);
window.open();
Regards,
Naveen

chk it
Opening a web page in the same window ...
Open URL in same window

Similar Messages

  • Is it possible for multiple/different hyperlinks to open up in the SAME browser window?

    I am able to put hyperlinks to various web pages in a PDF document.  When I click on the first one, it opens up in a new browser window.   The problem is that I want each subsequent link to reuse that same browser window.  This seems to work when I open up the PDF document from my desktop, but if the document is first loaded into a web page, each link opens up a *new* browser window.

    Hi Pat,
    Thanks for the quick response.
    I used Adobe Acrobat Professional 8 to create the document.  I added a link and then in the "Actions" property for the link, I specified
    "Run a javascript":  app.launchURL("http://www.cnnfn.com", true) .
    I had to use the app.launchURL method because the "Open a Web Link" action causes a warning message to appear when the PDF is contained in web page.  You have to first click "Open in a new window" before the url is opened up in a new browser window.  The behavior that we want is that each time you click on a hyperlink on the PDF, you are automatically taken to a specific browser window (without warning and reusing the window that has already been opened).
    -Elsie

  • Launch an URL within same browser window

    Hi ABAP WebDynproExperts,
    Here is a short scenario description what I want to achieve.
    I have a ABAP WebDynpro Component which has "Input-Parameters" (Parameters of the Inbound-Plug - Default). Within the handledefault Method I want to call one of my own Function module which generates another URL.
    Now I want to launch this URL directly in the same browser window directly without putting the URL on an button. So the ABAP WebDynpro Component/Window/View has no UI elements itself - it should just be used to parse the "importing paramaters" via the url parameters to the backend and executing the URL without user interaction.
    Unfortunately I was not able to find a WD specific method how to call a URL in the same browser window? Do you have any ideas?
    Thank you & kind regards,
    Daniel

    Hi again,
    thanks for that. But that was not what I am looking for. Maybe it is unclear what I need.
    I try to reduce my point:
    Simplified I have the following coding in the implementation of Method "handledefault":
    METHOD handledefault .
       DATA: l_url type string.
       l_url = 'http://www.sap.com'.
    ENDMETHOD.
    I am looking for an ABAP WD command with which I can start this URL in the same browser window?
    Thank & kind regards,
    Daniel

  • Open in same browser window

    I made a flash element for my dreamweaver website. I have an
    invisible button on the top so when you click it, it opens a new
    page. i'm trying to make it so when you open it, it opens in the
    same browser window. I tried making the target self and it didnt
    work. Any ideas??

    on (release) {
    getURL("
    http://www.frsind.com/specials.html",
    _self);

  • Unable to open the detail report in the same page/window

    When i use the "Navigate to Web Page" action link to navigate to the detail report, the detail report is opening in new window. Is there any way that the detail report can be opened in the same page/window.

    Hi,
    why don't you use the master/detail table option when dragging the master VO ?
    Frank

  • Open several PDFs in the same Reader window using tabs for each document

    How do I open several PDFs in the same Reader window using tabs for each document?  I'm using Reader 11.0.03 and Windows 7.  

    That would be a nice feature!  Suggest it at https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform - hopefully it will make it into Reader XII.

  • Document not opening in same iframe window

    A MSWord2013 document has to be opened in an iframe window. But its not opening in the same iframe window(in the same browser This is working in Internet Explorer bu in Mozilla its not working
    Earlier same kind of issues in MS2007 and M2010 versions and were fixed by using MicrosoftFixIt registry.
    plz suggest a way to make the document open in the same window
    here is a standalone code we used to check it --
    <html><body>
    <iframe src="Sample.doc"></iframe>
    </body></html>

    More information on iframes used in Firefox can be found in the MDN website:
    *[https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/iframe]
    *[https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe]
    However for more information on troubleshooting webpage development can also be done in stackoverflow.com and [https://support.mozilla.org/en-US/kb/where-go-developer-support Where to go for developer support]

  • Document not opening in same iframe window --MS2013 in IE10/IE11

    A MSWord2013 document has to be opened in an iframe window. But its not opening in the same iframe window(in the same browser window). Rather its asking for Opening/Saving Option in a separate popup. This issue is in IE10 and IE11.
    Earlier same kind of issues in MS2007 and M2010 versions in IE7/8 were fixed by using MicrosoftFixIt registry.
    plz suggest a way to make the document open in the same window
    here is a standalone code we used to check it --
    <html><body>
    <iframe src="Sample.doc"></iframe>
    </body></html>

    Hi,
    In order to analyze your issue, please let us know which "fix it" tool fix your previous issue.
    Meanwhile, read this thread to see if it's helpful to you:
    http://help.lockergnome.com/office/Strange-Behavior-opening-Word-Document-iframe--ftopict920454.html
    Karen Hu
    TechNet Community Support

  • I used to be able to move tabs right or left by drag and drop in the same browser window. Now, after updating to 35-Mac, i can't do that. How can I do that now?

    using FF 35 on MacBook Pro

    Thank you for your response -- It seems the "classic theme restorer" add-on is the problem. With that enabled I cannot move tabs. With it disabled I can. I've used that add-on for years without issue on Mac and PC. The PC is still fine, just the Mac is problematic since the FF update about a week ago.
    So I guess that's the answer unless anyone knows of some other trick or setting to change so FF is able to have tabs below the address bar AND be able to move tabs left to right within the same browser window!

  • Reg:working with multiple windows in webdynpro-abap

    Hi ,
    How can we create multiple windows and how can we link them...
    suppose we have 3 fields on first screen .how to move the data from the first screen to second screen..
    Thanks & Regards
    Suman Puthadi

    Hi
    As per your Subject you are looking for "working with multiple windows in webdynpro-abap" and for abap there is a different forum. Web Dynpro ABAP
    Hope its clear to you...
    Even you can read this post when ever you get time Read before posting
    Regards
    Ayyapparaj

  • Open Outlook New Email window from WebDynpro

    Hi All,
    Is there a way to open an outlook window from webdynpro apart from using <Mailto:> URLs.
    The Mailto URLs doesn't hold good for our requirement as it has URL Length limitation (2083 characters).
    OLE seems to be not working with Webdynpro. It requires SAP GUI.
    So please let me know if there is any other way. It is an urgent requirement and any help in this regard is highly helpful.
    Thanks,
    Anand

    Hi!
    Why do you have problems with the 2083 character limitation of URL names?
    The following URL has a length of 278 characters:
    mailto:[email protected]omain-name.com?subject=very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-very-long-subject
    If you want to send long mails with subject and body and so on an alternative may be for you not directly to start outlook, but giving the user a form where he can edit a long email and if he/she presses the send button, this email goes through the SAP WebAS ABAP to the Mail Server of the company. The so-called SMTP-Plug-In in SAP WebAS ABAP enables you to send (and receive) mails from an SAP ABAP system to the company's email server and vice versa.
    May this be a solution for your problem?
    Regards,
    Volker

  • How can i reuse same variables that i create using c:set var="index" /

    hi all,
    please some one helpme!!!!!!
    how can i reuse same variable that i create using
    <c:set var="index" value="${0}"/>
    cause later in the program i use index to do some condition and based on that i increment ...
    so for example if i say...
    <c:if test="${index==0}">
    <c:set var="index" value="${index+1}"/>
    </c:if>
    will it be like
    if(index==0)
    index++;
    can i do like i did be4. if not what do i need to do to reuse. cause i use the variable atleast 5 time and its keep changing on diff condition level.

    Have you tried it?
    It should work, provided you are on the same page.
    The c:set tag creates the variable in pageScope by default.
    If you forward to another JSP you need to set the scope to be "request" so that it is still available.

  • I recently installed Acrobat Pro X on my Mac. I initially accepted the terms of agreement, but then every few seconds the same prompted window for the terms of agreement keeps popping up. Can anyone explain why this is happening, and how to resolve?

    I recently installed Acrobat Pro X on my Mac. I initially accepted the terms of agreement, but then every few seconds the same prompted window for the terms of agreement keeps popping up. Can anyone explain why this is happening, and how to resolve?

    Have you tried reinstalling the original drive? Same symptoms with it?

  • Hyperlinks do not open same Brower window/tab

    Hi
    In my PDF I placed hyperlinks - all of them should alway open in the same Browser window / tab.
    I tried this as a standard Hyperlink, then with launchURL as a AcroJS but it didn't work.
    Has anyone expierence in always opening in the same window or tab?
    Thanks
    Stefan

    Stefan, I WANT my hyperlinks to open in new windows and I can't make it happen. Could we figure out the difference in what we are doing? Did you ever get your post answered off line? Or anyone else out there? I'm in the weeds on a project and really need to solve this!
    Shelley

  • Opening hyperlinks in the same browser window

    Hey Gang!
    How does one create a hyperlink such that it opens in the
    same browser window and doesn't keep opening a new window each
    time?
    Cheers!
    Gregory

    Do you meant that you want to "open the hyperlinks of your flash file in the same browser window"
    You flash file will be put on the internet and I think you have to configure your brower to achieve this goal.
    We all know that IE can be configured to open the hyperlinks in the same window.
    Thus if you want your flash file achieve this feature you need to write a code to control your brower.
    This code can be a simple JS code. You can just google this to find out the answer.
    good luck
    I love using flash quiz generator

Maybe you are looking for

  • Sessions in jspx between different Application Server

    Hello All, I have two applications running in two different Application servers. I call the jspx in one applications server from jspx of another applications server using the href. My requirement is, when I logout the first application it shud automa

  • Photoshop PSD is importing as Quicktime Picture

    I am creating menus in DVDSP 4.1.2 and when I import my PSD files they show up in the Assets window they appear as a "quicktime picture" not a "photoshop still" that will allow me to select my overlays, etc. Checked the Apple DVDSP boards only came a

  • Error in Deploying Framework pages

    I have followed these steps to deploy my custom page: 1. Zip the class files and unzip them in $JAVA_TOP 2. Change the permission to 755 3. Runing XMLImporter to load the page into MDS. 4. Execute "jdr_utils.printdocument" in SQL/Plus and was able to

  • Barcode export to PDF - Crystal Reports for Visual Studio 2005

    Hi, we have a report that includes a barcode.  We can print the report OK, but when we export to PDF the barcode is missing.  Is there a work around for this?  We have to have the PDF of the report for archive purposes.  Thanks!

  • How to make a vertical lift or elevator in a platform game

    I am creating a side scrolling platform game using the book "Flash Game University" by Gary Rosenzweig. My protagonist has an instance of "hero". My current issue is trying to create a lift or elevator to carry the player up or down. The lift is not