Hello all, I had a shopping basket - you could search for products, a list returns, click on product for detail then add it to the basket. After adding it to the basket, a little window would pop up and show the item along with the price. Also, a javascript would pop the browser back 2 (history.go(-2))> so they would end up on the page with the list of products from the first search. Everytime they added a product, it would update the popup window along with a running total. Now the client would like to get rid of the popup window (no problem) but still show the basket with a running total on pretty much all the pages. I started by building a quick basket search and displaying it on each page in the upper right hand corner. The problem is that you have to refresh to see any new results. To make a long story shorter (at least a bit) is there any way to do a history.go(-2) and reload the page at the same time? to see the updated basket items? OR... is there a way to capture the url in the browser window so I can get back to the original search page? (all args are in the url) . Any help would be greatly appreciated... would kind of like it cross-browser... WebDude
________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
