How can I put a check out in a web page?

Im trying to validate a credit card and send money from a credit card to another credit card.
Now, I know there are a few examples of validating a credit card, but what about transfering money?
Any help is appresiated. Thanks.

Validation is very easy, both server side and client side. Check the ColdFusion Exchange section for "credit card validation" -- you should find several server side tags. You can Google "credit card javascript validation" and find many client side methods.
Now for the second part of your question, transferring money from one card to another: This is forbidden in the credit card regulations and most likely illegal due to various money laundering laws. You can move money from a credit card to a merchant account to pay for goods or services, but you can't move it from credit card to credit card.
Now you can have a credit card linked to your merchant account (actually a debit card) -- but you need a merchant account.

Similar Messages

  • How can I change a minus figure on a web page to show in red? Firefox3.6.8 winXP

    How can I change a minus figure on a web page to show in red?

    I would assume that the website sends negative number with a special CSS class code or uses JavaScript to to change the style afterward.
    Did it ever work in Firefox?
    Do you see a error in the Tools > Error Console regarding this problem?
    "Clear the Cache": Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove the Cookies" from sites that cause problems: Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • How can i put a system.out.println into txt file

    i want to generate a txt file instead of system.out.println. for the output How can i do that and what code can i use for that??
    Edited by: crystalarun on Oct 14, 2007 11:40 AM

    suppose u ant output in "Output.txt"
    then code can be
    PrintStream out = new PrintStream(new FileOutputStream("Output.txt"));
    System.setOut(out)

  • How can I display XSLT transformer errors on a web page ?

    Hi,
    I have some JSP pages that access DB, create an XML based on DB data and then transform it into HTML through an XSLT stylesheet. Developing the XSL code it's easy to make mistakes and generate errors on trasformation, but what I receive on the web page is only a "Could not compile stylesheet" TransformerConfigurationException, while the real cause of the error is displayed only on tomcat logs. This is the code for transformation:
    static public void applyXSLT(Document docXML, InputStream isXSL, PrintWriter pw) throws TransformerException, Exception {
            // instantiate the TransformerFactory.
            TransformerFactory tFactory = TransformerFactory.newInstance();
            // creates an error listener
            XslErrorListener xel = new XslErrorListener();
            // sets the error listener for the factory
            tFactory.setErrorListener(xel);
            // generate the transformer
            Transformer transformer = tFactory.newTransformer(new SAXSource(new InputSource(isXSL)));
            // transforms the XML Source and sends the output to the HTTP response
            transformer.transform(new DOMSource(docXML), new StreamResult(pw));
    }If an exception is thrown during the execution of this code, its error message is displayed on the web page.
    This is the listener class:
    public class XslErrorListener implements ErrorListener {
        public XslErrorListener() {
        public void warning(TransformerException ex) {
            // logs on error log
            System.err.println("\n\nWarning on XEL: " + ex.getMessage());
        public void error(TransformerException ex) throws TransformerException {
            // logs on error log
            System.err.println("\n\nError on XEL: " + ex.getMessage());
            // and throws it
            throw ex;
        public void fatalError(TransformerException ex) throws TransformerException {
            // logs on error log
            System.err.println("\n\nFatal Error on XEL: " + ex.getMessage());
            // and throws it
            throw ex;
    }When I have an error in the XSL stylesheet (for examples a missing closing tag), I can find on tomcat logs the real cause of the error:
    [Fatal Error] :59:10: The element type "table" must be terminated by the matching end-tag "</table>".
    Error on XEL: The element type "table" must be terminated by the matching end-tag "</table>".but on my web page is reported just the TransformerConfigurationException message that is:
    "Could not compile stylesheet".
    How can I display the real cause of the error directly on the web page?
    Thanks,
    Andrea

    This code is part of a bigger project that let developers edit XSL stylesheets through a file upload on the system and we can't impose the use of any tool for checking the xsl. So, I need to display the transformer error on the web page.I see. This code is part of an editorial/developmental tool for developers to create and edit XSL stylesheets.
    As part of the editorial process, XSL errors during editing can be considered a normal condition. In other words, it is normal to expect that the developers will generate XSL errors as they are developing stylesheets.
    In this light, handling the XSL transformation errors is a business requirement that you need to handle. Using the Java Exceptions mechanisms, e.g. try / catch are inappropriate to handle business requirements, in my opinion.
    I suggest that you look at how you handle the occurence of XSL errors differently than what you currently have. You need to:
    (1) capture the Transformation exception on the server;
    (2) extract the message from the exception and put it into a message that can be easily understood by the user;
    The current error message that you have going to the web browser is not useful.
    And you should not have the Transformation exception sent to the web browser either.
    What you are attempting to do with the exception is not appropriate.
    Handle the Transformation exception on the Business tier and use it to create a useful message that is then sent to the Presentation tier. In other words, do not send Java exceptions to web browser.
    />

  • How can I embed a Keynote presentation on a web page?

    I created a Keynote presentation using Keynote version 6.5 (OS X Yosemite). I found the "export as html" option, which creates an entire web page named index.html. I opened that web page in Dreamweaver, but I'm not talented enough to figure out how to turn that page into a proper index.html page, including the graphics, background, and links (etc.) that I want on my sites home page.
    I have also tried to embed the presentation onto a web page that I've already created, but I can't figure out how to do that, either.
    Can someone tell me if it's possible to embed a custom-sized Keynote presentation onto a web page and, if so, how?
    OR can you tell me how to edit the page that Keynote created when I open it up in Dreamweaver?
    I think the former would be easier, given what I've seen when I try to do the latter.
    I have been using Dreamweaver for many years - since before Adobe bought it - and the site I'm currently updating is already in Dreamweaver. That's why I'm asking about Dreamweaver (if you were curious).
    Of course, I've probably not provided all the information you would need to help me, so please ask questions. I won't be offended if they point out my ignorance!
    Thank you for any help you might provide.

    The only workaround I found was to use the desktop version of Keynote, which allowed me to export the presentation as a set of images to iPhoto. From there, they show up as an album and can be brought back to the iPad, and then played as a looping slide show in the pictures app. It worked perfectly.

  • How can I disable html5 videos from displaying on web pages?

    I use yahoo.com as my "news" page. In the last month or so there are more and more small format videos next to the new article. Used to be just a still pic, but now more "invasive". If I had my way I'd still click on "text only" like the old modem days. I want to READ an article, and I find the video images on their main page, before clicking on a story, to be distracting. Also, I'm on a limited data usage plan so don't appreciate them shoving data down my throat.
    Using Firefox 32.0 and Windows 8.1
    Yesterday I installed the "No Script" extension thinking I could block Just these videos, but doesn't seem to work that way. It blocks most everything including interactions like clicking on a button.
    If I examine the "object" (video) it appears to be an "html5" item. This seems to be something new from what I can google.
    There are a few help screens for html5, but these are "how do I play them" instead of "how can I block them".

    Try to set the media.autoplay.enabled pref to false on the <b>about:config</b> page.
    You can open the <b>about:config</b> page via the location/address bar.
    You can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config
    You can also see if this extension works (Flash Block is currently broken).
    *FlashStopper: https://addons.mozilla.org/en-US/firefox/addon/flashstopper/

  • How can I make Firefox go back to same web page position

    How can I set Firefox to go back to same web page position

    Just wait till Firefox ends loading web page. Then it'll be automatically set in to position when you have been leaving web page

  • How can I refresh only a section of a web Page

    Hi,
    I am generating a web page using pl/sql. This web page has
    multiple sections in it. Only first ten records of each
    sections are displayed and the user can click on <prev> <next>
    button to display the prev/next 10 records. e.g.,
    Section 1 - Previous Names
    Smith
    Owen
    McDonald
    <<Prev 10 Next 10>>
    Section 2 - Previous Addresses
    111 State St.
    121 Altamont Ave.
    48 Apt 1., Bleeker St.
    <<Prev 10 Next 10>>
    Section 3 and so on ...
    My dilemma is that if a user wants to display the next ten
    records of a Section (e.g. Previous Names), I only want that
    part of the page to refresh instead of the entire page to reload
    again (similar to an ASP using Remote Scripting).
    Can this be done in Oracle using PL/Sql?
    Thanks
    Vic

    Each Section is independent of the other i.e., the change in the
    contents of one section shouldn't affect the contents of another
    section. This works fine. I am able to change the contents of
    a section without affecting the contents of another section. I
    basically keep track of each sections starting position.
    Though this works fine and gets me what I want, it's not very
    efficient. Each time a section's contents change (by clicking
    prev/next) the whole page needs to be reloaded. I want only the
    section that was clicked on to reload.
    In Active Server Pages (asp), a person can use "remote
    scripting" to reload only a part of the page without reloading
    the entire page. I was wondering if this could be done using
    PL/Sql as well?
    I could certainly use frames but that's not an option. Frames
    are a big no no here.
    Vic

  • How can I demo my mobile app on a web page? or standalone

    Is there a way to show my Flex mobile app in a browser?  either on a web page or standalone is ok.
    I'm using Flash Builder 4.6 to build a mobile app for iOs (iphone 4) and when I debug it, it shows the program in a window like the phone,
    Is there a way to wrap this up and give it to someone to run in a Flash-player-browser-like window? 
    thanks!
    steve

    You can do something similar to this by using Export Release Build and instructing FB to Export as "Signed AIR Package for installation on desktop"
    This will create a file that can be installed on a computer and behaves much like a debugger execution.  A few caveats are that the user will need to resize the window manually to match a "phone size" and mobile features (camera, gps, accelerometer, etc) will either be unavailable or behave very differently than on an actual phone (depending on your code implementation).
    Still, for most apps, this will give your audience a good feel of what your app will be like when released on the phone market/store.

  • How can I type over existing text on a web page?

    I would like to be able to type over existing text on a web page. This can be done by hitting the "insert" key in several applications; however, it does not work in Firefox.
    I'm running Firefox 31.0 and Windows 7.

    Unfortunately that is not possible in Firefox.
    The insert key is not supported (i.e. Firefox is always in insert mode), so you will have to delete the old text and type the new text.

  • How can I add a Last Update to a web page with a web app.

    I would like to know how to update a webpage whenever a web app item has been added or updated last.
    I have the tag {tag_lastupdatedate}  but it only works is only for the web app list or details page.
    I want to be able to add the date and time as to when the entire list was last updated. Any suggestions? thanks!

    Hi DLSAgency,
    There is a module called {module_lastupdated} and it will display the date when the web page it's on has been last updated, but there is no module that will display when the web app list inside that page was last updated. There no such functionality in BC.
    Cheers,
    Mario

  • How can I get HTML source code of dynamic Web page ?

    Hi,
    I would like to write a program that can get HTML source code of some Web pages, but there are some dynamic Web pages that I can't do it with URL class. For example: http://www.europlex.ch/web/3schedule/showAll.jsp?context=schedule.
    Thank you very much for any solution.

    Thank you for your attention. I'm sorry because I could't describe it clearly. If you don't mind, please follow this step to understand my problem:
    In the browser, enter URL: http://www.europlex.ch/web/main.jsp?locale=_english
    Click on Schedule, you will see the page with Cinema name, Film, Time... I would like to write Java Program to get HTML code of only this Page (Not frame page).
    Do you have any idea ?
    Thanhks,

  • How can I put a background image in headers in PAGES

    It seems I cannot put a background image in headers. I want a background gradient to go behind the text. I have to place it on the "page" "behind" the header on every sheet instead. Other than creating a graphic that is both (bitmapped) text and image, what can I do? Or is there some way to create an object that has edittable text over the image. Thanks, Peter

    If you are referring to Pages app, it is easy:
    Open your document
    Go to Menu >> View >> Show Layout
    You will see headers, body and footers laid out with edges
    Click inside the header
    Open  your Media browser
    Drag your graphics (or photo) into the header
    Be sure to PRESS AND HOLD COMMAND (APPLE) KEY while you do this!!!
    If you don't pres the key, the picture will be pasted outside the header!
    I think the Command key press was what was screwing you up here...
    This applies to Numbers and iWeb as well, BTW

  • How can I put pictures in a table in Numbers / Pages 10. ?

    Hello
    I have the new version of Numbers and Pages 10.
    Does anyone know how I can put pictures in a table, it always changes my picture into a background...That is annoying!
    It worked perfectly with Numbers / Pages 09...
    I really hope anyone knows how to do it, I have to prepare a list till tomorrow and it drives me mad!
    Thanks a lot!
    Miss V.

    There is no such thing as Numbers or Pages 10. The newest versions are Numbers 3.0.1 & Pages 5.0.1. The suite is sometimes referred to iWork '13, even by Apple, as that when it was released.
    Pictures in tables is just one of the 90+ features that didn't make it into the "new & improved, rewritten from the ground up” Pages 5 & Numbers 3. Leave feedback for the Pages team using the link in the Pages menu and review & rate the new versions in the Mac App Store. Do the same for Numbers.
    If you previously had iWork '09, those apps are still in your Applications folder in a folder named iWork '09. You can continue to use them to get things done.

  • On iCloud pages how can you put a header on only the first page and not the second page?

    I'm trying the do a visual report and every time I put a header on the first page it goes to the next page and if I try to delete it on the second page it deletes on the first page too.

    bump

Maybe you are looking for

  • Can only print one copy at a time in AppleWorks since upgrading to Tiger

    Since upgrading to Tiger 10.4.3, (now using version10.4.6) and AppleWorks 6.2.9, I cannot print more than one copy of my document using either of my Epson printers, a R200 and a C86. I did not have this problem with Panther and AW 6. Apple techs said

  • How can i deploy a servlet with eclispe

    Hello, will any one of u give me the steps to deploy a servlet with eclipse on portal server(J2EE Engine), in help of eclipse they given as, whole webapplication deployement, but that is also giving me a error, the procedure they given is, once we cr

  • Safari, itunes, and Adobe Reader wont start up on iBook G4

    I have an iBook G4 that I purchased from a friend a few months ago that seemed to be working fine up until two days ago. Now for almost no reason at all, Safari, itunes and Adobe reader will not open anymore. Can someone please help me?

  • Xml tag

    Hello, I'm on Java and I put a xml in a dom. Now I need to check that all "mytag" as a ddiferent "id" value: <xml........................>   <mttag id="one"............./>   <mttag id="two"............./>   <mttag id="one"............./> //--error  

  • Split-mirror backup: Attempt to mount unknown instance

    Hi experts, I am backing up the Oracle database of an SAP system online via the split-mirror approach with a BRBACKUP -t online_split command. After having copied all datafiles, BRBACKUP terminates with the following error message (excerpt): BR0330I