Glud documentation
Help to the GLU record fields
Version: 1.06 - 8th, June 1998

NAME
     %ResultTest.Remote (or %E.R) - Remote URL for result test

SYNOPSIS
     %ResultTest.Remote URL_with_$n_variables [pattern="pattern_matching"]

DESCRIPTION
     Specify an URL to determine if an action
     will return some results or not, according to the parameter
     values in the GLU tag. With a "t" option (in the GLU tag)
     the action URL will be returned only if the URL call returns
     the string "TRUE".
      
     It is possible to override the string matching "TRUE" by another
     specified after the test URL. If this new string begins and ends
     by '/', it is considered as a regular expression.
      
     Like in the %U field, the glu tag parameters will replace
     the $n variables in the %Remote.ResultTest field.

EXAMPLES
     %ResultTest.Remote http://simbad.u-strasbg.fr/cgi-bin/getabs?bibcode=$1&existence
     %ResultTest.Remote http://cdsads.u-strasbg.fr/cgi-bin/verify?bibcode=$1&db_key=AST *Abstract Available*

     %E.R http://simbad.u-strasbg.fr/cgi-bin/getabs?bibcode=$1&existence
     %E.R http://cdsads.u-strasbg.fr/cgi-bin/verify?bibcode=$1&db_key=AST *Abstract Available*