Anyone come across this type of error before?
The page is loading at least partially (the background is being set by CSS), but before I can react, the above flicks up and clicking OK results in a standard "The page cannot be displayed" type error.
Running through the process in Firefox results in no problems - the page loads fine. The page being sent to actually being the same page as it was initially on: it's finding fault with a field and saying "fix field X" - if I ensure all fields have no problems, it works. If I change the problem field it still doesn't work.
So, logical thought is that the problem is being caused by the error validation output. Except I can't see how it could be; here's the diff...
HTML code:
<div class="curvy_all curvy_container">
<div class="curvy_all curvy_top"> </div>
<div class="curvy_all curvy_left">
<div class="curvy_all curvy_right">
<h3>Please correct the following errors:</h3>
<ul>
<li>Please enter an unexpired card expiry date.</li>
</ul>
</div>
</div>
<div class="curvy_all curvy_bottom"> </div>
</div>
</td></tr> <tr><td valign="top"> </td></tr> <tr><td valign="top">
Nothing I can see there that should cause any problems.
(Not the ideal way of laying things out, but not much I can do about that :()
So I'm stumped. Anyone here have any suggestions?