Has anyone had success using ASP script inside of JavaScript?
ex.
function go(){
<% FOR i = 1 to 2 %>
...
<%NEXT%>
}
I have read that this is possible, but I have not been able to implement it successfully
Can anyone help with this?
Yvette