Árvore de páginas

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Bloco de código
languagecpp
themeEclipse
titleExemplo 1
linenumberstrue
collapsefalse
#INCLUDE "TOTVS.CH"
User Function tstGet()
  Local cHtmlPage

  // Buscar página
  cHtmlPage := Httpget('http://www.servidor.com.br/pageteste.htm')
  conout("WebPage", cHtmlPage)

  // Chamar página passando parâmetros
  cHtmlPage := Httpget('http://www.servidor.com.br/funteste.asp?Id=123&Nome=Teste')
  conout("WebPage", cHtmlPage)

  // ou
  cHtmlPage := Httpget('http://www.servidor.com.br/funteste.asp','Id=123&Nome=Teste')
  conout("WebPage", cHtmlPage)
Return

Abrangência

Advanced Protheus 6.09 , Advanced Protheus 7.10 , Microsiga Protheus 8.11 , Protheus 10 , TOTVS Application Server 10 , ByYou Application Server

Veja também