dava133
|
| Posted: 02/27/2002, 9:38 AM |
|
Hi, ive read the tip about resetting the search form by elena and was wondering whether I could have this as a button next to the Search button instead of being a link in the actual table?? WOrks great though, cheers
David
|
|
|
 |
cornwell
|
| Posted: 02/27/2002, 1:16 PM |
|
If using HTML templates:
In the HTML template, in the Search form, add the line
<td><input type="button" value="Clear Search" onclick="location.href='XXXXXXXGrid.asp'"></td>
Change the 'colspan' value of the existing cell holding the CC Search button.
Change the location.href value in the inserted line to the name of the page containing the search form.
|
|
|
 |
dava133
|
| Posted: 02/27/2002, 2:31 PM |
|
Cheers m8, found a simpler way, just used dreamweaver to add another button - input type="reset", worked a treat but thanks for the reply
David
|
|
|
 |
Nicole
|
| Posted: 02/28/2002, 7:28 AM |
|
Hello,
I've found another solution in Tips&Articles section: http://www.gotocode.com/art.asp?art_id=134&
|
|
|
 |
Nicole
|
| Posted: 02/28/2002, 7:28 AM |
|
Hello,
I've found another solution in Tips&Articles section: http://www.gotocode.com/art.asp?art_id=134&
|
|
|
 |
|