Forum Moderators: open
i have to redirect the person from
site.com/pageA.asp?search=web+hosting
to
site.com/pageB.asp?search=web+hosting
What my problem is that i am using <% searchstring %> for the word web+hosting or any other two words keyword
i get redirected to
site.com/pageB.asp?search=web%20hosting
%20 for the space character which i don't like at all, and also search engines don't like
Would love to see the code as a remedy
thanks in advance