alim27
01-28-2008, 01:24 PM
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 ?
<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>
here (http://editinplace.org/) you can find a link to the Bib i use.
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 ?
<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>
here (http://editinplace.org/) you can find a link to the Bib i use.