Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I am calling the table_list.php from a regular HTML page and would like to be able to hide the returned search string URLAny easy way to achieve this ?Much appreciated!!André
Andre,you can do the following:
proceed to the Visual Editor tab, switch to HTML mode,
find this code:
<FORM name=frmSearch action=products_list.php method=get>
and replace it with this one:
<FORM name=frmSearch action=products_list.php method=post>
Andre,
Many thanks Jane - worked fine!