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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. careyson

    window.close message

    Here is a javascript function to do what you want. function cmdExit() { window.parent.opener=null; window.parent.close(); }
  2. careyson

    Printing a webpage.

    You might want to look at MeadCo ScriptX. This is an active X control that allows you to do this. Microsoft had them listed in one of the HTML sections when IE4 came out. You can find this active x control at there site. http://www.meadroid.com/ Hope this helps.

Part and Inventory Search

Back
Top