J
Jeremy
I'm trying to understand the following part of a QueryString value: What
does the %23 mean? I presume that the 'efefef' is a color (RGB) value. What
about the '&'. I thought the ampersand (&) signaled another variable in
the querystring - but apparently not in this case?
BG=%23efefef&
Here's the entire querystring:
<form name="Form1" method="post"
action="Select_Destination.aspx?PG=ID3&BG=%23efefef&template=templat
e4.htm" id="Form1">
Thanks
does the %23 mean? I presume that the 'efefef' is a color (RGB) value. What
about the '&'. I thought the ampersand (&) signaled another variable in
the querystring - but apparently not in this case?
BG=%23efefef&
Here's the entire querystring:
<form name="Form1" method="post"
action="Select_Destination.aspx?PG=ID3&BG=%23efefef&template=templat
e4.htm" id="Form1">
Thanks