Remote Scripting(ASP) popup(js)refresh after sent
I am using ASP for the web site, and I am using JavaScript to make a popup window witch then has a list of extended warrantees that you can be added to your cart from the pop up though the URL line.
On click of the purchase or [add to cart] I have >a href=âpage action=buyproID=1128â onClick=âwindow.close;â < I then want the main window to refresh after the popup sends the information thought the url line. This link is not just for one page either It will be used for many different pages, and the URL will not always be the same. How would I go about having the main(NO SET URL) page refresh after the popup closes (Onclick)?
|