Hi all,
Quick question, if I have an app with an iframed app both with an ajax command will it screw each command up or will it just take longer to process?
What I'm thinking of doing is splitting my game up into the main window or the control window and and iframe. When the user clicks on the map command it pulls up the map subapp. Or the chat subapp. But I'm curious how the ajax would handle it if I did that. the subapp would pull the userid from the iframe urlbar and start its own processing. The main app would be ajaxing mysql for vital stats while the map would be ajaxing the map info.
Would I be getting errors with that or just slower response times?
Thanks,
Lance