Howto preload all URLs called by FP Website so they come up fast?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to preload remote URLs being called by my Web page as it initially
loads.
For example, I have a couple of Maps with directions that take too long to
load the first time.

The same goes for links to other Web pages.

Is there a way to place these URL calls in the index.html so that they come
up immediately when they are clicked?

Any help would be appreciated.

Janush
 
Wherever you put them they will still take time to load (slowing down that page)
(and what make you think all users first go to your home page or any specific page in your site)
- That being said, the most common method is to create a 1x1 px of the linked image on some page at the end of the page (provided
that is not a violation of the mapping use agreement)

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I want to preload remote URLs being called by my Web page as it initially
| loads.
| For example, I have a couple of Maps with directions that take too long to
| load the first time.
|
| The same goes for links to other Web pages.
|
| Is there a way to place these URL calls in the index.html so that they come
| up immediately when they are clicked?
|
| Any help would be appreciated.
|
| Janush
 
Back
Top