Masthead link in same window (Very urgent)

Hi,
  How do we create a External link in Masthead that should open in current portal page frame.
Thanks and Regards,
Jack.

Hi Jack,
I am not sure the way I followed to achieve this is best way. I created a iView which is not visible in normal navigation. In masthead on click of link you call a function.
<TD nowrap ><hbj:link id="Sitemap" tooltip="Sitemap" linkDesign="FUNCTION" reference="javascript:activateQuickSearch();"><hbj:textView nested="true" text="Sitemap"/></hbj:link></TD>
Inturn this function calls that iView which is then open in portal framework and visible to user.
function activateQuickSearch()
EPCM.doNavigate(
"ROLES://portal_content/MyComany/Roles/Generic/Sitemap")
Hope it helps,
Regards,
Vishal

Similar Messages

  • Forcing "Open cross-document links in same window" to be unchecked

    Hi All,
    I am distributing a PDF document set where there is one PDF with well over a hundred links to other PDFs which are located in sub-folders.
    The set will be distributed on USB thumb drives.
    It will be simplest for users if they have "Open cross-document links in same window" unchecked.
    Is there a way I can "force" it to be unchecked?
    During a test, someone got a security warning: "This document is trying to access abcd.pdf" Allow/Block. Why are they getting that message when there is no Internet request?
    Thanks very much for all thoughts and wisdom,
    David

    It works in an older version 6.0
    Anyone know how to get this to work in the newer versions?

  • Open links in same window, not new

    Help greatly appreciated!
    My links open in a new window, but I need them to open in the
    same window.
    What do I need to add to my code so that this happens.
    Here is my code-
    stop();
    var arrLinks:Array = new Array();
    arrLinks[1] = '
    http://www.diesel-ebooks.com/cgi-bin/category/FIC027141/category.cgi';
    arrLinks[2] = '
    http://www.diesel-ebooks.com/cgi-bin/category/FIC027139/Harlequin-Historical.html';
    arrLinks[3] = '
    http://www.diesel-ebooks.com/cgi-bin/category/FIC027129/Silhouette-Desire.html';
    arrLinks[4] = '
    http://www.diesel-ebooks.com/cgi-bin/category/FIC027136/Silhouette-Nocturne.html';
    arrLinks[5] = '
    http://www.diesel-ebooks.com/cgi-bin/category/FIC027121/Harlequin-Intrigue.html';
    arrLinks[6] = '
    http://www.diesel-ebooks.com/cgi-bin/category/FIC027123/Harlequin-Blaze.html';
    var pc = 0;
    this.onEnterFrame = function() {
    pc =
    Math.floor((_root.getBytesLoaded()/_root.getBytesTotal())*100);
    if (pc == 100 && !isNAN(pc)) {
    delete this.onEnterFrame;
    _root.play();
    The project this code refers to is here-
    http://www.respond1.com/harlequin/slider/slider_over_all2.html
    Thank you so much in advance.
    Dave

    Where is your getURL action?
    have you tried _parent or _self as it's target?

  • Firefox v29 opens links in same window

    Since installing version 29, I have found two seemingly related issues:
    1) I find that links open in the same window as the source, instead of a new window.
    For example, I get a notification of a newsletter every day in my Yahoo mail account. Prior to v29, when I clicked on the link in the email message to go to the newsletter, it would open in a NEW window (my preference).
    With version 29, it opens in the SAME window (and replaces the window where I had Yahoo mail open).
    2) Similarly, I do a lot of work where links will be listed in an Excel spreadsheet. Previously, every time I clicked one, it would open a new window. If I clicked on 6, I would have 6 open windows. Now, each link I click REPLACES the last one I opened.
    Both of these issues are highly annoying and slow me down.
    Is there a setting where I can change this behavior?

    I found that after Firefox v29, a LOT of my settings and<BR>
    add-ons were changed / reset. Try this;
    '''''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]'''''
    <BR>While you are in safe mode;<BR>
    '''''Firefox Options > Advanced > General'''''.<BR>
    Look for and turn off '''Use Hardware Acceleration'''.<BR>
    Then check ALL of your settings. Browser and add-ons. Then restart.

  • Link opens same window?

    I'm just learning Flash, and scripting (have little non GUI
    experience!).
    I put my SWF file with clickable link in GoLive, but it opens
    link in a new window instead of same window. How do I set it up to
    open in same window (like my non-SWF file links)?
    thanks

    I used this Code I got from the online tutorial
    clik_btn.addEventListener(MouseEvent.CLICK,
    buttonClickHandler);
    function buttonClickHandler(event:MouseEvent):void {
    navigateToURL(new URLRequest("
    http://www.studio3d.com/pages2/2d_to_3d.html"));
    Will try new code! (the coding stuff is NOT fun!) (but
    powerful, if you learn it, I guess...)

  • Open link in same window

    Hi there,
    Does anyone know how to make the URL open in the same window. I am using flash CS3, Is there anyone who can edit the script below to allow this. The instance name is Button6
    var getnextpage5:URLRequest = new URLRequest ("http://www.yokubou.co.uk/digitalart.html");
    Button6.addEventListener(MouseEvent.CLICK,b5Click) ;
    function b5Click(event:MouseEvent):void{
    navigateToURL(getnextpage5);
    Thanks
    JR

    It should open in the same window by default, but if you want to force it, you pass "_self" to the navigateToUrl function:
    var getnextpage5:URLRequest = new URLRequest ("http://www.yokubou.co.uk/digitalart.html");
    Button6.addEventListener(MouseEvent.CLICK,b5Click) ;
    function b5Click(event:MouseEvent):void{
         navigateToURL(getnextpage5,"_self");

  • Open external portal link in same window ?

    Hello !
    I've got 2 different WDP applications (different controllers) in the same Portal environment.
    I want to call the second one's url from the first.
    Here's the code I'm using:
    IWDWindow window = wdComponentAPI.getWindowManager().createNonModalExternalWindow("/webdynpro/blabla", "blabla");
    window.show();
    It works very well but I would like it to open within the original window (cf the '_self' html fonction) instead of outside of it.
    Is there any alternative ?
    Thanx

    chk dis link
    Open URL in same window

  • Display Calendar Link in same window

    Hi All,
    I have links from a calendar setup as follows: -
    select '<a href="f?p=&APP_ID.:9:'|| :APP_SESSION || '::::P9_APPT_ID:' || chi.appt_id || ' target="_blank">' || chi.firstname || ' '|| chi.surname || '</a>' Link, app.date_time
    from etc etc
    This works fine, but page 9 is opened in a new browser window. How do I open the Form that I am linking to (which is held on page 9) in the same browser window?
    I've had a good rake through the Forum, and found lots on using Javascript to open new windows but nothing on this.
    Thanks,
    Mike

    Answered my own question after submitting, typical!! Removed the _blank from the target...                                                                                                                                                                                       

  • JNI_CreateJavaVM fails on Windows - Very urgent

    Folks,
    I am very much new to the JNI on Windows 2000. For the last two days, I am trying to load JVM into my application. But, could not succeed. Even the samples I got across the net failed. The problem is "JNI_CreateJavaVM" returns -1.
    Using Microsoft Visual Studio 6.0, and VC++, I created a project with default settings and used the following sample code and it fails left and right. Please, let me know if I am doing something wrong.
    Sample
    JNIEnv *env = NULL;
    JavaVMInitArgs vm_args;     
    JavaVMOption options[4];
    char a1,a2;
    int nbOptions;
    jint res = 0;
    char classpath,librarypath;
    classpath = malloc(1024,sizeof(char));
    librarypath= malloc(1024,sizeof(char));
    strcpy(classpath, "-Djava.class.path=e:\\jdk1.2.2;e:\\jdk1.2.2\\jre\\lib\\i18n.jar");
    strcpy(librarypath, "-Djava.library.path=.;e:\\jdk1.2.2\\jre\\bin;e:\\jdk1.2.2\\jre\\bin\\classic");
    options[0].optionString = classpath;
    options[1].optionString = librarypath;
    options[2].optionString = "-Djava.compiler=NONE";
    options[3].optionString = "-verbose:jni";
    vm_args.version = JNI_VERSION_1_2;
    vm_args.options = options;
    vm_args.nOptions = 4;
    vm_args.ignoreUnrecognized = JNI_TRUE;
    res = JNI_CreateJavaVM(&jvm,(void **)&env,&vm_args);
    I tried with other samples also. But, the result is same. JNI_CreateJavaVM returns -1.
    If possible, please respond to [email protected] also
    Thanks,
    Lokesh

    strcpy(librarypath, "-Djava.library.path=.;e:\\jdk1.2.2\\jre\\bin;e:\\jdk1.2.2\\jre\\bin\\classic");
    options[1].optionString = librarypath;This doesn't do what the author probably expected. This specifies the path(s) for Java to load native libraries from -- this is different from the path where you actually want to load the JVM from. That path is up to the system and where things happen to be, unless you specify it explicitly in your call to load jvm.dll in the case of Windows, and I assume you use the system call LoadLibrary() on Windows in order to do this. If you do not (and you don't use some other Win API call for this purpose) then you are depending entirely on your system's environment variables in order to create the JVM instance.
    So, it is not something that Sun has to do anything about.

  • How to open links in same window, another tab (by default)?

    I think the users have been asking this question for more than two years. Is there a way to open links in the same tab automatically? Its annoying when I am using apple products and have to click three times for a task that is easily made with a single click in other products (chrome, firefox....).

    Hi ...
    Not in the same tab but a new one yes. Command + click
    Check the Safari Extensions gallery...
    From your Safari menu bar click Safari > Safari - Extensions.
    Try the Productivity category.

  • Dreamweaver open link in same window (basic)

    Hey,
    I have a verry basic question.
    So im creating a page with File->New->2 column left sidebar fixed.
    And now i want to have "Link one" link to a new page, and that new page has to be shown on the right side. so that the left bar is still there.
    How do i do this ?
    Thanks for any help!

    Right. Copy/paste the code from source of example and place it into the code window of Dreamweaver. No typing required.
    I understand where you're coming from though... You just want to click some buttons and have Dreamweaver do it all for you. Sorry to break it to you, but sooner or later if you want to use Dreamweaver you're gonna have to get your hands dirty in some code. DW is not a do-it-all for everything, although in this case there there is possibly an interface-only method of creating the feature using spry regions. Knowledge and/or the willingness to work with code in Dreamweaver is an unspoken requisite of using the software. It not only helps when reverse-engineering examples that are provided to you it will also allow you to have more knowledge and control over your designs.

  • Forms Window (Very Urgent)

    Hi,
    I dont want to show my Forms Window in my Browzer. Can any body tell me how can i arrange this.
    I will appreciate quick response.
    Thanks in advance
    Danish

    I did but Window of the Form still is there. It opens a new window not like an HTML but Window of Form is still there.
    Thanks

  • I want to run multiple instance of tomcat on same server-very Urgent

    HI all,
    I want to run multiple instance of tomcat on same server. I have created CATALINA_BASE directory and i put conf,logs,temp,webapps, and work directory. I have configured server.xml in different port. I have set the environment variables too. Though it didn't workout for me. Is there anything else i have to do for that. if so, Please assist me.
    I did all according to the tomcat 4.1running.txt
    Thanks in advance
    Ram.

    hi,
    http://www.linuxjournal.com/article/8561
    http://forum.java.sun.com/thread.jspa?threadID=515368&messageID=2458945Hit Google..
    http://www.google.com/search?q=how+to++run+multiple+instance+of+tomcat+on+same+server&client=netscape-pp&rls=com.netscape:en-US

  • Open PDF Link in new window?

    I want to create a Word document with hyperlinks to a variety of PDF files. I then want to create a PDF file from the Word document with hyperlinks intact.
    Here’s the problem. The PDF file made from the Word document has its embedded links opening in the same window. I want the embedded links to open in a new window. I set up the links in the Word document to open in a new window, but when the Word document is converted to PDF, the embedded links lose their open-in-new-window property.
    I know I can manually set the user preferences in Adobe Reader to not open cross-document links in same window, but that’s not the default.
    Is there a script that can be run when the first PDF file is opened that automatically changes the user preferences so cross-document links open in a new window? Or is there a way to easily modify the links created during the Word-to-PDF process so that the cross-document links open in a new window?
    Thanks for any help.
    JBrush

    I stumbled across this while trying to do a very simple project (or so I thought).  I also wanted my links
    to other pdf files to open in a seperate Adobe window (not a browser window).  I can't seem to get it to work.
    I tried right-clicking and selecting open in new window - didn't work.  I downloaded AutoBookmark as well.  It still didn't open in a new window after setting the option to do so for all links.
    Any suggestions?

  • Urgent - HTML help merged projects - displaying in the same window

    Hi All,
    Following some recent windows updates I'm experiencing all sorts of problems. My most urgent problems is as follows:
    First off this is all in RH8 and yes I have upgraded to 8.0.2 and project is set to re-build cpd each time.
    So I have a merges project as follows:
    Parent project
         child project 1
         chils project 2 etc
    when I compile an html help project with TOC, and single source window settings on default if I click on a child project it is diaplyued in a separate window. If I then select a different project in the parent project TOC this is also displayed in a different window but the window still has the caption of the previously opened file.
    What I need as  the end result is for my HTML help project output to al display in the same window whether I click on a parent project item, or a child project item.
    Please can somebody advise mne how to do this as I am VERY close to a deadline and as usual it seems RH8 has let me down again.....
    Thanks
    Author Care

    Hi there
    Methinks Colum needs more coffee, because the options he cited have nothing to do with other windows. They have to do with whether the displayed topic synchronizes with the TOC and whether the TOC entry is highlighted.
    I'm thinking it has to do with creating a "Global" window. You change the names of the windows so they include Global.
    The link below has more:
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

Maybe you are looking for