removing html

wxdqz

New Member
Is it possible to remove specific HTML coding from a page as its loading by the means of a javascript?

e.g.(normal page)

<html>
<title>Test Page 1</title>

<body>
<input type="button" value=http://www.webdeveloper.com/forum/archive/index.php/"Remove Me!">
</body>

</html>

will be..
<html>
<title>Test Page 1</title>

<body>

</body>

</html>
 
Back
Top