Kara
|
| Posted: 12/05/2004, 10:29 AM |
|
I have database column which contains a web url in format www.domain.com which I want to use as a link so the user can click to go the website.
I have followed all the instructions in the help pages but to no avail.I just cannot get this column value to show up as a valid url.
Help!
|
|
|
 |
Avenger_iSO
|
| Posted: 12/05/2004, 5:07 PM |
|
Try this :
http://www.domain.com
|
|
|
 |
Damian Hupfeld
|
| Posted: 12/06/2004, 3:33 AM |
|
Try this -
create a grid with {url_field}
Go into the HTML view and add the following: <a href="{url_field}"
target="_blank">{url_field}</a>
or if you are only putting in the www.domain.com and make the href more like
this
href="http://{url_field}"
regards
Damian Hupfeld http://www.nexthost.com.au/services.php
"Kara" <Kara@forum.codecharge> wrote in message
news:541b353a4ed6a7@news.codecharge.com...
>I have database column which contains a web url in format www.domain.com
>which I
> want to use as a link so the user can click to go the website.
>
> I have followed all the instructions in the help pages but to no avail.I
> just
> cannot get this column value to show up as a valid url.
>
> Help!
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|