Click to See Complete Forum and Search --> : Google Maps and cascading menus


adeking
10-31-2006, 05:30 AM
Hi,

First heres the link - http://www.macmillan-academy.org.uk/Navigation/Acad/Contact/Contact.php

I was given an interesting tutorial for embedding google maps into your website and I have used it on this page. It uses Javascript which loads in the body tag of the page.

It is working fine, however it is having a bad effect on my navigation menu, which is a cascading menu developed in javascript. I think the problem is occuring becasue both scripts need loading when the page loads and becasue of this my menu isnt working properly.

Any suggestions would be helpful.

Thanks

Adrian

A1ien51
10-31-2006, 06:43 AM
did not look at the code, but from what you said


window.open = function(){
fnc1();
fnc2();
}


Eric