Expandable Quick Reply Sept 30, 2007 14:47:02 GMT -5 Select PostDeselect PostLink to PostMemberGive GiftBack to Top Post by Chad on Sept 30, 2007 14:47:02 GMT -5 Description: You know how when you're messing with coding in the main reply page, and you Expand? Well now you can do it in the quick reply box.previewSource: Open<script type="text/Javascript"><!--/*Expandable Quick Reply by ChadFree to Repost as long as headerremains in tact*/var dog = document.getElementsByTagName('td')function cat(){var rabbit = document.getElementsByTagName('textarea')[0]rabbit.rows = "15";}for(a=0;a<dog.length;a++){if(dog.innerHTML.match(/Message:/) && dog.className=="windowbg" && dog.innerHTML.match(/Shortcut to Quick Reply box/)){dog.innerHTML += "<a href=javascript:void(0); onclick='cat()'>Expand</a>"}}//--></script>How many rows the text area contains when expandedThe text link to expand the text area, I recommend default, though.Free to repost. DO NOT CLAIM OR TAKE HEADER OUT, THOUGH.