Problem in opening a link in new page

hi all can any one help iam getting problem while clicking on the link it is opening in same window i want to open the link in new window.if it is normal content we can give target but the link is coming in the mailcontent how can i recognize the link thank in advance

i got the solution for this. it is possible with javascript iam checking all the anchar tags in a page and i gave target is "_blank"
the script is
function externalLinks() {
if (!document.getElementsByTagName) return;
var anchors = document.getElementsByTagName("a");
for (var i=0; i<anchors.length; i++) {
var anchor = anchors;
if (anchor.getAttribute("href"))
anchor.target = "_blank";
start the function by <body onload=externalLinks() >

Similar Messages

  • Open paypal link in new page

    im trying to implement the html paypal code into my website
    but when the user clicks the link, i need it to open in a new
    browser window..
    heres the code, i know i need to insert a target=_blank but
    im not having any luck..
    <form name="_xclick"
    action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="hidden" name="cmd" value="_xclick">
    <input type="hidden" name="business"
    value="[email protected]">
    <input type="hidden" name="item_name" value="Team In
    Training">
    <input type="hidden" name="currency_code" value="USD">
    <input type="hidden" name="amount" value="25.00">
    <input type="image" src="
    http://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif"
    border="0" name="submit" alt="Make payments with PayPal - it's
    fast, free and secure!">
    </form>

    This:
    <form name="_xclick"
    action="https://www.paypal.com/cgi-bin/webscr"
    method="post">
    To this:
    <form name="_xclick"
    action="https://www.paypal.com/cgi-bin/webscr"
    method="post"method="post" target="_blank">
    Kind Regards
    Paul Dell
    Photography and Web
    www.dellimages.com
    Blog
    www.paul-dell.com
    "wbhendrix" <[email protected]> wrote in message
    news:fpuvjt$f9c$[email protected]..
    > im trying to implement the html paypal code into my
    website but when the
    > user
    > clicks the link, i need it to open in a new browser
    window..
    >
    > heres the code, i know i need to insert a target=_blank
    but im not having
    > any
    > luck..
    >
    > <form name="_xclick"
    action="https://www.paypal.com/cgi-bin/webscr"
    > method="post">
    > <input type="hidden" name="cmd" value="_xclick">
    > <input type="hidden" name="business"
    value="[email protected]">
    > <input type="hidden" name="item_name" value="Team In
    Training">
    > <input type="hidden" name="currency_code"
    value="USD">
    > <input type="hidden" name="amount" value="25.00">
    > <input type="image"
    > src="
    http://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif"
    > border="0"
    > name="submit" alt="Make payments with PayPal - it's
    fast, free and
    > secure!">
    > </form>
    >

  • IPhone Safari doesn't open links in new page

    Under iPhone Safari Settings, I've got it set to Open Links In New Page, but when I click on links in Safari, that doesn't happen. When I set it to Open Links In Background, that doesn't happen either. Links open in the same page no matter what the setting.
    Anyone know how this can be fixed? Thanks.
    (iPhone 4S running IO5)

    It depends on the website. Some websites have it set up to take you to a new tab, some do it in the same tab.

  • Issue while opening Shop Link in New Window

    Hi All,
    Recently We have upgraded SRM5.0 to 7.0 and now we are using Portal for Front end application. We have configure the SRM appliation in Portal EP 7.0.
    Now i can fetch the data from SRM but problem is when i am opening Shop Link ( Employee Self Serviece --> Shopping Area ) in new window then it's navigating to Home Page instead of opening the Shop application.
    When i am opening the Shop Link in Content area that time its opening correctly.
    Can you please assist us how we can resolve this issue when i am opening Shop link in new window.
    Regards,
    Rahul Sanas.

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Want to show UIX Media Model link in new page using jdev1012

    Hi, I hope you can help me.
    I have a read only table in uix page
    there's a Column of type ORDDOC
    here is my code for this column:
    <column>
    <columnHeader>
    <styledText text="${bindings.Doc.label}" styleClass="DefaultFont"/>
    </columnHeader>
    <contents>
    <media
    model="${ctrl:createMediaModel(uix.current.Doc,'AppModulLocal')}"
    shortDesc="${uix.current.DocName == null ? 'Doc' : uix.current.DocName}"
    styleClass="DefaultFont"/>
    </contents>
    </column>
    So it works all fine, i get a link to this file, but if I click on this link it shows this file in the same window as my application.
    And i want to get this link open in a new Window. Just like i could make it with link-tag (targetFrame property) and so I'm trying to find a solution to get the medie link in new page.
    So, is there a possibility to geht this media link in new window ?
    I hope somebody know this problem and can help me.
    Thanks a lot
    Sebastian
    Message was edited by:
    Sebastian_ME
    Message was edited by:
    Sebastian_ME

    Hi, I hope you can help me.
    I have a read only table in uix page
    there's a Column of type ORDDOC
    here is my code for this column:
    <column>
    <columnHeader>
    <styledText text="${bindings.Doc.label}" styleClass="DefaultFont"/>
    </columnHeader>
    <contents>
    <media
    model="${ctrl:createMediaModel(uix.current.Doc,'AppModulLocal')}"
    shortDesc="${uix.current.DocName == null ? 'Doc' : uix.current.DocName}"
    styleClass="DefaultFont"/>
    </contents>
    </column>
    So it works all fine, i get a link to this file, but if I click on this link it shows this file in the same window as my application.
    And i want to get this link open in a new Window. Just like i could make it with link-tag (targetFrame property) and so I'm trying to find a solution to get the medie link in new page.
    So, is there a possibility to geht this media link in new window ?
    I hope somebody know this problem and can help me.
    Thanks a lot
    Sebastian
    Message was edited by:
    Sebastian_ME
    Message was edited by:
    Sebastian_ME

  • Open Jasper Report in new page using servlet

    Guys,
    Looks very simple but i am having problem making this process work. I am using 11.1.1.4
    This is my use case:
    - From a employee page, user clicks on a menu item to open report for current employee. I need to pass appropriate report parameters to servlet and open report into new page.
    I can successfully call servlet using commandmenuitem and set request parameters and call servlet from backing bean.... but that doesn't open report in a new page.... any way i can do this?
    Another option i tried was that using gomenuitem and setting target=blank but in that case i need to pass the parameter using servlet url which i like to avoid.(in case i need to pass many parameters in future) (also values will be set on page so i need to generate url when then click the menuitem...... so there are some hoops and loops i need to go through) I don't know a way to pass the request parameter using backing bean to servlet... i don't think it is possible.
    Those are the two approaches i tried.
    If you have any better approach...I would appreciate if you can let me know. (i have searched on internet for two days now.... for the solution)
    -R
    Edited by: polo on Dec 13, 2011 7:22 AM

    Hi,
    Hope following will useful
    http://sameh-nassar.blogspot.com/2009/10/using-jasper-reports-with-jdeveloper.html
    http://www.gebs.ro/blog/oracle/jasper-reports-in-adf/

  • Safari loads link on new page as well as the original page

    I have noticed this since iOS6.01 came out.
    Ok so,
    Page 1:
    I hold a link and click open in new page, It opens.
    Page 2:
    This is the new page, I close it. And safari automatically puts me back to page 1.
    Page 1:
    Move back to page one but opens link again on this page.
    So every time I open a link, it opens on both the new page and the original page
    Help! It's so annoying!!!

    The self-refreshing of Safari web pages has been discussed her before and nobody know of any resolution except maybe switching browsers.
    See:
    http://discussions.apple.com/thread.jspa?messageID=11635287&#11635287

  • Why are pictures and pages missing from doc created in Pages 09 when I try to open it in the new Pages?

    I created a large document earlier this year in Pages 09 ... over 100 pages and it has screen prints, pictures and text boxes ... when I try to open it in the new Pages 5.5.1, all of these pics, text boxes, etc, are missing!!!  I can open it in the old Pages, and they are all there, but in the new Pages, half of my document is missing!  I want to have it work in the new Pages because what if I upgrade to a new computer ... I will not have access to Pages 09 anymore!  Plus, the "Page Layout" option is missing in Pages 5.5.1 - what was Apple thinking with this update?  Please help!

    Bean doesn't do layout and is no longer being developed.
    MsOffice or LibreOffice [free] are alternatives but not at the moment 100% solutions.
    MsOffice has most of the features in a clumsier fashion in most cases but is a bit of a kludge on the Mac.
    LibreOffice has a rather rough user interface and still lacks Pages '09 features.
    Really we are in Limbo until we get something else completely.
    For office work, I suggest LibreOffice or NisusWriter. Just so you can still get at it in the future.
    I have been warning about this inevitability for years. Hasn't made me popular.
    Peter

  • Before when I clicked on a hyperlink in a Pages document Pages immediately opened the link.  Now Pages ask if I want to "Edit or Open" the link.  Is this an option that I can turn or off or is this just a change with the latest update?  Thi

    Before when I clicked on a hyperlink in a Pages document Pages immediately opened the link.  Now Pages ask if I want to "Edit or Open" the link.  Is this an option that I can turn or off or is this just a change with the latest update?  This only started in the last six months or so.
    iWorks "09"  Pages ver 5.2

    Use Pages '09 which should still be in your Applications/iWork folder.
    Peter

  • How to hide 'catalog','open',home' link from dashboard page in obiee11g ?

    Hi,
    how to hide 'catalog','open',home' link from dashboard page in obiee11g based one users/groups.
    http://imageshare.web.id/images/e7tosu6qtsa9zdl1a8w8.jpg
    i.e: some users shold not able to see 'open','catalog',home link from dashboard but some power user/groups can able to see the 'open','catalog',home link.
    Thanks
    Deva

    Hi,
    I don't want to remove totally, what i am asking is there any
    Possibility to do users/groups wise,
    E.x:
    Work around home page
    Setting home page each users/groups wise . I am expecting like that option to
    Do open and catalog link.
    Home link not a priority .
    http://obieeelegant.blogspot.com/2011/06/how-to-changing-theobiee11g-homepage.html
    Thank
    Deva
    http://obieeelegant.blogspot.com

  • How to open sites in a new page instead of a tab?

    I want to open sites in a new page instead of a tab!

    I've seen that before, and unselected the first item, but it didn't help at all!
    It still opens new tabs instead of a new window.

  • When trying to open a link in the page I am on and open it in a new Tab the browser stops responding.

    I open the browser and the Hime Page opens as expected. When I open a link to an item or article on the page in a new Tab Firefox stops responding and thye top line on the screen shows that to be the case. The only way to resolve the issue is to exit or close Firefox and start again. This has just started yesterday (Oct 12) as before that the process worked fine.
    When I open a new Tab and then type in a new web site it will open and allow access with no problem, provided I have not open a link as outlined in the first paragraph. I can open several tabs in this manner and Firefox works as expected. But if I try to link from any page and open in a new Tab i get the "not responding" situation again.
    After closing Firefox so I can restart it, the browser will open but the first screen will be a blank tab rather than my home page. I can open web sites and Firefox proceeds as expected as long as I do not try to open a link from within the page in a new Tab. I get the same "Not responding" situation.
    If I immediately close Firefox after it opens without my homepage and then restart it then my home page will open as expected.
    I have not made any changes to programs or setups in Firefox or on my computer in the immediate time before the problem started.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How stop FF31 from opening new window? I want to open all links in new tab at top of page.

    I think the following, quote below, from the help page is my problem.
    I have this one website I use that when I click on a link within the website it is opening a new window with the tab at the bottom. Also, when this happens, I am losing the orange FireFox rectangle, bookmarks and navigation options. How can I set FF31 so that the link opens in a new tab and I keep all my options? I am using Classic Theme Restorer 1.2.3. I also notice that in the new window I lose the ability to use some of the addons.
    I have two laptops and both are running FF31 and W7. One of them is working perfectly and the other is having this problem. As far as I can tell they are both set up the same. The only difference is that when I upgraded to FF31 they both had difference older versions of FireFox. I also read in the help forum that maybe I need to go back to FireFox 28 to accomplish what I am trying to accomplish.
    I noticed that when I go under about:config that the version of FF that is not working has fewer available options versus the version that is working. An example would be that the working version has "browser.tabs.onTop" where on the other laptop this is missing.
    >>>Open new windows in a new tab instead: This option controls whether links from other applications or from web pages which request to open them in new windows are opened in a new window or a new tab in the most recent window.
    Note: If you have chosen to open pages in new tabs, Firefox will ignore this option and will open a new window from a link if the page author specified that the new window should have a specific size, because some pages can only be displayed correctly at a specific size.<<<
    Thank you in advance for any help,
    yeto

    You can override how links are opened via the browser.link.open_newwindow.override pref.
    *http://kb.mozillazine.org/browser.link.open_newwindow
    *1: current tab; 2:new window; 3:new tab;
    Use this for links opened via JavaScript.
    *http://kb.mozillazine.org/browser.link.open_newwindow.restriction
    See also:
    *http://kb.mozillazine.org/Prevent_websites_from_disabling_new_window_features

  • Problem while opening a link of a PDF that points to a specific page to another PDF

    PDF links whose URIs include backslashes are interpreted by Acrobat Reader browser plug-in as local file-system links even when they are not.  This means that a link that points to a specific page number will open the file but not automatically jump to the desired page .  In our browser-based viewing tool, this means that the links are perceived as not working.
    for example :  from IE Browser When we tried to open the link in PDF 1 which has the URL of the 5th section of PDF2 and the URL includes the backslashes then the Specific section of PDF2 is not getting opened . The link just opens the PDF2 first page. This Specific problem does not arrives if we try to open the link through Adobe Reader or if the URL mentioned in the PDF is formed using  forwordslashes instead of backslashes.
    Regards
    Yeshwant

    > not sure if i have explained this very well.
    You have not.
    But tables cells cannot wrap.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "cheers mate" <[email protected]> wrote in
    message
    news:e7obon$nim$[email protected]..
    > lets say i have a table one row deep and 10 columns
    wide, and while
    > viewing it
    > your window may allow only 3 of the first tables at the
    top and three on
    > the
    > next and three the next and finally one on the last.
    (the number of boxes
    > is
    > not an issue)
    >
    > the way the tables are shown is.
    >
    > lets say the window is resized to allow 4 boxes in the
    top row and so on
    > down
    > the page till all boxes are shown.
    >
    > not sure if i have explained this very well.
    >
    > if you do not understand please ask and i'll create a
    few pages to explain
    > what i am trying to do.
    >
    > i have seen this once or twice around some sites, but
    this was ages ago
    > and
    > have no idea what sites so i can not look to see how
    they did it.
    >
    >
    > please take a look at this link i have described what i
    am trying to do.
    >
    >
    http://pro-freelancers.com/cascadingboxes.htm
    >
    > Hope someone can help.
    >
    >
    > thanks
    >

  • Link in emails to open the link in new tab, not a new firefox window with home page,

    Link in emails open a new Firefox window with my default home page. How do I get Firefox to open the linked web page, in an new tab, as it used to do??
    This is for Win XP, FF 17.0.1, using Outlook as mail client.

    Do you mean the results from a search via the Google search bar on the Navigation toolbar or the Firefox Google home page (www.google.com/firefox) ?
    For the Google website you can set your preferences on the Google.com page via the [http://www.google.com/preferences?hl=en Google Search settings] link at the top right.
    Results Window: Open search results in a new browser window.
    You need to allow cookies for Google (Tools > Page Info > Permissions) to save that setting, otherwise you have to repeat it.
    For the Google search bar on the Navigation toolbar you can set the pref browser.search.openintab to true on the about:config page.
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />

Maybe you are looking for

  • Embeddable Fonts for EPUB?

    I'm using ID CS6 to create EPUBs. When I try to export anything other than the usual Times New Roman, or other basic fonts, the fonts don't show up in the exported EPUB. For instance, I've tried using Minion Pro, Warnock, Lucida, etc. and all I get a

  • Problem navigating article with prev next buttons

    I place a next and previous button to navigate between pages in the same article using gotonextpage but it stops working after a few times navigating the article. I tried with navto://article# but it did not worked either

  • Need to Log into two different screens on bootup?

    Since resinstalling Mac OS X Mountain Lion on my 2012 13'' Macbook Air, I have to log in twice. While setting up it made me create a new password before it would wipe the disk and let me continue. So now I have to log in twice booting up my macbook a

  • Trouble Importing Frames into AC CS4 9.02.42

    Good afternoon, I am having trouble importing the frames for a project into AE CS4, and it seems to be an issue with After Effects remembering a previous attempt and importing these files. The first time I tried ti import this project, I hadn't reali

  • HT202213 the "show" menu is not visible. How do I find it?

    I am trying to import music from a shared computer. I can see all of the music, but I cannot see the "show" menu to choose "items not on this computer". What am I doing wrong?