Hi all,
i'm trying to edit texts in place every thing goes well without saving the new texts (have no knowledge in PHP).
Had anyone an idea what should i change to make this work ?
here you can find a link to the Bib i use.HTML Code:<html> <head> <script type="text/javascript" language="javascript" src="prototype.js"></script> <script type="text/javascript" language="javascript" src="editinplace.js"></script> </head> <body> <span id="FatherText">you can edit me !! (supposed ;-) )</span> <script language="JavaScript"> <!-- $("FatherText").editInPlace({auto_adjust: true, select_text: true}); //--> </script> </body> </html>



Reply With Quote


Bookmarks