View Single Post
Old 23-11-2007, 16:22   #12
project_34
Member
 
L'Avatar di project_34
 
Iscritto dal: May 2003
Messaggi: 93
Ho provato entrambi...usando
Codice:
document.createElement(el)
non funziona...e usando
Codice:
htmlDoc.createElement(el)
mi da problemi sugli appendChild
Codice:
	myselect.appendChild(opzioni);
	myForm.appendChild(myselect);
	myForm.appendChild(search);
	myForm.appendChild(b); 	
	htmlDoc.appendChild(myForm);
	
       htmlDoc.getElementById("autoSearchingForm").submit();
sempre l'errore "Node cannot be inserted at the specific point in the hierarchy" code 3...etcetc...(NS_ERROR_DOM_HIERARCHY_REQUEST_ERR)
__________________
...Time to bring it down again. Don't just call me pessimist. Try and read between the lines...
project_34 è offline   Rispondi citando il messaggio o parte di esso