It seams that if i add the prototype framework into header the page is returning some errors in prototype file.
Becose of this javascript file xupload.js which is locate in the same page near the end body tag.
What should i do to make them work together, i really need prototype to work without any errors.
Thanks in advance.
XUpload - prototype problem
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
I only know that we use one same-named function from Prototyped:
You can comment or remove it from xupload.js and test.
If still no luck, email me zip with your exact Prototype .js file, I will play with it.
Code: Select all
function $(elem){return document.getElementById(elem);}
If still no luck, email me zip with your exact Prototype .js file, I will play with it.