URL not working right in anchor tag -


i tried this:

<a href="http://cgi.ebay.com/ws/ebayisapi.dll?viewitem&item=250778518281&sspagename=adme:b:ss:us:1123">test</a> 

but stops after first :s. know why?

it show link for:

s:us:1123">test 

i'm confused. :)

working fine me, general rule, ensure query string parameters url encoded, e.g:

http://cgi.ebay.com/ws/ebayisapi.dll?viewitem&item=250778518281&sspagename=adme%3ab%3ass%3aus%3a1123


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -