HighDots Forums  

What does % mean and how to usem ?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss What does % mean and how to usem ? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ken saffer
 
Posts: n/a

Default What does % mean and how to usem ? - 11-29-2004 , 11:56 AM






I see code like this and wonder what does the %20 mean ???
"reports/ALC_Reports/Average%20ALC%20Bed%20Days%20by%20ServiceSep2004%2 0.xls

Reply With Quote
  #2  
Old   
Kramerica Industries
 
Posts: n/a

Default Re: What does % mean and how to usem ? - 11-29-2004 , 12:00 PM






%20 is the equivalent of a space (in a file name).

Reply With Quote
  #3  
Old   
David Stiller
 
Posts: n/a

Default Re: What does % mean and how to usem ? - 11-29-2004 , 12:08 PM



This is called urlencoding.
http://i-technica.com/whitestuff/urlencodechart.html


David
stiller (at) quip (dot) net
"Luck is the residue of good design."



Reply With Quote
  #4  
Old   
Alan Cates
 
Posts: n/a

Default Re: What does % mean and how to usem ? - 11-29-2004 , 12:33 PM



This is also referred to as 'escaped' text. All of the characters that would
cause a problem in a URL are replaced with a code, i.e., '%20' the space
character which is not permited in a URL.

JavaScript has escape and unescape for working with encoding and decoding.

Alan C

"ken saffer" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I see code like this and wonder what does the %20 mean ???
"reports/ALC_Reports/Average%20ALC%20Bed%20Days%20by%20ServiceSep2004%2 0.xls



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.