Minimum Search Character on List Page |
10/20/2008 04:41:58 | |
| ASPRunnerPro General questions | ||
|
P
paulyap2k author
Hi There, |
||
|
J
|
Jane 10/23/2008 |
|
Hi, xt.assign "searchbutton_attrs","onClick=""java script: RunSearch(" & id & ");"""
xt.assign "searchbutton_attrs","onClick=""java script: if (document.forms.frmSearch" & id & ".SearchFor.value.length<4) alert('Enter four characters or more'); RunSearch(" & id & ");""" |
|
|
P
|
paulyap2k author 10/23/2008 |
|
Hi Jane, Hi, edit generated ..._list.asp file for this purpose. Find this line: and replace it with this one: |
|
|
P
|
paulyap2k author 10/24/2008 |
|
Hi Jane, Hi, edit generated ..._list.asp file for this purpose. Find this line: and replace it with this one: |
|
|
J
|
Jane 10/24/2008 |
|
Hi, xt.assign "searchbutton_attrs","onClick=""java script: if (document.forms.frmSearch" & id & ".SearchFor.value.length<4) { document.getElementById('ctlSearchFor').value=''; alert('Enter four characters or more'); } else RunSearch(" & id & "); """ |
|
|
P
|
paulyap2k author 10/24/2008 |
|
Hi Jane, |
|
|
J
|
Jane 10/28/2008 |
|
Paul, |
|
|
P
|
paulyap2k author 10/29/2008 |
|
Hi Jane,
|
|