Zim
|
| Posted: 12/10/2002, 4:09 PM |
|
I have a field i my db where i have some urls stored, like http://www.foo.com.
I would like these to be made in to links in the grid, so when clicked you get transported to the page www.foo.com.. But i am only able to get links generated
that are corrupted like this
http://www.mydomain.com/http://www.foo.com/?PHPSESSID=8721.....
What am i doing wrong.. ?
|
|
|
 |
JD
|
| Posted: 12/12/2002, 6:58 AM |
|
In CCS --
Make you field an
ahref db link
properties -- source type db col
control source name of website
content html
href type database
source website url field
|
|
|
 |
|