// JavaScript Document /* AREA UPLOAD */ window.onload = function() { if (document.getElementById('upload_tags')) { //alert ('pippo'); new Ajax.Autocompleter("upload_tags", "autocomplete_choices", "/scripts/hint_tags.php", {minChars:3, tokens: ' ', indicator: 'indicator'}); //scripts/ajax_funct.php?mode=hintTags } }