I am developing pure html form,
in that i want to show amazon webserice where i dont have any server side, so alternatively
i used some javascript but it is not succesfull,
any one have idea in accessing amazon webservice in javascript ,
You might want to check the Amazon forums. I'm sure they might be able to assist you more with questions regarding their WebService. You could also try checking Google Groups and Yahoo! Developer Network.
http://developer.amazonwebservices.com/connect/forumindex.jspa?categoryID=1
It is not possible to call Amazon WebService from JS Directly due to the Cross Domain. To resolve it create a web service (Which acts as a proxy) which inturn call the amazon webservice. and from JS call your Webservice.
Thanks for this great and amazing simple indian Ajax solution, Pragash.T.
Thanks To every Body ,
i found the solution using iframe tag we can do this , sample code for amazon dvd ads.
<iframesrc="http://rcm-uk.amazon.co.uk/e/cm?t=amazo04-21&o=2&p=36&l=bn1&mode=dvd-uk&browse=501778&fc1=000000<1=&lc1=3366FF&bg1=FFFFFF&f=ifr"
marginwidth="0"marginheight="0"width="600"height="520"border="0"frameborder="0"
style="border: none;"scrolling="no"></iframe>
The url to achieve this ishttps://affiliate-program.amazon.co.uk/gp/associates/login/login.html/202-5683437-3533413
Regards
Pragash.T
Insoft,Chennai
No comments:
Post a Comment