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...@gmail.com> 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 <herberthguz...@gmail.com>:
>> 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@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@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
------------------------------------------------------------------------------
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to