Hi,
does anyone know how to access a html div from vb code?
I have the below div and would like to access the "This is headline 1" div, i would like to replace this with rows from sql server
ThanksCode:<DIV id="scrollup" style="Z-INDEX: 101; LEFT: 348px; WIDTH: 164px; POSITION: absolute; TOP: 41px; HEIGHT: 109px" ms_positioning="GridLayout"> <div class="headline">This is headline 1</div> <div class="headline">This is headline 2</div> <div class="headline">This is headline 3</div> <div class="headline">This is headline 4</div> </DIV>




Reply With Quote