Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
How do I Turn OFF Ajax Detail Preview but Keep Ajax Auto Suggest ?
Theres probably something in /commonfunctions.asp that can do itbut the below will work.On the visual editor page goto the source codesearch for your master detail link... something similar to below and remove the ajax (red) formattingold code<A class=tablelinks id=yourproject{$row.1recno} href="yourproject_list.asp?{$row.1yourproject_masterkeys}" master-detail link name</A>new code<A class=tablelinks id=yourproject{$row.1recno} href="yourproject_list.asp?{$row.1yourproject_masterkeys}"[color="#ff0000"][color=#000000]>[/color]master-detail link name</A>