:?:
For URL encoding, is there an easy way to do this? Maybe a macro someones already made and can share? Or, do I at least have the right idea on how to make it?
I want to take a link like this.
and end up with something like this... (and another macro to do vice versa)
Maybe by replacing the symbols like (replace : by %3A, replace / by %2F, etc.)
It would probably take me a long time to make a macro and I'm not sure it could even be done so I appreciate any advice. Do I have the right idea to make it?
More on URL encoding: http://www.blooberry.com/indexdot/html/ ... coding.htm
For URL encoding, is there an easy way to do this? Maybe a macro someones already made and can share? Or, do I at least have the right idea on how to make it?
I want to take a link like this.
Code: Select all
http://search.ebay.com/search/search.dll?sofocus=bs&sbrftog=1&from=R10&satitle=G4+apple+software&sacat=-1%26catref%3DC6&sargn=-1%26saslc%3D2&sadis=200&fpos=44870&sabfmts=1&ftrt=1&ftrv=1&saprclo=&saprchi=&fsop=1%26fsoo%3D1&coaction=compare&copagenum=1&coentrypage=search&fgtp=
Code: Select all
http%3A%2F%2Fsearch.ebay.com%2Fsearch%2Fsearch.dll%3Fsofocus%3Dbs%26sbrftog%3D1%26from%3DR10%26satitle%3DG4%2Bapple%2Bsoftware%26sacat%3D-1%2526catref%253DC6%26sargn%3D-1%2526saslc%253D2%26sadis%3D200%26fpos%3D44870%26sabfmts%3D1%26ftrt%3D1%26ftrv%3D1%26saprclo%3D%26saprchi%3D%26fsop%3D1%2526fsoo%253D1%26coaction%3Dcompare%26copagenum%3D1%26coentrypage%3Dsearch%26fgtp%3D
It would probably take me a long time to make a macro and I'm not sure it could even be done so I appreciate any advice. Do I have the right idea to make it?
More on URL encoding: http://www.blooberry.com/indexdot/html/ ... coding.htm