The popup submenus won't work by design, of course, if you have started pricing an itinerary.
well that's what sucks!!! not working by design!
let's say i'm pricing a one-way init and then i want to change my init to multicity. i have to go to more options and then multi-city (two full server trips) to get to a function that is already available on the site main page through the pop up menu but not available on the pricing page.

Originally Posted by
JAppelbee
Not sure what you mean by dosnt remember your account, only your aa number... your aadvantage number is your account number???
whats AJAX???
you have to login (aa number and password) everytime you go to aa.com. the site won't store your session in a cookie like other web site.
ajax is a technology that allows you to perform very quick asynchronous trips to the server. in other words, it allows the site to do things like:
display drop down menus with airport suggestions based on the first couple of letters that you type in.
retrieve account info without using a full page postback
display calendars, fare rules on the same window through javascript without posting back.etc
basically, making use of today's technology to facilitate the booking process..
i'm confident the new site will have a lot of this.