Can any body help me?

I am trying to push a server side collection object info to a client
side javascript
The code looks like this

                <%col=Session.Item("col")%>
                <%ObjQuestionViewDO=session.Item("ObjQuestionViewDO")%>
                
                <% 
     For WsI = 1 To Col.count
                ObjQuestionViewDO = Col.Item(WsI)
        %>
                <SCRIPT language="javascript"
id="script1">selassmtitemiid[WsI-1]=</SCRIPT><%ObjQuestionViewDO.QuestionIID.RetString%>
                <SCRIPT language="javascript"
id="script2">selassmtitemname[WsI-1]=</SCRIPT><%ObjQuestionViewDO.QuestionName.RetString%>
                <SCRIPT language="javascript"
id="script3">selassmtitemdescription[WsI-1]=</SCRIPT><%ObjQuestionViewDO.QuestionLabel.RetString%>
        <%              
                next
        %>

Thanks in advance
Leela Krishna


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to