Created by potrace 1.16, written by Peter Selinger 2001-2019

Miva Developer Docs


Description#

Get google.com homepage and return the source

<mvt:call action="'http://www.google.com'" method="'GET'">
    <mvt:eval expr="s.callvalue" />
</mvt:call>

Here the fields list is a comma separated list of name value pairs. You can also pass in variables, and they will be automatically converted into name value pairs.

<mvt:assign name="g.url" value="'http://www.miva.com'" />

<mvt:call action="g.url" method="'POST'" fields="'name=brennan,age=31'">
    <mvt:eval expr="s.callvalue" />
</mvt:call>

Functions Used#

  • mvt:call