Hello guys, I am having a problem with ajax requests. They are working fine on firefox, but the are bugged on IE and Chrome =/
I have a page (page1) that makes an .ajax request for page2. page2 has some javascript. When I load page2 on firefox, it handles all the <script> tags correctly and I can call on page1 any function that is declared on page2. But on Chrome and IE, they dont handle the <scripts>, so if I need to use any function declared on page2, I also have to have it declared on page1, which generates a huge amount of duplicate code =/
Does anyone know anything about this?