how to add "script" tag to the html page?
-
Hi: I make a programme based on IWebbrowser, and I want to insert a script to the htmlpage loaded by my programme.(the script maybe looks like: ... )How could I do? I find a article "http://www.codeguru.com/ieprogram/HtmlMemory.html" .It tells us how to modify the content of the SCRIPT,but didn't tell how to add to "SCRIPT" tag to the htmlpage. Thanks Benben
-
Hi: I make a programme based on IWebbrowser, and I want to insert a script to the htmlpage loaded by my programme.(the script maybe looks like: ... )How could I do? I find a article "http://www.codeguru.com/ieprogram/HtmlMemory.html" .It tells us how to modify the content of the SCRIPT,but didn't tell how to add to "SCRIPT" tag to the htmlpage. Thanks Benben
You would add a <script> tag just like you would any other tag.
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
You would add a <script> tag just like you would any other tag.
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)