Hi,
is there any way to open an URL in the background, but not show the content. I need to include a device which can be triggered by accessing an URL only, but just want to continue to show the dashboard.
Any ideas?
Johannes
Hi,
is there any way to open an URL in the background, but not show the content. I need to include a device which can be triggered by accessing an URL only, but just want to continue to show the dashboard.
Any ideas?
Johannes
Not sure exactly what behaviour you are looking for, but you can use a command_line
switch which triggers the url with a wget http://my_url
as command.