Gossamer Forum
Home : Products : DBMan : Discussions :

Re: [astorprop] Error on search results page

Quote Reply
Re: [astorprop] Error on search results page In reply to
It's likely that it has to do with tags that are opened and not closed. Different browsers react differently to incomplete code.

For example, you have

<div align="left">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="http://www.morrocco.com/images/8_top_123.gif" width="549" height="48">
</td>
</tr>
</table>
</div>
</div>
</td>
<blockquote>
</tr>
<tr>
<td></td>
</tr>
</table>
</center>
</div>

I see no matching </blockquote> tag. Also, sub html_footer won't print out at all because you don't call it from sub html_view_success.

If it was me, I'd take out everything except the most basic coding just to show the results. Once that works on all browsers, add each of your other elements, one at a time and test it on all browsers. It's the only way I can think of to find the problem. You have a lot of code there that doesn't seem to do anything at all. It makes the page load much more slowly and adds unnecessary size to your files.

I'm sorry that I can't point to the problem. There's too much code there to try to wade through.


JPD
----------------------------------------------------
JPDeni's DBMan-ual
How to ask questions the smart way.
Subject Author Views Date
Thread Error on search results page astorprop 5513 Nov 17, 2005, 8:47 PM
Post Re: [astorprop] Error on search results page
JPDeni 5357 Nov 17, 2005, 10:18 PM
Thread Re: [astorprop] Error on search results page
astorprop 5386 Nov 18, 2005, 6:58 AM
Post Re: [astorprop] Error on search results page
JPDeni 5359 Nov 18, 2005, 7:20 AM