Hi There,
We've got a small mobile webpage and we'd like to pre-fetch a remote page (given a URL) while the user is reading the first page.... this is for performance reasons.
The problem is that many Blackberry browser versions don't support iFrames or Object tags, and setting up a proxy to ajax inject the remote page's HTML into a hidden DIV seems really hackish and sketchy.
Are there any other suggestions?
Thanks, Chad