Thanks you
Yes, i trying to make a phone call. I have look for free plugin but i can't use it. it's just for use a script i have made.
Now i can create links for phone number. I have modified on the file : Contact.php
On line 478 : the function get_list_view_data()
Code:
$temp_array['PHONE_WORK'] = <a href=\"#\" onClick=\"javascript:window.open('include/mydir/myfile.php?num=".$phone_number_to_call."','','width=800,height=600,toolbar=no,resizable=no,dependent=yes')\">". $temp_array['PHONE_WORK'] ."</a>" ; It's ok, i have my popup. But it's not my files who are display but the login page of sugar
I have seen someone who use open_popup("Contacts", 600, 400 );
So i try open_popup("include/mondossier/mapopup.php", 600, 400 ); it also not work
I'm very sorry, for my english
Bookmarks