boatdrinks
IS-IT--Management
I am unsing the Javascript window.close and would like to eliminate the the popup that asks if you are sure you want to close the browser.
'Close Browser window when posting
Button2.Attributes.Add("onClick", "javascript:self.close)")
This is the code I'm using, I think there is a way to set window.opener to something to fool the browser, but I'm not sure.
'Close Browser window when posting
Button2.Attributes.Add("onClick", "javascript:self.close)")
This is the code I'm using, I think there is a way to set window.opener to something to fool the browser, but I'm not sure.