remove <div>-element
Hi
how to simple remove the <div> and its content with vbscript?
it is possible to add an id-attribute, in case it makes it easier
ex:
htmlstring = "<html><body><div><b>to me removed</b><br/>remove me</div>other text</body></html>"
thx,
kristof
|