I'm having a problem with this statment, if any body can help me with that i will appriciate it!
return "<select id='test "+ id +"' onChange='javascript:saveValue("+ id +",this.value)' value='"+ value +"'><br>"<%do until rsProducts.EOF%>"<br>"<%ProductBasicName=rsProducts("ProductBasicName")%>"<br><option><%=ProductBasicName%></option><br>"<%rsProducts.movenext%>"<br>"<%loop%>"</select><br>";
what i'm trying to do is to get a value from an ASP rs and make a loop with it inside a javascript statment.
I think you should ask this question in the .NET forum instead. This forum is for client side javascript - Your question relates to server side Jscript.
Bookmarks