Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Examples: ASP Server Object URLEncode Method

The following example encodes the paragraph tag:

<%= Server.URLEncode("The paragraph tag: <P>") %>

The script produces the following:

The+paragraph+tag%3A+%3CP%3E


ContentsPreviousNextIndex