I've got a Editable text webpart configured as Html Editor. There's no container or envelop. The page template is common to other different pages, has nothing specific for the current functionality and there's no JS webpart anywhere. The problem is:
in the source code of the page I can see the following code
<div class="pagebody_container">
<script type='text/javascript'>
<!--
function Appari(){
for (i=0; i<9; i++) { alert(i)
document.getElementById('id'+i).style.display='none';
}
document.getElementById(document.getElementById('regioni')[document.getElementById('regioni').selectedIndex].value).style.display='block';
}
-->
</script>
<h2>Contatti THUN</h2>
whereas the source code into the editable region starts with:
<h2>Contatti THUN</h2>
I really cannot understand where the javascript function is !!!
Is there anyone who can help me with this topic ? Where can I find the function Appari(), I need to modify it.
Thank you very very much in advance for your help, Kind Regards
Andrea