javascript - Client Side Script to Display all Images from another website -
i want have form on page take user input, url precise, , once field complete, have script go destination url entered (in background), , display images on page in thumbnail view user select. have been able work using php want client side solution. suggestions?
javascript restricted same origin policy. not able read other site unless supports cors. other option use local proxy [serverside langauge] on domain fetch content.
Comments
Post a Comment