Hi guys,
I'm having an issue with Ajax, the page that i'm calling is being returned with all of the HTML tags in place, I've tried with several browsers and the same things keeps happening.
Here's what I've set in the event sheet:
dl.dropbox.com/u/10801527/event.PNG
I'm trying to make a simple call to an existing PHP file on a server, here is the page as it exists outside of CS2:
winkleburyfederation.com/mobile.php
When I call this page in an AJAX request from my CS2 project (which HAS been uploaded to the same server <img src="smileys/smiley1.gif" border="0" align="middle" /> ), it is showing the HTML tags.
Click the blue box to call the AJAX request:
winkleburyfederation.com/ajaxtest/index.html
Any ideas what's going on with the last link?