putting piece of code into a string ....
This maybe simple but for some reason I am having problems with all the quotation marks...I need to put this command into a string - to be executed later on but I am having problems any suggestions or tips here is the code:
mm_menu_womens_0.addMenuItem(mm_menu_womens_0_<%=o rs("category_id")%>
,"location='categoryind.asp?categoryid=<%=ors("cat egory_id")%>'");
I want this piece of code to go into the string rootmenulist...as I loop through the list I will keep on adding on commands to this string and then execute it later....
elladi
|