Hi, everyone. I am running a store using Amazon's back end (http:// store.postpeakliving.com). I have no access to the back end whatsoever but I can change the HTML, add Javascript and thus can use GWT.
One feature Amazon doesn't give its merchants is the ability to fill the shopping cart with multiple items using only one click -- a sort of "buy the kit" functionality. I'd like to use GWT to create that. Here is what I'm thinking: * show a dialog box with the message "One moment as we fill your shopping cart with those products." * given a list of product SKUs (probably passed via a cookie), send the "add product to cart" message for each one >From a design perspective, it would be wonderful if the background page didn't show that the products were being added. So here are my questions: * is there a way to "turn off" the browser display or "freeze" it so that I can work in the background? Then turn it back on? * does anyone know of a tutorial similar to this task? * are there any other hidden snafus to watch for? Thanks for any help you can provide. -Andre' --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---