ファイルメーカーでXSLやってるんですが
<input name="-script" type="hidden" value="k_mail"/>が
動いてくれないんです・・・
何故なんでしょう・・・・。

<form method="post">
<xsl:attribute name="action">hoge.xsl</xsl:attribute>
<input name="-db" type="hidden" value="hoge"/>
<input name="-lay" type="hoge"/>
<input name="-recid" type="hidden" value="{fmrs:resultset/fmrs:record/@record-id}"/>
<input name="-script" type="hidden" value="hoge"/>
<input type="submit" name="-edit" value="hoge"/>
</form>