RipCurl
|
| Posted: 02/07/2003, 6:54 PM |
|
How do I get rid of the "&" from end of links when passing variables from one page to a 'record' form page? For CodeCharge
I have a grid on one page with links that transfers information on the item clicked to a Record form page.
The links all end like http://domain/item.php?itemId=1&
How do I get rid of the & at the end?
Also, does codecharge use & or "&" in its coding for these links. If its the latter, anyway to default CC to use & instead for easy including into Web Search Engines? Many do not like "&" in Url's and will avoid listing any dynamic pages that uses URL's with "&" instead of &
|
|
|
 |
RipCurl
|
| Posted: 02/07/2003, 7:16 PM |
|
Form seems to render out & a m p ; so that's what I was referring to for the use of "&" vs " & a m p ; " in the url coding.
|
|
|
 |
RipCurl
|
| Posted: 02/08/2003, 9:04 PM |
|
Anyone know why & is inserted after the link?
|
|
|
 |
feha
|
| Posted: 02/09/2003, 9:46 AM |
|
The & it is separator for input values (GET METHOD) ...
I don't see why you should be upset for this?
regards
feha
[www.vision.to]
|
|
|
 |
|