Prevent WB altering my HTML? 
Author Message
 Prevent WB altering my HTML?

Hello, The software I'm writing at the moment uses the WebBrowser control
to view web pages. I have created a little scripting language, that is
inserted into the HTML pages on the server. When I view them in my app the
scripts can change settings and perform some simple actions (on my software
only). And here is the problem. consider this bit of HTML from one such
page.

<p>
Some Text
</p>
<META name="RangeS">
</body>
</html>
<META name="RangeE">

The meta tags RangeS and RangeE define a Range of HTML that my App needs to
work on. BUT the web browser control translates it like so.... Putting my
RangeE within the body of the document..

<p>
Some Text
</p>
<META name="RangeS">
<META name="RangeE">
</body>
</html>

Can any one help me find away around this? I need it to be just like the
first example. Or do you know some tags that are not affected in this way
rather then META tags?

--
BobS



Tue, 24 May 2005 08:32:04 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Prevent/Alter Save Dialogue Box Opening

2. ListView Checkboxes: Prevent USER from altering???

3. How do I alter the HTML in the displayed page

4. How to prevent to view a HTML sourc

5. Error in macro email wb to distribution list in PAB

6. A Willing Volunteer to translate WB to VBA

7. A willing person to convert WB to VBA

8. Q: How To Make Your Apps Like Windows Blinds W/o WB

9. VB and WB API problem

10. How to access HW from WB

11. Launch Excel & open existing WB

12. Crash at exit in WB on IE 5.5 SP2

 

 
Powered by phpBB® Forum Software