I am trying to get dbman to work for my wife's realtor site. I have some search problems. Viewing works great and most searching works except:
When I use the radio button to find all records with Virtual Tours, the proper records show but the if 'virtual' eq yes, it isn't showing the button link to the tour. Any other search and the button shows.
When I use the drop down to find all pending or backupoffer records, the proper records show but the text on the top right of each listing which is per the if/else statement is "available" which is my final else. All other searches and it is okay.
Seems when I use a specific search, the if/else that pertains to that record fails. Please help!!!
Link to page to view issue: http://soldbygilda.com/featured.htm
Link to html.pl to view sub html_record: http://www.soldbygilda.com/help/html.txt
Link to default.cfg: http://www.soldbygilda.com/help/default.txt
Thanks in advance!!!
Chris
When I use the radio button to find all records with Virtual Tours, the proper records show but the if 'virtual' eq yes, it isn't showing the button link to the tour. Any other search and the button shows.
When I use the drop down to find all pending or backupoffer records, the proper records show but the text on the top right of each listing which is per the if/else statement is "available" which is my final else. All other searches and it is okay.
Seems when I use a specific search, the if/else that pertains to that record fails. Please help!!!
Link to page to view issue: http://soldbygilda.com/featured.htm
Link to html.pl to view sub html_record: http://www.soldbygilda.com/help/html.txt
Link to default.cfg: http://www.soldbygilda.com/help/default.txt
Thanks in advance!!!
Chris


Re: [jnjhost] Problems with search and if/else statements