Go to advanced search

by akbarkhan95a
Thu Dec 15, 2016 1:49 pm
Forum: Java
Topic: How to remove attributes?
Replies: 0
Views: 1573

How to remove attributes?

Assume I have the following HTML source code: <img onload="..." ... someotherattr="..." ...> ... </img> How can I remove the two attributes "onload" and/or "someotherattr" but not all other (possibly existing) attributes? Can I put the remove command for the two attributes into one statement or do I...

Go to advanced search