
Cain
Posts: 86
|
Posted: 03/11/2005, 12:16 PM |
|
I am using the grid builder to create a search of the database that is going to pull back "teams" url entries.
The issue is that I want the URL field being pulled back to be a link ( got that in ) that when clicked, opens up the URL in a new page. I can seem how to do this as it wants to either append the URL value on the end of the address. I just want the URL and to pop it up in a new window and maintain my original page.
Any ideas?
|
 |
 |
Ozum
Posts: 57
|
Posted: 03/11/2005, 12:57 PM |
|
Open HTML code in Code Charge Studio and add the anchor link target property as below
<a target="_blank" .......> Click me </a>
|
 |
 |
|

|