This topic is locked

How to Turn OFF Ajax Detail Preview but Keep Ajax Auto Suggest

10/9/2007 5:11:25 PM
ASPRunnerPro General questions
pbunyon99 author

How do I Turn OFF Ajax Detail Preview but Keep Ajax Auto Suggest ?

M
Michael7 10/10/2007

Theres probably something in /commonfunctions.asp that can do it

but the below will work.
On the visual editor page goto the source code

search for your master detail link... something similar to below and remove the ajax (red) formatting
old 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>