Hi,
In search_results.php I have a variable named $path which display something like: C:/documents/personal/home.doc
I would like to create a button that link to a new window
which is going to display: C:/documents/personal/home.doc
Right now is being displayed in search_results.php like this:
echo "<td align=left bgcolor=$bgcolor id='title'> <font face='Verdana' size='2'>$path</font></td>";