0

Here my code. I also like to know why my search only take one word. for example if i type in "blue sky" it only take the word blue.

</script>

        document.write("<iframe src=\http://www.bing.com/search?q="  + decodeURIComponent(search) + "\"        width=\"100\%\" height=\"500\">");
        document.write("</iframe>");

         </script>

1 Answers1

0

Just add a class to the iframe and you can manipulate it with Javascript, JS with jQuery, CSS, etc...

hitecherik
  • 442
  • 2
  • 13