There looks to be a missing </table> tag. IE will forgive the most
grievous of table errors, but Netscape will not and will display nothing.
Netscape also requires that all form elements appear within a <FORM> tag,
something IE also forgives.

> I have a search page using Cold Fusion's Verity engine. In IE the page
> displays fine. In Netscape 4.04 it displays a blank page.
> 
> I had this happen once before with form fields, but forgot how I licked it.
> Is this a Netscape problem? Any ideas?
> 
> Thanks.
> 
> Robert Orlini
> HWW
> 
> FYI---Here is the page source when it displays blank...
> 
> <HTML>
> <HEAD>
> <TITLE>SEARCH</title>
> </head>
> 
> <body bgcolor="#FFFFFF" background="images/newhome/bg.gif" topmargin="0"
> leftmargin="0" rightmargin="0" marginwidth="0" marginheight="0"
> link="#000000" vlink="#000000" alink="#3D5F9C">
> 
> <div align="center">
>   <table border="0" cellpadding="0" cellspacing="0" width="100%">
>   <center>
>     <tr>
>       <td background="images/newhome/bg_nav.gif" height="41" width="100%">
>         <div align="center">
>           <table border="0" cellpadding="0" cellspacing="0" width="663"
> height="41">
>             <tr>
>               <td background="images/newhome/bg_nav.gif"><map name="FPMap0">
>                 <area href="default.cfm" shape="rect" coords="8, 1, 138,
> 40">
>                 <area href="default.cfm" shape="rect" coords="609, 17, 662,
> 40"></map><img border="0" src="images/newhome/top_nav.gif" usemap="#FPMap0"
> width="662" height="41"></td>
>             </tr>
>           </table>
>         </div>
>       </td>
>     </tr>
>     </center><tr><td width="100%">
>       <div align="center">
>         <table border="0" cellpadding="0" cellspacing="0" width="663"
> height="20">
>           <tr>
>             <center>
>               <td width="663" valign="middle" height="30">
>                 <p align="right">
>               </td>
>   </center>
>           </tr>
>         </table>
>       </div>
>     </td>
>     </tr>
>   <tr>
>     <td width="100%">
>       <div align="center">
> 
> 
> <FORM METHOD=post ACTION="SEARCH2.CFM">
> <p align="left">
> <font face="Arial" size="2">
> 
> <INPUT NAME=searchstring SIZE=25>
> <input type="image" border="0"
> src="http://www.hwwilson.com/images/botbuttons/bsearch2.gif";
> alt="Click To Search HW Wilson" name="I1" Value="search" width="74"
> height="18">
> </font>
> </form>
> 
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to