Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Parsing RTF and HTML into plain text
Message
From
04/09/2012 03:51:46
 
 
To
03/09/2012 07:25:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01550837
Message ID:
01552275
Views:
68
Thanks Gregory,

but prefixing with that line did not work...

regards

thomas

>I am making html files - which I open with IE8. Each time I open the file, I get an annoying popup.
>
>Solution below works for me - dunno about your problem
>
>
>If security is a problem, add the following to the top of the html
>
>
><!-- saved from url=(0011)about:blank -->
>
>
>http://msdn.microsoft.com/en-us/library/ms537628(v=VS.85).aspx
>
>>Hi Tracy,
>>
>>doing this also again. One of the things I am running against seems to be security -
>>on W7 with IE9 loIE errors out early, my guess being because the HTML tries to script on the side.
>>
>>Quick band aid was to climb a ladder and get out old laptop with W2K and IE6 from storage -
>>code worked without a problem there. Have you any tips on woe to set loIE on more current machines/versions ?
>>Dunno how long that laptop will last - battery already totally dead ;-)
>>
>>thx
>>
>>thomas
>>
>>>>>and the same for IE to parse HTML. If not, is there anyway to pass a variable or variable contents to IE.Navigate intead of URL or file name?
>>>>>
>>>>>
>>>>>loIE   = CREATEOBJECT("InternetExplorer.Application")
>>>>>loIE.Navigate(m.myHTMLText)
>>>>>DO WHILE loIE.Busy OR loIE.ReadyState <> 4
>>>>>	DOEVENTS
>>>>>ENDDO
>>>>>m.PlainText2 = loIE.Document.documentElement.innertext
>>>>>?m.PlainText2
>>>>>
Previous
Reply
Map
View

Click here to load this message in the networking platform