i added instructions<br /><pre><br /> echo "<br /> <p><br /> <input type=submit value = \"$lang[TEXT_CONT]\" accesskey=\"S\" class=\"buttons\"><br /><br /><br /> ";<br /> if (ereg("Mac",$HTTP_USER_AGENT)) {<br /> $command = "Control";<br /> }<br /> else {<br /> $command = "Alt";<br /> }<br /> echo "You can Press $command - P to check the Preview Button $lang[CAN_ATTACH].<br /><br /> You can Press $command - E to check the Email Button.<br /><br /> You can Press $command - S to Submit your post.<br /><br />";<br /> echo "</form>";<br /></pre><br />it checks wether the user is on a mac or a pc and shoiws alt/control accordingly.<br /><br />this one can easily be used in the perl version all you have to copy is the accesskey="S" and make S whatever key you want it to be.<br /><br />[:red]--------------</font color=red><br />
http://extremeforums.org<P ID="edit"><FONT class="small"><EM>Edited by poil on 03/22/01 02:13 PM.</EM></FONT></P>