Hello, :)
I've got an HTML file with a script section inside. I want to delete the script section in this HTML file, throw VB6, while it is loaded in a browser.
My HTML file is like this :
<HTML>
<HEAD>
<TITLE>
</TITLE>
<script id=MYSCRIPT language=VBScript>
function OnLoadFunction()
.....
end function
</script>
</HEAD>
<BODY>
.....
</BODY>
</HTML>
I want to delete the Script section in this HTML file. I don't want to open the HTML file. Modification must be done throw the Browser.
Thank you for help.
Paco
