![]() |
Sergey Kornilov admin 8/20/2007 |
I think this is the job for a custom OnScreen event. In version 5.1 proceed to Visual Editor and use "Insert ASP code button" Response.Write "<a href=# onclick=""java script:frmAdmin.a.value='prev'; frmAdmin.submit();"">Yesterday</a> "
if Session("mydate")="" then |
|
stanl author 8/21/2007 |
I have a form that is filtered by "where mydate = date()" or the current date. I would like to add two buttons on the list view that would move forward one day and/or backward one day. This would need to change the filtered where clause. Any help in setting this up is appreciated. Thanks Stan
|
![]() |
Sergey Kornilov admin 8/21/2007 |
First of all you need to remove WHERE clause from the SQL query on SQL query tab. |