<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="/voltar.xsl"?>
<!-- vi:tw=100: -->

<page>
    <folder>
        <p>Because of <w p="Internet_bot">bots</w>, 
        it is not possible to send a <w>URL</w> in this form.
        You can paste path names (and are encouraged to do so if you're reporting an error) but not complete URLs.</p>

        <p>Also, you <em>do not</em> need to provide a return path if you do not want to.  All
        fields are optional.</p>

        <form method="post" action="/jmail.pl" enctype="multipart/form-data">
            <p>
            <input type="hidden" name="redirect" value="jmthanks.xml"/>
            <input type="hidden" name="to"       value="jettero"/>
            <table>

            <tr><td valign="top">Your Name:</td><td><input style="width: 4in;" type="text" name="realname"/></td></tr>

            <tr><td valign="top">Reply-To (email or phone):</td><td><input style="width: 4in;" type="text" name="contactinfo"/></td></tr>

            <tr><td valign="top">Question or Comment:</td>
            <td><textarea style="width: 4in;" name="question"/></td></tr>

            <script type="text/javascript">
                var x = 1;
                function add_attach() {
                    if( x > 9 ) {
                        alert("The form reader will only check for 9, so you've already reached the max.");

                    } else {
                        var a = document.getElementById('attach');
                        var c = document.createElement("input");
                            c.setAttribute("type", "file");
                            c.setAttribute("name", "attach"+x);

                        a.appendChild(c);
                        c = document.createElement("br");
                        a.appendChild(c);
                        x ++;
                    }
                }
            </script>

            <tr><td valign="top">File Attachment:</td><td>
                [<a href='#' onClick='add_attach();'>+</a>] <br/>
                <span id='attach' />
            </td></tr>

            </table>
            </p>
            
            <p><input type="submit" name="subject" value="Ask Paul"/></p>
        </form>

        <p>If it's more convenient for you, I hang out on <a href="irc://irc.freenode.net/perl">#perl</a>
        most of the time.  If the link doesn't work, try <g q="chatzilla+download">chatzilla</g>!
        Lastly, if you'd just like to send me money, click below: </p>

        <p> <a name="donate" href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;item_number=7427466391&amp;business=paypal@voltar-confed.org&amp;item_name=Donation%20to%20Paul"><img border="0" src="/pics/x-click-but04.gif"/></a> </p>
    </folder>
</page>
