trackable link and href value from db
Posted: Sat Jun 16, 2012 2:48 pm
Hi,
i will use the below two examples to explain my problem.. pleases help me out..
1) <a href="[agnDB column="data3"]">testlink</a>
2)<a href="www.google.com">testlink</a>
I have a requirement for getting the href value from db in HTML-Version template as shown in first option, this is perfectly working but its not creating the track able link.. its directly shows as http://www.google.com when we place the mouse over the testlink. But when in used the second option by hardcoding the href value its generating the trackbale link as redirect which is perfect. I want to generate the same link using option1.
Any help in this regard is highly appreciable.
Thanks in advance.
i will use the below two examples to explain my problem.. pleases help me out..
1) <a href="[agnDB column="data3"]">testlink</a>
2)<a href="www.google.com">testlink</a>
I have a requirement for getting the href value from db in HTML-Version template as shown in first option, this is perfectly working but its not creating the track able link.. its directly shows as http://www.google.com when we place the mouse over the testlink. But when in used the second option by hardcoding the href value its generating the trackbale link as redirect which is perfect. I want to generate the same link using option1.
Any help in this regard is highly appreciable.
Thanks in advance.