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>
>

Similar Messages

  • 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() >

  • 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

  • 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

  • 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/

  • 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

  • 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 />

  • Open link in new page

    Hey, I'm new in this forum.
    I know standard there is no possibility to open a link in a new page (tab).
    But it must be possible to achieve I suppose?
    Probably by putting some html code in the pages? Or even with an easyer way?
    for example , if I make a link to a photogallery on Picasa, afther 20 or more photo's it's a very long way for visitors to come back to the website.
    I don't use .web because off the very smal amount off webspace they give;
    Thanks a lott!
    http://users.telenet.be/flour.piet/index.html

    thanks a lott Vonz ... very helpfull ... but it's only (fot a newbee like me) a partial answer.
    For an opening page : OK
    But for a further page in a web : where has the " target="_blank" title= to be putt in?
    For example : http://picasaweb.google.nl/piet.flour/Opa90Jaar080907DifferentLook
    should that be :
    http://picasaweb.google.nl/+*_"target="_blank" title=_*+ piet.flour/Opa90Jaar080907DifferentLook
    or :
    http://picasaweb.google.nl/piet.flour/_+*"target="_blank" title=*+_ Opa90Jaar080907DifferentLook
    or :
    http://picasaweb.google.nl/piet.flour/Opa90Jaar080907DifferentLook_+*"target="_blank" title=*+_

Maybe you are looking for

  • HT1451 No longer able to add itunes library from external hard drive.

    Its been about a year since I used itunes because my old pc burned out. I was using an external hard drive to store my itunes libraryand my preferences were set to advanced preferences / itunes media folder location / F:\itunes data, and was working

  • CS4 file merging problem

    Hi Everyone, I hope somebody can help me with this one. I have 2 sites each with it's own root folder, each was started as it's own site using it's own the selected root folder. The 2 sites share the same template, with the same spry assets, menu bar

  • The search function is missing from my navigation toolbar

    I have the navigation toolbar checked under the View menu. It shows the regular stuff but to the right of the URL site name it shows a Wikipedia search function. I don't know where that came from but I want my general search function back.

  • I am running Firefox 4 but it looks identical to the old version that it replaced

    I have just downloaded and installed Firefox 4. When it opened for the first time, it looked like Firefox 4. After shutting down and reopening, I am seeing what appears to be the old version (ie, Classic Compact theme is used, colored tabs working, w

  • Apache HTTP server has stopped working

    Problem signature:   Problem Event Name: APPCRASH   Application Name: httpd.exe   Application Version: 2.2.21.0   Application Timestamp: 4e6b3136   Fault Module Name: OraClient10.Dll   Fault Module Version: 10.2.0.1   Fault Module Timestamp: 43465d7a