View Single Post
  #44  
Old 13th August 2009, 21:50
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
source is great but i wan't to ask you hove to do this resizing thing
(image atached )
if u have free moment u coud take a quick look but it's nothing important any way

Code:
if ($user->user ) { 
        echo "<form name=\"Shoutform\" method=\"POST\" action=\"frame.php\" target=\"Shoutbox\" onsubmit=\"sendshout(text.value);\">\n"; 
        echo "<input type=\"hidden\" name=\"op\" value=\"shout\">\n"; 
        echo "<textarea id=\"shout_text_area\" name=\"text\" rows=\"1\" cols=\"110\"  onkeyup=\" if (event.keyCode == 13) {this.value=''}\" onkeypress=\"if (event.keyCode == 13) {sendshoutout(this.value, 'shout_out');}\"></textarea>\n"; //echo "<textarea name=\"text\" rows=\"5\" cols=\"19\"></textarea>\n";

Click image for larger version

Name:	Ekranattels.png
Views:	32
Size:	228.5 KB
ID:	1604
Reply With Quote