Ricky158
11-03-2002, 03:51 AM
yes, yes, i am back with another problem.
i want to have a text box on my site, and the user types in the item they want to look for. they click an "Ok" button and they do a search on ebay for what they typed in the text box.
here's the beggining of the ebay URL: "http://search.ebay.com/search/search.dll?cgiurl=http%3A%2F%2Fcgi.ebay.com%2Fws%2F&krd=1&from=R8&MfcISAPICommand=GetResult&ht=1&SortProperty=MetaEndSort&query=[insert result from text box here]"
basically, i just need to put whatever the user types in the text box, between those brackets at the end (no brackets in actual URL). also if there are any spaces, it should come up as "+"'s in the URL. for example, if someone types in "cat food" in the text box, it will have the normal ebay url given above, and at the end it will say "...&query=cat+nip"
as always, any and all help is greatly appreciated.
THANKS!
i want to have a text box on my site, and the user types in the item they want to look for. they click an "Ok" button and they do a search on ebay for what they typed in the text box.
here's the beggining of the ebay URL: "http://search.ebay.com/search/search.dll?cgiurl=http%3A%2F%2Fcgi.ebay.com%2Fws%2F&krd=1&from=R8&MfcISAPICommand=GetResult&ht=1&SortProperty=MetaEndSort&query=[insert result from text box here]"
basically, i just need to put whatever the user types in the text box, between those brackets at the end (no brackets in actual URL). also if there are any spaces, it should come up as "+"'s in the URL. for example, if someone types in "cat food" in the text box, it will have the normal ebay url given above, and at the end it will say "...&query=cat+nip"
as always, any and all help is greatly appreciated.
THANKS!