thank you!<br><br><div class="gmail_quote">On Wed, Feb 24, 2010 at 5:10 PM, Nick Whitelegg <span dir="ltr"><<a href="mailto:Nick.Whitelegg@solent.ac.uk">Nick.Whitelegg@solent.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div class="im">>Another cleaner option is to use all that AJAX magic stuff to load the<br>
>content in a <div> rather than in an <iframe>.<br>
<br>
>May I suggest you the "ajax for dummies" book? It's a nice hands-on<br>
>introduction to this javascript stuff.<br>
<br>
</div>AJAX is easy. ;-)<br>
Particularly if you use prototype (<a href="http://www.prototypejs.org" target="_blank">www.prototypejs.org</a>). I don't think<br>
I've needed to use an iframe in my life. :-)<br>
<br>
See, for example (absolute bare-bones example, you have to enter one of<br>
the three specified destinations and "010708" for the date):<br>
<br>
<a href="http://www.free-map.org.uk/course/ajaxexample.html" target="_blank">http://www.free-map.org.uk/course/ajaxexample.html</a><br>
<div class="im"><br>
The javascript queries the server with what the user entered in the 2 text<br>
fields, the server sends a load of text back and loads it into a specified<br>
<div>.<br>
<br>
</div><div><div></div><div class="h5">Nick<br>
<br>
_______________________________________________<br>
dev mailing list<br>
<a href="mailto:dev@openstreetmap.org">dev@openstreetmap.org</a><br>
<a href="http://lists.openstreetmap.org/listinfo/dev" target="_blank">http://lists.openstreetmap.org/listinfo/dev</a><br>
</div></div></blockquote></div><br>