Ken
|
| Posted: 08/26/2004, 7:27 AM |
|
I have a grid that gives you the following columns.
Name
Carrier
Telephone
Zip
Pro number
I mde a detailed page with some more information and then changed the Pro Number label to a link. It works fine except for one crazy thing, in the URL of the Pro Number Link i get + igns after everything? Example http://www.mysite.com/folder/Detail.asp?PRONUM=123456++++++++++++++
I have no clue why, please help
|
|
|
 |
DonB
|
| Posted: 08/26/2004, 11:12 AM |
|
You are somehow getting spaces into the link value. These are converted to
plus signs when the URL is constructed (spaces are not allowed in URLs)..
--
DonB
http://www.gotodon.com/ccbth
"Ken" <Ken@forum.codecharge> wrote in message
news:6412df359795e3@news.codecharge.com...
> I have a grid that gives you the following columns.
> Name
> Carrier
> Telephone
> Zip
> Pro number
>
> I mde a detailed page with some more information and then changed the Pro
> Number label to a link. It works fine except for one crazy thing, in the
URL of
> the Pro Number Link i get + igns after everything? Example
> http://www.mysite.com/folder/Detail.asp?PRONUM=123456++++++++++++++
>
> I have no clue why, please help
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|