
how do you mask a URL address ?
Hi. DOes anyone know how to mask a URL string ?
For Example:
if I type in http://www.*-*-*.com/ , I would like to make this appears as
http:\\www%23%76cnn%45%34.com
Both URL points to the same location but just that the second URL is using
some other type of format.
Is there a function I can use in VB or ASP to do this? or how does the
process of masking is done?
Thanks,
Hang