Displaying 1 result from an estimated 1 matches for "edittitle".
Did you mean:
editfile
2005 Sep 02
3
Ajax.InPlaceEditor
...;">Edit</a>
<script
language="JavaScript">
new Ajax.InPlaceEditor("edit $title",
"/secure/updateContent.cgi?edittitle=$esctitle", {externalControl:"edit
$title control"});
</script>
I have this code wrapped up in a loop inside a perl module... As you can
see I have played around with passing variables directly thru the URL...
But unfortunatly the content which I pass thru this way i...