Thanks for giving this so much consideration Remi. I can see you are busy judging by the number of replies you give to everybody else and the fact that you mentioned you are changing jobs.
The fact is that the <head> doesn't need to be reloaded to download the maps.php or the maps.js. The little script in the <head> is loaded as an eventListener and just sits there forever waiting for you to later load maps.php. When you do so the 738 byte eventListener springs into action and executes your "huge" <script> which is embedded in your maps.php page. I don't know maps.js but I assume it can be embedded entirely in the maps.php page inside a <script> tag?? The code we use does not access a separate .js file so if the maps javascript won't/can't be contained in the maps.php page - You're right this is not useful to you. It could certainly be modified to download a separate .js file but then it would be bigger than 738 bytes! Again thanks for the input. Skip On Dec 4, 10:34 pm, Remi Grumeau <[email protected]> wrote: > :) > I totally understand the fact that for you it is not a problem. 738 bytes is > definitely not a problem. > But since the <head> is never reloaded if you're using slides, you can't only > load the iUI.js and, only when maps.php is loading, download the maps.js. > > Remi > -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en.
