Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mdelepin

  1. mdelepin

    close window without prompt

    hello, I'm a french programmer so sorry for the language faults. function close_win_without_prompt() { window.opener = top; window.close(); } This code is OK for me and for some of my collegue but for others it doesn't work. I've seen the different versions of IE but they are the same...

Part and Inventory Search

Back
Top