Announcement

Collapse
No announcement yet.

question web.loadhtml

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • question web.loadhtml

    Hello, to display text entered in the input with web.loadhtml action in web object?or How to insert predefined variables in the html Code(" ")?

  • #2
    hi again

    you can used :


    PHP Code:
    --
    result Web.LoadHTML("Web1""<html><body><p>"..Input.GetText("Input1").."</p></body></html>"); 

    Comment

    Working...
    X