in IE:
<a href="%30%40%50.gif" id="objLink">test</a>
1. if i use var href = objLink.href
i got "http://example.com/0@P.gif"
2. however, when i right click on the link, and choose "Copy Shortcut", i got "http://example.com/%30%40%50.gif"
but how can i do this by script?