> Why does the following show up and work fine in IE and not Netscape?
>
> <select name="gender" >
> <cfoutput query="sexlst">
> <cfif sexlst.value contains currentpt_dat.gender>
> <option value="#sexlst.value#"
> selected>#sexlst.descrip#</option>
> <cfelse>
> <option value="#sexlst.value#" >#sexlst.descrip#</option>
> </cfif></cfoutput></selected>
Netscape is less forgiving of HTML errors than IE. Change your closing
</selected> tag to a closing </select>.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.