![]() |
Sergey Kornilov admin 5/16/2005 |
Hi, |
|
500248 6/7/2005 |
Would you be able to provide me with the sample coding of how I may add this to a record page? |
![]() |
Sergey Kornilov admin 6/10/2005 |
Hi, |
B
|
Bryan 7/14/2008 |
I appreciate the last response to this was about 3 years ago, but has this feature been added ASPRunner (in response to Admins answer below)? |
A
|
askingforit 7/14/2008 |
I need this functionality also. If you could please respond with how to do this it would be great |
J
|
Jane 7/15/2008 |
Hi,
if Request.QueryString("sendemail)="yes" then 'select values 'send email end if |
F
|
fenhow 5/20/2009 |
Hi, |
J
|
Jane 5/21/2009 |
Here is the correct code: if Request.QueryString("sendemail")="yes" then 'select values 'send email end if
|