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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server.urlencode

Status
Not open for further replies.

EMax1

MIS
Joined
Apr 8, 2004
Messages
95
Location
US

I am reading information from a data field.
The datum is 'Booth Banners - Blue 6ft'.

When I am using the following script 'server.URLEncode(Rs("SKU"))' I am getting 'Booth + Banners +'

When I am using the following script 'server.HTMLEncode(Rs("SKU"))' I am getting 'Booth Banners'

When I am using the following script 'Rs("SKU")' I am getting 'Booth Banners'


In any case I am getting the value on the database that is 'Booth Banners - Blue 6ft'

Since I run out of options, I will appreciate any clue.
I am using XP and the server is windows Server 2003.
Thanks in advance
Louis
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top