Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
Quote:
|
No, I'm trying to do it without server side PHP code.
|
That's not what I was talking about...
If you open your html page from your hard disk, you are using (implicitely) the file:// protocol of the browser.
The browser react differently than when you use the http:// protocol.
What you need to do, is to install a simple web server (just apache, or iis, or the personal web server from windows, whichever. No need for PHP or anything else) and access your html page via http://127.0.0.1/mypage.html
Until so, I remember that you cannot use an ajax request.
__________________
Only a biker knows why a dog sticks his head out the window.
|