On 1/13/16, Ephraim Tarfa <
ephrai...@gmail.com> wrote:
> Thanks once again for the support.
>
> Find attached pictures demonstrating the the client-server connectivity
> challenge I raised before. Like I said, any time I launch the software
> especially from a client computer, it throws an error for me. The second
> launch doesn't do that but, if you leave the software on, for like 10
> minutes without doing anything, on resume, is like the client will loose
> connectivity to the server and throws another error as in my second picture
>
> here.
>
> I engaged one of my Network Administrators who made mention of some
> networking terminologies like Address Resolution Protocol (ARP) and
> Transmission Control Protocol (TCP) asking me that if there can be a way at
>
> the Application level to write a code to extend connectivity time/optimize
> client-server TCT/IP settings, that can solve the issue. Now, I don't know
> any PHP/JavaScript/JQuery/AJAX code to do this. Can you support me on this
> too if you possibly can. Thanks as I wait you please.
>
>
>
> On Tuesday, January 12, 2016 at 12:04:18 PM UTC+1, Czarek Tomczak wrote:
>>
>> You can open file in a default application by executing such php code:
>>
>> system("start C:/full/path/to/document.docx")
>>
>> Add some javascript code that makes an AJAX call to a php script eg.
>> using jQuery:
>>
>> <a href="javascript:void(0)"
>> onclick="$.post('start.php?path=C:/full/path/to/document.docx');">document.docx</a>
>>
>>
>>
>> Regarding menu - this is out of scope for this forum.
>>