Hi
I have looked endlessly for a solution to my problem but I have found no solutions
I have a problem where I am using ajax to basically pull values of words out a text file stored on a server on a *DIFFERENT* domain, and I want to pull the words back into a drop down menu.
I was originally doing it by passing the words into the page from my server through the URL, but if the page has a lot of words which are matched in my processing, it causes the URL length to become too long and cause the server to crash.
But i as you can probably now guess I get the error where the XMLHTTPRequest cannot call of script off another domain.
On my external server there is a wiki where I can't tamper with any of the backend code, which means I am limited to only being able to place javascript on the pages. My server has apache running on it with PHP.
I have been told to try using some librarys such as ajaxextended, but this has dissapeared and no place to be found
Does anyone have any ideas or recommendations about this problem
Cheers
Boyindie
I have looked endlessly for a solution to my problem but I have found no solutions
I have a problem where I am using ajax to basically pull values of words out a text file stored on a server on a *DIFFERENT* domain, and I want to pull the words back into a drop down menu.
I was originally doing it by passing the words into the page from my server through the URL, but if the page has a lot of words which are matched in my processing, it causes the URL length to become too long and cause the server to crash.
But i as you can probably now guess I get the error where the XMLHTTPRequest cannot call of script off another domain.
On my external server there is a wiki where I can't tamper with any of the backend code, which means I am limited to only being able to place javascript on the pages. My server has apache running on it with PHP.
I have been told to try using some librarys such as ajaxextended, but this has dissapeared and no place to be found
Does anyone have any ideas or recommendations about this problem
Cheers
Boyindie
Comment