Hi,
I want to conditionally display a image based on whether or not the user is connected to the internet.
I know how to check if the user is connected to the internet or not, what I can't figure out is the conditional image display ?
I want something like:
if( connected )
display(green.jpg)
else
display(red.jpg)
Any pointers on how to do it ?
Thank You
I want to conditionally display a image based on whether or not the user is connected to the internet.
I know how to check if the user is connected to the internet or not, what I can't figure out is the conditional image display ?
I want something like:
if( connected )
display(green.jpg)
else
display(red.jpg)
Any pointers on how to do it ?
Thank You