I’m having a minor problem with an autocomplete search box. My application seems to work fine in IE, but when I try it in Firefox or Chrome, the search box doesn’t function.
Unfortunately I’m pretty much of a newbie at mashups and javascript but I’ve managed to piece something together based on other examples from various sources. So forgive me if it’s not the most elegant thing in the world! 😉 It’s a bit of a hodgepodge that I’ve been building in stages. I’m nervous about trying to streamline it much because I’m under a time constraint as it’s a class project and don’t want to mess up what already works. No doubt I have a lot to learn yet and I welcome suggestions. I just may not be able to apply them before I have to turn it in.
Any ideas what I’m doing wrong with the autocomplete? Also, I noticed that the Map/Satellite view buttons no longer worked after I built in the search functionality. My solution to that was to disable/hide the buttons! If anyone has any hints on that too, let me know.
Here’s where the app is located: http://webpages.charter.net/nymbli/displays.htm
For some reason, I’m not able to get my code to post here but please feel free to view the source code for the page.
Thanks in advance,
Anne
You have an extra
<script type="text/javascript">tag. Remove that and look at the source in Firefox. The HTML errors are highlighted. In general, never use IE for development. Use a real browser instead. 😉