Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamically creating hyperlinks

Status
Not open for further replies.

scott111

Programmer
Apr 9, 2001
3
US
I have set up the following formula... but I am having trouble with my syntax...

if {Documents.url} > 'http' then
'<a href={Documents.url}>{Documents.title}</a>'
else
''

It finds the Document.url in the first line... but I want to somehow pull the Document.url and input that data after the <a href=and pull the Documents.title and make that data the title of the link. Is this possible? Please help!

Scott
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top