Hi I have amazon afilliate links on my site, such as this:
I want to change the hardcoded keyword to one grabbed from a search. For example in the code above where is says asimov I want to put ASP code in there such as this <%=request("search")%>
For some reason it's not working, is it the iframe that is screwing up the ASP or some other problem?
thanks
Simon
Code:
<iframe src="http://rcm.amazon.com/e/cm?t=sfbookscom-20&o=1&p=12&l=st1&mode=books&search=asimov&fc1=<1=&lc1=&bg1=&f=ifr" marginwidth="0" marginheight="0" width="300" height="250" border="0" frameborder="0" style="border:none;" scrolling="no"></iframe>
I want to change the hardcoded keyword to one grabbed from a search. For example in the code above where is says asimov I want to put ASP code in there such as this <%=request("search")%>
For some reason it's not working, is it the iframe that is screwing up the ASP or some other problem?
thanks
Simon










