Here's my problem
I have a table
title link
------------
A page1.asp
B Page2asp
C Page3.asp
I want to construct a string with the foll. format.
'<td><a href="page1.asp">A</td><td><a href="page2.asp">B</td><td><a href="page3.asp">C</td>'
I want to be able to construct the above string in a function and return it.
Is it possible?
rsshetty.
It's always in the details.
I have a table
title link
------------
A page1.asp
B Page2asp
C Page3.asp
I want to construct a string with the foll. format.
'<td><a href="page1.asp">A</td><td><a href="page2.asp">B</td><td><a href="page3.asp">C</td>'
I want to be able to construct the above string in a function and return it.
Is it possible?
rsshetty.
It's always in the details.