View Single Post
  #13  
Old 03-21-2008, 01:05 PM
 
jasonkyle jasonkyle is offline
 

Member
  
Join Date: Jul 2007
Posts: 22
 

Default Re: "payment is in processing...

There werent any div tags... that was the problem... I had no way to style it.

The page now outputs like this:

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>Your order is being placed. Please wait...</title> <link rel="stylesheet" href="/assets/css/screen.css" media="screen" /> </head> <body> <div class="processing"> <h1>Your order is being placed. Please wait...</h1> <img src="/assets/img/processing.gif" /> </div> <p class="process_close">If the page is not updated in 2 seconds, please follow this link: <a href="http://69.20.50.57/cart.php?mode=checkout&err=fields&paymentid=17">continue &gt;&gt;</a></p><meta http-equiv="Refresh" content="0;URL=http://69.20.50.57/cart.php?mode=checkout&err=fields&paymentid=17" /> </body> </html>

Furthermore, thanks again and good looking out. IE is the devil.
__________________
http://www.readingglasses.com
x-cart version 4.1.8 with extensive modification.
Reply With Quote