Is that possible to call a javascript function in the middle of the page. I have many recordset in a page and for each recordset I have to print out the maximum and minimum value on top of the recordset. However, I cannot just grab it from the database because there are data manipulations after I get the recordset.
Here's what I need to do.
1. I need to get max and min from step2
2. recordset + datamanipulation
3. Can I execute javascript here to print out the max and min for step1?
And I need to repeat the above 3 steps many times for each recordset. This is classic asp. Thanks.
...
Go to the complete details ...