mhonarc-users

Re: Put a "reply-to" button in messages

2002-06-06 20:30:05
=v= Nothing personal, but it really peeves me when HTML requires
the user to have Javascript enabled to perform simple tasks.
HTML was designed to make it possible to "degrade gracefully" to
basic functionality, and stuff like that thwarts the design.

=v= So, a friendly amendment:

    <HEADBODYSEP>
    <center>
    <form action="/cgi-bin/mailer.pl?file=$MSG$&path=$OUTDIR$&from=$FROMADDR$">
    <input type="button"  value="Respond to this message" 
    onClick="window.open('/cgi-bin/mailer.pl?file=$MSG$&path=$OUTDIR$&from=$FRO
MADDR$', 'Example1', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scr
ollbars=0,resizable=1,width=500,height=300')"></form></center>
    <hr>
    </HEADBODYSEP>

Those not using Javascript won't get the fancy popup 500x300
window, but they'll at least be able to function.
    <_Jym_>