Hello,
Our website is designed as follows:
There is a header.php file, a footer.php file and there are several content files, like personel.php which use the templates for the header and footer.
In the header.php file is all the javascript.
We would like to implement an image popup when our personel hoveres the mouse over the name of our employees which are showed in the personel.php file.
We tried the good looking script found on:
but were not able to get it to work.
The problem is that in personel.php we do a query (result is in $record->picture) for the image file name, but we cannot get it to send to the javascript.
I googled, but was not able to find a solution. I hope that somebody can help me out.
Kind regards,
Age
Our website is designed as follows:
There is a header.php file, a footer.php file and there are several content files, like personel.php which use the templates for the header and footer.
In the header.php file is all the javascript.
We would like to implement an image popup when our personel hoveres the mouse over the name of our employees which are showed in the personel.php file.
We tried the good looking script found on:
but were not able to get it to work.
The problem is that in personel.php we do a query (result is in $record->picture) for the image file name, but we cannot get it to send to the javascript.
I googled, but was not able to find a solution. I hope that somebody can help me out.
Kind regards,
Age