|
|
Sergey Kornilov admin 2/26/2007 |
|
This will require some changes of the list page along with some Event coding. |
|
|
M
|
mazyad 2/27/2007 |
|
Dear Sergey Kornilov, |
|
|
S
|
silk 7/2/2009 |
|
I need the same exact thing..could you post a public solution? |
|
|
|
Sergey Kornilov admin 7/2/2009 |
|
Check this article for a sample code: |
|
|
S
|
silk 7/2/2009 |
Check this article for a sample code: http://www.xlinesoft.com/asprunnerpro/docs...ted_records.htm
|
|
|
J
|
Jane 7/3/2009 |
|
Hi, |
|
|
S
|
silk 7/3/2009 |
|
ok, but I need to select the record from the "messages" table AFTER hitting SEND TO SELECTED button in list page. |
|
|
J
|
Jane 7/6/2009 |
|
Hi,
<A onclick="frmAdmin.a.value='update'; frmAdmin.submit(); return false;" href="#">email</A>
'Delete selected records if Request.Form("a") = "delete" then BeforeDelete = True exit function end if 'email selected records if Request.Form("a") = "update" then 'send email here 'select user info is in the deleted_values array BeforeDelete = False |
|
|
S
|
silk 7/6/2009 |
|
thank you Jane, didn't tried this code yet but I understand how it works and seems perfect, but I need one more thing: |
|
|
J
|
Jane 7/6/2009 |
|
Hi, if Request.Form("a") = "update" then 'save selected email in the session variable 'and redirect to the users page end if |
|