Hi all,
I’m working on a Ajax-ified version of a searchfield. Now in my case this means that i must do a POST to the site root with the proper attributes and values to get a searchquery to EE.
In javascript i create an XMLHttpRequest and tried to send the following POST command.
<a href="http://myeeinstallation.com/?ACT=19&XID=fac52bed0908110e475d3b519997142edbe739a9&RP=search/results&NRP=&RES=&status=&search_in=&site_id=1&keywords=tryout&search_in=titles&where=exact&weblog_id[]=null&cat_id[]=all&member_name=&date=0&date_order=newer&orderby=date&sort_order=desc">http://myeeinstallation.com/?ACT=19&XID=fac52bed0908110e475d3b519997142edbe739a9&RP=search/results&NRP;=&RES;=&status;=&search;_in=&site_id=1&keywords=tryout&search_in=titles&where=exact&weblog;_id[]=null&cat;_id[]=all&member;_name=&date=0&date_order=newer&orderby=date&sort_order=desc'</a>I specified to the XMLHttpRequest object that i’m using the POST method. Unfortunately i get the following response back from the XMLHttpRequest object;
Invalid GET DataIs there anyone that might have some pointers to help me out?
Thanks in advanced for your effort.
Rutger