HTML - Urgent Help Needed:amount Format Error On Payment Gateway
Hi guys, I need your help! My client using our online payment gateway on his website is getting an invalid format for the amount to pe paid in EURO currency.
Instead of having the correct amount, the payment page displays : '&8468x2AC' Do you know what could be the cause of this? I will appreciate your help. Many thanks, Jaysen Similar TutorialsHi to everyone on the forum, I'm new here. I have a small problem (hopefully)... I'm now in Beijing for a special Youth Outreach Project "Ballers in Beijing" We are a non-profit organization, using sport as a bridge in Northeast Asian youth communities. I paid someone to build the project website and they have since abandoned it. Leaving me to fix up everything on my own. I didn't have any knowledge of HTML a couple of months ago, so I think its getting a little better. But I still can't figure out how to center everything on my page, to fit the browser. http://www.ballermag.com/index.html Please take a look, and if anyone is interested in helping I would appreciate it. Hi Everyone, I am developing website where in client need a google internal search on his site. Since i have converted my html's into php. how should i implement script into my php file. If any one having script please provide the source code. Help would be appreciated. Thanks in advance. This is my blog : www.moneyplanters.com hosted on Blogger platform I need to integrate Yahoo Finance charts (as on http://livecharts.50webs.com/charts.html) and a Gann calculator (as on http://www.gannsquareof9.stockmaniacs.net/ OR http://www.pivottrading.net/pivot/pivot/gann.html) The codes will be easily available to the prgrammers from these respective websites. However, their only job will be to modify it to some extent, as i would like to change the content and add/delete a few features as mentioned below : Gann Calculator : The grid should not be visible. The code should carry out the calculations at the backend and only the results are to be displayed to the user. Background colours, fonts etc will be changed later. This part of the page should not refresh automatically. Yahoo Charts : User should get a dropdown menu to choose his market. Based on his choice, the next dropdown in which he chooses the scrip gets activated. Scrips for markets other than the user's choice are not displayed. Background colours, fonts and position of objects will be changed later. This part of the page should auto - refresh every one minute. Chart size and auto refresh choices to be removed and shall be fixed after consulting the programmer. Others : 1. All code must be "blogger" friendly and shall be hosted on Blogger platform. 2. Scope of adding text should be there, which shall be added from the blog editor. 3. Scope to add modify Adsense ads within the post (which will include the charts and the calculator) should be made available. Can anyone code this for me ?? Hello, For some reason I am getting wierd results. This is my entire HTML page: Code: <style> code { border: 1px solid #999; display: inline; } </style> <code> <span style="color: #000000"> <span style="color: #0000BB"> <?php <br /> </span> <span style="color: #FF8000">// </span> </span> </code> And it returns this: Why does it look like that? I have the CODE tag only once... :S Hi all, I have a query in HTML. I want to open a window and then wait for 3 seconds and close the window automatically. And this is to be in a loop for n times. This is the requirement Can you please help me in this?? Hi all -- Working with a tight deadline (2 weeks) and need to come up with a solution. My company has a library of promotional materials that it makes available internally. Currently, we have a little ASP ordering app that lets employees create a cart of items and order these materials. (There is no money changing hands, it's all free.) As it stands, the plug on this app will need to be pulled on December 31st, and I need to find a new solution. I am not well-versed enough in ASP to be able to develop a new app in the given time frame, and I need something relatively simple that can get the job done. Ideally, we could take this app and move it elsewhere, but that doesn't look like it's going to be possible. Any and all ideas would be MUCH appreciated!!! First post here, and need some help from you lovely people! http://www.advanced-windows.co.uk/demo2 Ok, view the site in Firefox and hover over the 3rd button, you will see it works fine. Now view the site in IE and you see the hover over doesn't work The guy is really kicking my ass for his site haha. So any help would be greatly appreciated! Thanks! Hi, I'm working for a client, and altered code in their wordpress, but something has been altered and I can't undo or look at a previous version to work out what I've done wrong. The header on this site http://vevant.com/category/life/ should be a live link to the homepage, where the text v e v a n t appears, and also that strange other bit of header shouldn't be there either. I've attached the altered header code and how the site should look originally to assist. Any help would be GREATLY appreciated, and the speed would also help since the client is pissed at me! Thanks so much! Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <meta name="google-site-verification" content="prqriBk3SYOMV1xUYJ5FYZ3-pBV-BEQB1nmKzmnCNs0" /> <meta name='robots' content='index,follow' /> <script type="text/javascript" src="/wp-content/themes/Vevant/Vevant/flash/swfobject.js"></script> <title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" /> <style type="text/css" media="screen"> #search { height: 20px; padding-top: 7px; } </style> <?php // Turn off all error reporting error_reporting(0); ?> <?php if (is_single()) { ?> <?php while (have_posts()) : the_post(); ?> <link rel="alternate" type="application/rss+xml" title="<?php the_title(); ?> Comments" href="<?php bloginfo('url'); ?>/?feed=rss2&p=<?php the_ID(); ?>" /> <?php endwhile; ?> <?php rewind_posts(); ?> <?php } ?> <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="page"> <div id="content-space"> <div id="header"> <div id="headerimg-left"> <div id="headerimg"> <span id="header-left"> <a href="/" style="display:block;"></span></a> <div id="header-right"> <div id="top-menu-background-left"></div> <div id="top-menu-background"> <ul id="top-menu"> <li><a href="/category/life/">Life</a></li> <li><a href="/category/men/">Men</a></li> <li><a href="/category/women/">Women</a></li> <li><a href="/category/still/">Still</a></li> <li><a href="/category/film/">Film</a></li> </ul> </div> <?php get_search_form(); ?> </div> </div> </div> <div id="headerimg-right"></div> </div> <hr /> I really feel like I've messed up around the 'SPAN' area, but I'm really stuck as to how to remedy this. Thanks so much guys! Hi I just developed a my site called www.365telecom.com in a "Firefox browser" but when I open it up in Internet Explore I get a Stack Overflow at line: 0 Error What do I have to do to make the site run smooth in both browsers????? screenshot: OFFLINE screenshot: ONLINE View website So... Im stunned, deleted the FTP folder several times, cleared my cache offline several times. No result. I didnt mess up code, im almost certain of it. The site displays FINE offline. So please, advice me. This isnt fun anymore.. Ive spent the whole day optimizing this site for stupid IE. What is causing this? I'm building a website for a friend, and they were wanting a payment within which the customer can transfer a JPEG or a BMP at the same time with payment. I've been searching and looking at different programs and I still haven't found one. Does anyone know of one or know where to find one? Thank you in advance Hello Basically what I need here is when someone donates to me, they get what I call a "Donor Key" this needs to be different for each person. This need to be added to this file: Clicky! It needs to be in ini format so: [*key here*] banned=no Is it possible that a key is randomly generated and added to that file? Hi, Im looking to make a payment form that calculates the prices as you go along, similar to this i just dont know how to go about it, is there software that can be used? thanks alot, Dan I need help or your suggestion for doing this. What are the processes for adding payment system by master card or debit card in a website? I mainly want it for online hotels booking and online car rental. I have credit/debit cart to take payments. People will not redirect to from my site to paypal or other site to complete the payment. I want everything will be done from my site. Is there anybody please teach me how to add credit card payments, directly from my site, they will enter their credit card details and pay. Hello! This is my first post on the forum, seems like a nice place here. I'm pretty much brand new to HTML and CSS as well. I'm learning fast but I have run into a problem that I cannot solve... and maybe it is not even solve-able with HTML. I want to create a table that has a different amount of cells on each row, but I want those rows to have the same width. I understand it is hard to understand from my poor description. So check out the image below: This is how I want to table to look, how is it done? Thanks! Hey everyone, I just want to know if anybody knows any code that will set the amount of checkboxes that are allowed to be checked in a form. Say there are 30 check boxes, but I only want the user to be able to check 10, how could I do this? Preferably so that if there are too many boxes checked when they click, 'SUBMIT', then an error message will pop up telling them that they have checked too many boxes. Thanks in advance. Hi, I would like to know if I can make the background image (over which I will write the content of the page) to fit the space I'm using. For example, I don`t how to explain it , but I see sites with the navigation bar image or the content image to adapt its size according to the amount of text on them. And then it seems like they are infinite, again, it adapts to the isze of the page. But my background image stays the same size all the time and I can see the end of it. I know I didn`t explain it very well but I don`t know exactly what I need to do this so, if someone could help me, thanks a lot. Hello, I see the design of my page is good in firefox but in Internet explorer is meesed up Can someone help me? i will send the page code now please thanks in advance! Hi Everyone, I am developing a website, wherein i have used a impact font (19px) for the headings which i feels looks quite blur. My question is that can we make that font much sharper. As i know we can do that font sharper in photoshop. Is there any way we can make Impact font sharper in HTML? Thanks in advance... Vishal I have developed a website just for my final year project... I have created this website for IE7. Now I have a problem... I have 3 frames in the page which are placed horizontally <frameset rows="185,*,38" frameborder="no" border="0" framespacing="0" SCROLLING="auto" > <FRAME SRC="page1.htm" NAME="frame1" frameborder="0" scrolling="no" marginwidth="0" marginheight="0" noresize="noresize"> <FRAME SRC="page2.htm" NAME="main" scrolling="auto" marginwidth="0" marginheight="0" noresize="noresize"> <FRAME SRC="page3.htm" NAME="bottmFrame" scrolling="no" marginwidth="0" marginheight="0" noresize="noresize"> There are links in the frame1 that change the pages in the main frame.... I have set it such that there is no Horizontal scrolling only vertical scrolling.... But in IE I have a big problem... The scroll sometimes disappears completely... Leaving only half the page in the main frame.... I have a dead line to meet and this is the only headache I am facing. |