Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding %20 to URL

Status
Not open for further replies.

toddsalcedo

Programmer
Jul 2, 2001
49
US
I'm pulling data from a db that looks like this: 4. 2. 2
I can get it to work well in IE by adding ' ' around it. But in Netscape it will not work because it will not automatically add the %20 in the blank spaces like IE does, and the blanks are required to be there. Does anyone know of a way to do this?
 
Try this from your ASP file
newurl=Server.URLEncode(url)
________
George, M
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top