[Gambas-user] gb.html

Alexis Sanchez aasanchez at ...626...
Sun Sep 25 17:23:33 CEST 2011


Fabien, with this i could embebed a webpage into a gambas form??? Pls if
this could happend could u upload a simple example...

enviado desde
Motorola Milestone
El 25/09/2011 10:49, "Fabien Bodard" <gambas.fr at ...626...> escribió:
> in english please. gb.html is a component that act like the html tree of
js
>
> so you can contruct a document with it or load an html page in it and
> then parse with seach tools.
>
>
> dim hmydoc as new htmldocument
>
> dim hLink as new htmlelement("a")
>
> hLink.AppentText("This is a link")
>
> hLink.SetAttribute("href", "http://mypage")
>
> hMyDoc.body.appendchild(hlink)
>
> print hMyDoc.content
>
>
>
>
> you can do :
>
> hMyDoc.Body.AppendFromText("<a href='html://'>This is a link</a>")
> print hMydoc.Content
>
>
>
>
> 2011/9/24 herberth guzman <herberthguzman at ...626...>:
>> Me gustaria probar el componente gb.html para testear ya que tengo que
hacer
>> un programa en ambiente web y me gustaria ver como funsiona dicho
>> componente.
>>
------------------------------------------------------------------------------
>> All of the data generated in your IT infrastructure is seriously
valuable.
>> Why? It contains a definitive record of application performance, security
>> threats, fraudulent activity, and more. Splunk takes this data and makes
>> sense of it. IT sense. And common sense.
>> http://p.sf.net/sfu/splunk-d2dcopy2
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>
>
>
> --
> Fabien Bodard
>
>
------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2dcopy2
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



More information about the User mailing list