Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I changed the order of the buttons in the bottom talk frame, so that I can type my message, press tab to change the focus to the next button in the form and press space to send off the message. It's really makes a difference if you're a keyboard freak (as opposed to a mouse freak). The tail end of sub talk becomes:

my$prnt = qq~<html> $bodytag <table align="center" border="0" cellpadding="0" cellspacing="0"><tr> <FORM method="post"><td> <INPUT type=hidden name="op" value="message"> <INPUT TYPE="hidden" NAME="node_id" VALUE="37150"> <INPUT TYPE="hidden" NAME="mode" VALUE="talk"> <textarea name="message" wrap="virtual" cols="50" rows="4">$extra<\/te +xtarea>$nb </td> <td><table align="center" border="0" cellpadding="0" cellspacing="3"> <tr><td><INPUT TYPE="submit" NAME="message_send" VALUE="talk"></td><td + align="right"> $nb <font size="-1"><a href="$uri?n=repinit" target="chat">rep</a> $nb <INPUT TYPE="submit" NAME="n" VALUE="encode"> <input type="reset" value="clear"></font></td></tr> <tr><td><INPUT TYPE="submit" NAME="n" VALUE="tag"></td><td>$nb<select +name="tag">~; my$c = 1; for(@tags){ # cb tag menu my$sel = ''; $_ =~ s/&lt;/</; # fixes the code tag (so i can post the code to p +erlmonks :-) encode_entities($_); if($i{'tag'}){ $sel = ' selected' if $c == $i{'tag'}; } $prnt .= qq~<option value="$c"$sel>$_\n~; $c++ } print $prnt, qq~</select>$nb <br></td></tr> <tr><td><INPUT TYPE="submit" NAME="n" VALUE="ent"></td><td>$nb~, entit +ies_menu(), qq~<br></td></tr></table></td></FORM></tr></table> $eh~; exit }

Enjoy!

--
g r i n d e r

In reply to Usability patch by grinder
in thread framechat2 by epoptai

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (3)
As of 2024-04-20 15:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found