how do you mask a URL address ? 
Author Message
 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



Mon, 30 Dec 2002 03:00:00 GMT  
 how do you mask a URL address ?

Hang,

Try the HTMLEncode function. Off the top of my head, I'm not sure which
object gives you this function. Try Response.HTMLEncode().


Quote:
> Hi. DOes anyone know how to mask a URL string ?

> For Example:
> if I type in http://www.cnn.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



Mon, 30 Dec 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Masking address bar?

2. masking url

3. Masked URL's

4. Mask IP Addresses in Textbox

5. Getting IP address, subnet mask and gateway

6. IP Address edit Mask needed

7. Grab IE Address Bar url

8. url address

9. URL in address bar

10. How to get URL address of an active broswer

11. How can I change URL address of Browser if there are many browsers in the screen

12. How to get the URL address?

 

 
Powered by phpBB® Forum Software