Copy link to clipboard
Copied
Hi,
I'm not as close to network, networkprotocolls and co.
question:
Will this be a safe way to check if a user is 'online' (connected to the internet by wlan or lan or ...)
var myConnection = new Socket();
if(myConnection.open ("www.google.de:80")) {myConnection.close();}else{alert('Not connected.')}
sure .. connect to the dropbox URL http://www.dropbox.com oder their API https://api.dropbox.com/ instead of connecting to google
Copy link to clipboard
Copied
Hi,
Regards
b.
Copy link to clipboard
Copied
hi,
I want to get sure that the dropbox can work ...is there a concrete way to check for connectivity of the dropbox¿
Copy link to clipboard
Copied
sure .. connect to the dropbox URL http://www.dropbox.com oder their API https://api.dropbox.com/ instead of connecting to google
Copy link to clipboard
Copied
as easy ¿