Altering HTML Text
Ray Horsley
Ray at LinkIt.Com
Mon Feb 22 23:01:32 EST 2010
André,
Thanks for the tip! Is the HTML encoding a property as in get the
htmlEnccoding of myVar, or is it something else?
Thanks,
Ray
On Feb 22, 2010, at 2:53 PM, Andre Garzia wrote:
> Check the HTML encoding on the source.
>
> You may be adding some special chars from Mac character set and the
> HTML
> might be using something else.
>
> On Mon, Feb 22, 2010 at 9:00 PM, Ray Horsley <Ray at linkit.com> wrote:
>
>> I thought I'd add a line of text to a url displayed via the
>> RevBrowser
>> commands. Here's the general idea:
>>
>> put revBrowserGet(sBrowserId,"htmlText") into myHtmlText
>> -- add a line of text to the top of therevBrowserSet
>> sBrowserId,"htmlText",myHtmlText
>>
>> I can get the htmlText, but it looks funny in the variable watcher
>> with
>> weird characters and, even if I don't add a line to it, when I user
>> revBrowserSet to put it back it comes out funny looking.
>> Uniencoding and
>> decoding doesn't work.
>>
>> Ideas?
>>
>> Ray Horsley
>> LinkIt! Software
>> _______________________________________________
>> use-revolution mailing list
>> use-revolution at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-revolution
>>
>
>
>
> --
> http://www.andregarzia.com All We Do Is Code.
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list