hello i put in text area some string. At any reload of it i have to scroll down the text area for read the last row. how can i set just to see the end of the textarea?
Thanks Luca Im using tg 107 and RemoteForm and my template is this: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:py="http://purl.org/ kid/ns#" py:extends="'master.kid'"> <script type="text/javascript"> function Fuoco() { document.forms[0].elements[1].focus(); } </script> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/> <title>Test</title> </head> <body onload="Fuoco()"> <div id="testo"> <textarea id="area" class="area" cols="90" rows="25" name="area_testo" readonly="True"></textarea> </div> ${form(action=action,update=update)} </body> </html> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

