babelfish
07-31-2002, 11:56 AM
how can i do this? where siteurl is a variable that is the start of a link? (eg http://www.simonsgroup.com/IT/DEVELOPMENT/dbase.nsf/
)
document.write('<td nowrap><a href="siteurl+'+link+'"> '+text+' </a></td>\n');
and the link and text are to be written like this:
sublink('content/group_welcome','Welcome');
)
document.write('<td nowrap><a href="siteurl+'+link+'"> '+text+' </a></td>\n');
and the link and text are to be written like this:
sublink('content/group_welcome','Welcome');