Wasn't it Dale Potter who wrote:
>Thanks a lot for the thoughts so far.
>
>Just to clarify how the user input is going to work though: Users
>enter plain text only (any attempts to enter/insert html code into the
>submission form will be cleaned by a php script) which is then stored
>in a flat-file (.txt) database.  I would then like to retreive that
>data for each marker and use html in each info window to format the
>text to something nicer (e.g. embolden all names, put comments in
>italics, space the text better, etc etc...)  If that makes sense???
>
>Surely there must be a way of enabling html to render in the info windows???

Yes. There's no problem with that. Just use openInfoWindowHtml() when 
you have the safe HTML, and openInfoWindow() if you ever display the 
unsafe text that the user has entered.

-- 
Mike Williams
http://econym.org.uk/gmap


--

You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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/google-maps-api?hl=.


Reply via email to