i have a div tag named
<div id="div1" runat="server"></div>
i wrote a javascript which adds content like 0,1,2,3, in this div tag as its content.
Now i want a script which will delete some of the content of div1.
as like 0,2,3,
how can i remove content from div tag.