Hello,
I have a search app that I want to use as a feedbox. The url looks like this http://www.myapp.com/index.php?str=search+string. I am trying to use Javascript to make a feedbox out of this code. I have tried using the following code, but it either errors on the info included, or includes nothing.
<script language = "javascript" src="http://www.myapp.com/index.php?str=search+string" type="text/javascript"></script>
Can someone please give me a clue of what I should be doing, or at least what I am doing wrong?
Thanks!