Hello!
Just a quick problem;
How do you turn the hyperlink string to open link in a popup. I can make the link appear in a new page but not control the toolbars, size etc.
The unedited code from aspfunctions.asp;
GetData = "<a href=""" & str & """>" & strTitle & "</a>"
to open in a new window is
GetData = "<a href=""" & str & """target=_blank>" & strTitle & "</a>"
So how do we add window attributes?
'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no, resizable=no,copyhistory=no,width=100,height=100'
Best,
Martin