I want to be able to send out a bluetooth message to my nearby mobile phone that will have a link in it that goes to an image further down on the message.
The problem I am having is getting the message to show the image in it using a html document. You see when I test it the picture doesnt come through as it is not incorporated into the actual webpage - rather it is referenced to the page.
Have a look at the attached file - this is something like how I would want it to work, but the images dont come through. Is there any way I can get images and text to show on the same page? I am not farmiliar with Java apps as they are probably the best way to do it.
oconnork00, We have sent a message to some of our more experienced Experts asking them to review your question, and will check back again to see if you are getting the help you need.
Please do not respond to this comment or post another request; we are monitoring the notifications from your question for activity from the Experts.
I am not an expert with bluetooth, but I do know a thing or two about HTTP and how it works. For what you want your phone should at least have all resources (html, images, etc.) to show the page. So you need to sent all this, you can either do this by processing the html file on the server and sending all necessary resources to the telephone (this is not HTTP), or let your phone process the html file and request the necessary resources, similar to HTTP.
So i'm not sure if you should use bluetooth for this, as the posted website already suggests.
Ok, I have been in contact with someone who does Java mobile applications - and they are able to do what I need to be done. I guess that using the Java mobile platform is the best solution to my problem