Got an odd problem that is probably more of an HTML isssue. Got some queries that search via two drop down lists. Everything is working correctly except for two types of the values in the drop down lists. After stareing at this for a while, I think I may have isolated the problem. In one of the drop down lists, I have a product "Diet Plus" that relates to a product code of "DP+". When the user selects that one.......it produces no results from the SQL Server data though I know the query is correct per the data.
Then, in the specialty drop down list, I have a few entries with that produce "The page cannot be displayed" errors. I noticed that all of these entries have the '&' or '+" in them like .......
option value="" selected> -- Provider Specialty -- </option>
<option value="Vets & Others">Vets & others</option>
</select>
Any ideas on this topic? Appreciated for the rest of my breathing days. Thanks from Cleveland.
Then, in the specialty drop down list, I have a few entries with that produce "The page cannot be displayed" errors. I noticed that all of these entries have the '&' or '+" in them like .......
option value="" selected> -- Provider Specialty -- </option>
<option value="Vets & Others">Vets & others</option>
</select>
Any ideas on this topic? Appreciated for the rest of my breathing days. Thanks from Cleveland.