[Gambas-user] gb.html
Fabien Bodard
gambas.fr at ...626...
Sun Sep 25 17:18:19 CEST 2011
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
More information about the User
mailing list