Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I am trying to hard code a link into a web page.Works fine in browser but when embedded as a link the search string is lost.Should currenlty find 5 records when pasted in browserIn link returns all records 590 + records
http://bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR¬_In_Bottle_Note_BR=on'>bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR¬_In_Bottle_Note_BR=on'>bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR¬_In_Bottle_Note_BR=on'>bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR¬_In_Bottle_Note_BR=on&asearchopt_In_Bottle_Note_BR=Starts+with+...&value_In_Bottle_Note_BR=+%20+%20+....+See+Details+Page+....+%20+%20+&value1_In_Bottle_Note_BR=
When is a space a space when is it %20 and when is it Hidden link under the Wines with in bottle scores link on this page http://bordeauxreport.com/db-2007/frame/intro.htmSource
<a href="http://bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR¬_In_Bottle_Note_BR=on'>bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR¬_In_Bottle_Note_BR=on'>bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR¬_In_Bottle_Note_BR=on'>bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR¬_In_Bottle_Note_BR=on&asearchopt_In_Bottle_Note_BR=Starts+with+...&value_In_Bottle_Note_BR=+ ....+See+Details+Page+.... +&value1_In_Bottle_Note_BR=">
Also tried this
<a href="http://bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR¬_In_Bottle_Note_BR=on'>bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR¬_In_Bottle_Note_BR=on'>bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR¬_In_Bottle_Note_BR=on'>bordeauxreport.com/db-2007/view/Wine_Data_list.php?a=advsearch&type=and&asearchfield%5B%5D=In+Bottle+Note+BR¬_In_Bottle_Note_BR=on&asearchopt_In_Bottle_Note_BR=Starts+with+...&value_In_Bottle_Note_BR=+%20+%20+....+See+Details+Page+....+%20+%20+&value1_In_Bottle_Note_BR=">
What am I missingCheers Chris